VirtualBox

忽略:
時間撮記:
2008-8-27 上午08:47:26 (16 年 以前)
作者:
vboxsync
訊息:

Pass the host's MSR_IA32_BIOS_SIGN_ID on to the guest. This msr contains the microcode version. A lot of OSes try to update it (in vain).
Solaris also complains about it.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/VMM/VMMAll/EMAll.cpp

    r11688 r11690  
    25562556        break;
    25572557
     2558#ifdef IN_RING0
     2559    case MSR_IA32_BIOS_SIGN_ID:
     2560        val = ASMRdMsr(MSR_IA32_BIOS_SIGN_ID);
     2561        break;
     2562#endif
    25582563    default:
    25592564        /* We should actually trigger a #GP here, but don't as that might cause more trouble. */
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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