Changeset 53326 in vbox
- Timestamp:
- Nov 14, 2014 1:52:40 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMMR3/TM.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/TM.cpp
r53307 r53326 352 352 * without any kind of coordination) it will lead to inconsistent TSC 353 353 * behavior with guest SMP, including TSC going backwards. */ 354 if (pVM->cCpus != 1) 354 if ( pVM->cCpus != 1 355 && !pVM->tm.s.fTSCUseRealTSC) 355 356 pVM->tm.s.fMaybeUseOffsettedHostTSC = false; 356 357 }
Note:
See TracChangeset
for help on using the changeset viewer.

