Changeset 2556 in vbox for trunk/src/VBox/VMM
- Timestamp:
- May 9, 2007 1:02:52 PM (18 years ago)
- Location:
- trunk/src/VBox/VMM/VMMR0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp
r2555 r2556 469 469 470 470 /** TSC offset. */ 471 /** @todo use host tsc if safe, other intercept rdtsc */ 471 472 pVMCB->ctrl.u64TSCOffset = TMCpuTickGetOffset(pVM); 472 473 -
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r2555 r2556 747 747 748 748 /** TSC offset. */ 749 /** @todo use host tsc if safe, other intercept rdtsc */ 749 750 uint64_t u64TSCOffset = TMCpuTickGetOffset(pVM); 750 751
Note:
See TracChangeset
for help on using the changeset viewer.