Changeset 56694 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Jun 30, 2015 9:19:15 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/GIMR0Hv.cpp
r56672 r56694 115 115 * Hyper-V reports the reference time in 100 nanosecond units. 116 116 */ 117 uint64_t u64Tsc100Ns = TMCpuTicksPerSecond(pVM)/ RT_NS_10MS;117 uint64_t u64Tsc100Ns = pcHv->cTscTicksPerSecond / RT_NS_10MS; 118 118 int64_t i64TscOffset = (int64_t)u64Offset / u64Tsc100Ns; 119 119
Note:
See TracChangeset
for help on using the changeset viewer.