VirtualBox

Changeset 11690 in vbox


Ignore:
Timestamp:
Aug 27, 2008 8:47:26 AM (16 years ago)
Author:
vboxsync
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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. */
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