VirtualBox

Changeset 78646 in vbox


Ignore:
Timestamp:
May 22, 2019 6:25:18 AM (6 years ago)
Author:
vboxsync
Message:

VMM/IEM: Nested VMX: bugref:9180 Call HMNotifyVmxNstGstVmexit on IEM VM-exit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h

    r78638 r78646  
    28802880        Log3(("vmexit: Loading host-state failed. uExitReason=%u rc=%Rrc\n", uExitReason, VBOXSTRICTRC_VAL(rcStrict)));
    28812881
     2882    /* Notify HM that we've completed the VM-exit. */
     2883    HMNotifyVmxNstGstVmexit(pVCpu, &pVCpu->cpum.GstCtx);
     2884
    28822885    /* We're no longer in nested-guest execution mode. */
    28832886    pVCpu->cpum.GstCtx.hwvirt.vmx.fInVmxNonRootMode = false;
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