- Timestamp:
- May 6, 2015 9:22:10 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/GIMKvm.cpp
r55663 r55688 191 191 if (TMR3CpuTickIsFixedRateMonotonic(pVM, true /* fWithParavirtEnabled */)) 192 192 { 193 /** @todo We might want to consider just enabling this bit *always*. As far 194 * as I can see in the Linux guest, the "TSC_STABLE" bit is only 195 * translated as a "monotonic" bit which even in Async systems we 196 * -should- be reporting a strictly monotonic TSC to the guest. */ 193 197 PGIMKVM pKvm = &pVM->gim.s.u.Kvm; 194 198 pKvm->uBaseFeat |= GIM_KVM_BASE_FEAT_TSC_STABLE;
Note:
See TracChangeset
for help on using the changeset viewer.