VirtualBox

Changeset 73732 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 17, 2018 11:41:47 AM (6 years ago)
Author:
vboxsync
Message:

VMM/IEM: Nested VMX: bugref:9180 Set the current VMCS pointer to invalid in VMXON.

File:
1 edited

Legend:

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

    r73726 r73732  
    623623        pVCpu->cpum.GstCtx.hwvirt.vmx.GCPhysVmxon    = GCPhysVmxon;
    624624        pVCpu->cpum.GstCtx.hwvirt.vmx.fInVmxRootMode = true;
    625         /** @todo NSTVMX: init. current VMCS pointer with ~0. */
     625        pVCpu->cpum.GstCtx.hwvirt.vmx.GCPhysVmcs     = NIL_RTGCPHYS;
    626626        /** @todo NSTVMX: clear address-range monitoring. */
    627627        /** @todo NSTVMX: Intel PT. */
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