Changeset 78646 in vbox
- Timestamp:
- May 22, 2019 6:25:18 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h
r78638 r78646 2880 2880 Log3(("vmexit: Loading host-state failed. uExitReason=%u rc=%Rrc\n", uExitReason, VBOXSTRICTRC_VAL(rcStrict))); 2881 2881 2882 /* Notify HM that we've completed the VM-exit. */ 2883 HMNotifyVmxNstGstVmexit(pVCpu, &pVCpu->cpum.GstCtx); 2884 2882 2885 /* We're no longer in nested-guest execution mode. */ 2883 2886 pVCpu->cpum.GstCtx.hwvirt.vmx.fInVmxNonRootMode = false;
Note:
See TracChangeset
for help on using the changeset viewer.