- Timestamp:
- Aug 21, 2014 12:12:09 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 95647
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/GIMAllHv.cpp
r52006 r52440 98 98 case MSR_GIM_HV_TIME_REF_COUNT: 99 99 { 100 /** @todo r=ramshankar: Shouldn't we add the TSC offset here? */101 100 /* Hyper-V reports the time in 100 ns units (10 MHz). */ 102 101 uint64_t u64Tsc = TMCpuTickGet(pVCpu);
Note:
See TracChangeset
for help on using the changeset viewer.