- Timestamp:
- Nov 10, 2014 10:57:04 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/GIMR0Hv.cpp
r51961 r53283 107 107 * Hyper-V reports the reference time in 100 nanosecond units. 108 108 */ 109 uint64_t u64Tsc100Ns = TMCpuTicksPerSecond(pVM) / UINT64_C(10000000); /* 100 ns */109 uint64_t u64Tsc100Ns = TMCpuTicksPerSecond(pVM) / RT_NS_10MS; 110 110 int64_t i64TscOffset = (int64_t)u64Offset / u64Tsc100Ns; 111 111
Note:
See TracChangeset
for help on using the changeset viewer.