Changeset 1058 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Feb 23, 2007 8:56:18 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/TM.cpp
r1057 r1058 196 196 rc = CFGMR3QueryBool(CFGMR3GetRoot(pVM), "UseRealTSC", &pVM->tm.s.fTSCTicking); 197 197 if (rc == VERR_CFGM_VALUE_NOT_FOUND) 198 #if 1/* doesn't seem to work reliably yet... xp takes several ~2 min to shutdown now. darn. */198 #if 0 /* doesn't seem to work reliably yet... xp takes several ~2 min to shutdown now. darn. */ 199 199 pVM->tm.s.fTSCUseRealTSC = false; /* virtualize it */ 200 200 #else
Note:
See TracChangeset
for help on using the changeset viewer.