VirtualBox

儲存庫 vbox 的更動 10014


忽略:
時間撮記:
2008-6-30 下午12:02:49 (16 年 以前)
作者:
vboxsync
訊息:

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)

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • 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    }
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette