Changeset 47069 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jul 10, 2013 11:20:36 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 87118
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/HM.cpp
r47050 r47069 1313 1313 LogRel(("HM: Ignoring VPID capabilities of CPU.\n")); 1314 1314 1315 /** TPR patching would never have worked on Intel. Leaving it here for the old 1316 * code's sake. See @bugref{6398}. */ 1317 #ifdef VBOX_WITH_OLD_VTX_CODE 1315 1318 /* 1316 1319 * TPR patching status logging. … … 1339 1342 } 1340 1343 LogRel(("HM: TPR Patching %s.\n", (pVM->hm.s.fTRPPatchingAllowed) ? "enabled" : "disabled")); 1344 #endif 1345 1341 1346 1342 1347 /*
Note:
See TracChangeset
for help on using the changeset viewer.