VirtualBox

Changeset 49727 in vbox


Ignore:
Timestamp:
Nov 29, 2013 2:11:37 PM (11 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Now that we have atomic flag updates, reenable WRMSR optimization while loading guest MSR.

File:
1 edited

Legend:

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

    r49717 r49727  
    14961496    Assert(!VMMRZCallRing3IsEnabled(pVCpu));
    14971497
    1498 #if 0   /* Disabled until issue with non-atomic flag updates is resolved. See @bugref{6398#c170}. */
    14991498    Assert(pVCpu->hm.s.vmx.fRestoreHostMsrs & VMX_RESTORE_HOST_MSR_SAVED_HOST);
    15001499    if (!(pVCpu->hm.s.vmx.fRestoreHostMsrs & VMX_RESTORE_HOST_MSR_LOADED_GUEST))
     
    15151514    }
    15161515    else
    1517 #endif
    15181516    {
    15191517        ASMWrMsr(MSR_K8_LSTAR,          pMixedCtx->msrLSTAR);
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