Pass the base TSC value in to vm_snapshot_vcpus and save the computed
absolute time rather than iterating over vCPUs multiple times.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 48132 Build 45019: arc lint + arc unit
Event Timeline
sys/amd64/vmm/vmm.c | ||
---|---|---|
2838 | Well, the goal of this commit is more about removing the hack that modifies tsc_offset and then unmodifies it, so I had left this alone. I guess it wouldn't hurt to move it though. |