VirtualBox

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


Ignore:
Timestamp:
Sep 3, 2018 1:01:30 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
124796
Message:

VMM/IEM, HM: Nested VMX: bugref:9180 vmlaunch/vmresume work.

File:
1 edited

Legend:

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

    r73984 r74043  
    30883088                    LogRel(("HM: CPU[%u] Current Host Cpu     %u\n",  i, pVCpu->hm.s.vmx.LastError.idCurrentCpu));
    30893089                }
    3090                 else if (pVM->aCpus[i].hm.s.vmx.LastError.u32InstrError == VMXINSTRERR_VMENTRY_INVALID_CTL)
     3090                else if (pVM->aCpus[i].hm.s.vmx.LastError.u32InstrError == VMXINSTRERR_VMENTRY_INVALID_CTLS)
    30913091                {
    30923092                    LogRel(("HM: CPU[%u] PinCtls          %#RX32\n", i, pVCpu->hm.s.vmx.u32PinCtls));
Note: See TracChangeset for help on using the changeset viewer.

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