VirtualBox

Changeset 74420 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 22, 2018 1:06:48 PM (6 years ago)
Author:
vboxsync
Message:

VMM/IEM: Nested VMX: bugref:9180 VM-exit bits.

File:
1 edited

Legend:

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

    r74418 r74420  
    51735173    iemVmxVmexitLoadHostSegRegs(pVCpu);
    51745174
     5175    /*
     5176     * Load host RIP, RSP and RFLAGS.
     5177     * See Intel spec. 27.5.3 "Loading Host RIP, RSP and RFLAGS"
     5178     */
     5179    pVCpu->cpum.GstCtx.rip      = pVmcs->u64HostRip.u;
     5180    pVCpu->cpum.GstCtx.rsp      = pVmcs->u64HostRsp.u;
     5181    pVCpu->cpum.GstCtx.rflags.u = X86_EFL_1;
     5182
    51755183    /** @todo NSTVMX: rest of host state loading.  */
    51765184
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