Changeset 43670 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Oct 17, 2012 2:36:07 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/HM.cpp
r43509 r43670 1324 1324 { 1325 1325 LogRel(("HM: VMX setup failed with rc=%Rrc!\n", rc)); 1326 LogRel(("HM: Last instruction error %x\n", pVM->aCpus[0].hm.s.vmx.lasterror.ulInstrError)); 1326 for (VMCPUID i = 0; i < pVM->cCpus; i++) 1327 LogRel(("HM: CPU[%ld] Last instruction error %x\n", i, pVM->aCpus[0].hm.s.vmx.lasterror.ulInstrError)); 1327 1328 pVM->fHMEnabled = false; 1328 1329 }
Note:
See TracChangeset
for help on using the changeset viewer.