VirtualBox

Changeset 43670 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Oct 17, 2012 2:36:07 PM (12 years ago)
Author:
vboxsync
Message:

VMM: HM bits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/HM.cpp

    r43509 r43670  
    13241324            {
    13251325                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));
    13271328                pVM->fHMEnabled = false;
    13281329            }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette