VirtualBox

Ignore:
Timestamp:
Dec 12, 2008 5:19:26 PM (16 years ago)
Author:
vboxsync
Message:

Update the guest EFER VMCS field too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp

    r15386 r15389  
    15721572        pVCpu->hwaccm.s.vmx.pfnStartVM  = VMXR0StartVM32;
    15731573    }
     1574
     1575    /* Unconditionally update the guest EFER. */
     1576    rc = VMXWriteVMCS64(VMX_VMCS_GUEST_EFER_FULL, pCtx->msrEFER);
     1577    AssertRC(rc);
    15741578
    15751579    vmxR0UpdateExceptionBitmap(pVM, pVCpu, pCtx);
     
    36443648    case VMX_VMCS_GUEST_PDPTR3_FULL:
    36453649    case VMX_VMCS_GUEST_DEBUGCTL_FULL:
     3650    case VMX_VMCS_GUEST_EFER_FULL:
    36463651    case VMX_VMCS_CTRL_EPTP_FULL:
    36473652        /* These fields consist of two parts, which are both writable in 32 bits mode. */
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