VirtualBox

Changeset 43731 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Oct 24, 2012 4:09:52 PM (12 years ago)
Author:
vboxsync
Message:

VMM/VMMR0/HWVMXR0: Save and restore the guest EFER MSR using the MSR-autoload/store.

File:
1 edited

Legend:

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

    r43726 r43731  
    24652465                CPUMSetGuestMsr(pVCpu, MSR_K8_TSC_AUX, pMsr->u64Value);
    24662466                break;
    2467 #if 0
     2467
    24682468            case MSR_K6_EFER:
    24692469                /* EFER can't be changed without causing a VM-exit. */
    24702470                /* Assert(pCtx->msrEFER == pMsr->u64Value); */
    24712471                break;
    2472 #endif
     2472
    24732473            default:
    24742474                AssertFailed();
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