Changeset 57078 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jul 24, 2015 8:16:59 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 101800
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/TM.cpp
r57075 r57078 1361 1361 */ 1362 1362 uint64_t uGipCpuHz; 1363 bool fRelax = SUPIsHostVirtualized();1363 bool fRelax = RTSystemIsInsideVM(); 1364 1364 bool fCompat = SUPIsTscFreqCompatible(pVM->tm.s.cTSCTicksPerSecond, &uGipCpuHz, fRelax); 1365 1365 if (!fCompat)
Note:
See TracChangeset
for help on using the changeset viewer.