VirtualBox

Changeset 10014 in vbox


Ignore:
Timestamp:
Jun 30, 2008 12:02:49 PM (16 years ago)
Author:
vboxsync
Message:

Filter out the MSR_K6_LME bit or else AMD-V expects amd64 shadow paging. (protected mode without paging; right before
switching to long mode)

File:
1 edited

Legend:

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

    r10011 r10014  
    710710    else
    711711    {
     712        /* Filter out the MSR_K6_LME bit or else AMD-V expects amd64 shadow paging. */
     713        pVMCB->guest.u64EFER &= ~MSR_K6_EFER_LME;
     714
    712715        pVM->hwaccm.s.svm.pfnVMRun = SVMVMRun;
    713716    }
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