VirtualBox

Changeset 79811 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 16, 2019 2:06:15 PM (5 years ago)
Author:
vboxsync
Message:

VMM/IEM: Nested VMX: bugref:9180 Nit to match comment in doxygen of HMNotifyVmxNstGstCurrentVmcsChanged.

File:
1 edited

Legend:

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

    r79801 r79811  
    26252625        Log3(("vmexit: Loading host-state failed. uExitReason=%u rc=%Rrc\n", uExitReason, VBOXSTRICTRC_VAL(rcStrict)));
    26262626
     2627    /* We're no longer in nested-guest execution mode. */
     2628    pVCpu->cpum.GstCtx.hwvirt.vmx.fInVmxNonRootMode = false;
     2629
    26272630    /* Notify HM that the current VMCS fields have been modified. */
    26282631    HMNotifyVmxNstGstCurrentVmcsChanged(pVCpu);
     
    26302633    /* Notify HM that we've completed the VM-exit. */
    26312634    HMNotifyVmxNstGstVmexit(pVCpu);
    2632 
    2633     /* We're no longer in nested-guest execution mode. */
    2634     pVCpu->cpum.GstCtx.hwvirt.vmx.fInVmxNonRootMode = false;
    26352635
    26362636#  if defined(VBOX_WITH_NESTED_HWVIRT_ONLY_IN_IEM) && defined(IN_RING3)
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