Changeset 79811 in vbox for trunk/src/VBox
- Timestamp:
- Jul 16, 2019 2:06:15 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h
r79801 r79811 2625 2625 Log3(("vmexit: Loading host-state failed. uExitReason=%u rc=%Rrc\n", uExitReason, VBOXSTRICTRC_VAL(rcStrict))); 2626 2626 2627 /* We're no longer in nested-guest execution mode. */ 2628 pVCpu->cpum.GstCtx.hwvirt.vmx.fInVmxNonRootMode = false; 2629 2627 2630 /* Notify HM that the current VMCS fields have been modified. */ 2628 2631 HMNotifyVmxNstGstCurrentVmcsChanged(pVCpu); … … 2630 2633 /* Notify HM that we've completed the VM-exit. */ 2631 2634 HMNotifyVmxNstGstVmexit(pVCpu); 2632 2633 /* We're no longer in nested-guest execution mode. */2634 pVCpu->cpum.GstCtx.hwvirt.vmx.fInVmxNonRootMode = false;2635 2635 2636 2636 # if defined(VBOX_WITH_NESTED_HWVIRT_ONLY_IN_IEM) && defined(IN_RING3)
Note:
See TracChangeset
for help on using the changeset viewer.