Changeset 70986 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Feb 13, 2018 9:41:54 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/HM.cpp
r70948 r70986 1242 1242 } 1243 1243 if (iCpu == 0) 1244 LogRel(("HM: fWorldSwitcher=%#x (fIbpbOnVmExit=% d fIbpbOnVmEntry=%d)\n",1244 LogRel(("HM: fWorldSwitcher=%#x (fIbpbOnVmExit=%RTbool fIbpbOnVmEntry=%RTbool)\n", 1245 1245 pCpuCtx->fWorldSwitcher, pVM->hm.s.fIbpbOnVmExit, pVM->hm.s.fIbpbOnVmEntry)); 1246 1246 } 1247 1247 1248 1248 /* 1249 * Do the vendor specific initialization .1250 * .1251 * Note! We disable release log buffering here since we're doing relatively .1252 * lot of logging and doesn't want to hit the disk with each LogRel .1249 * Do the vendor specific initialization 1250 * 1251 * Note! We disable release log buffering here since we're doing relatively 1252 * lot of logging and doesn't want to hit the disk with each LogRel 1253 1253 * statement. 1254 1254 */
Note:
See TracChangeset
for help on using the changeset viewer.