VirtualBox

Changeset 48000 in vbox


Ignore:
Timestamp:
Aug 22, 2013 4:11:46 PM (11 years ago)
Author:
vboxsync
Message:

Windows 7 want MSR_IA32_MCP_CAP on AMD64 too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp

    r47996 r48000  
    10921092#endif
    10931093        /*
    1094          * The BIOS_SIGN_ID MSR exists on AMD64 as well, at least bulldozer
    1095          * have it. Windows 7 is querying it. Just fake it.
     1094         * The BIOS_SIGN_ID MSR and MSR_IA32_MCP_CAP exist on AMD64 as well, at
     1095         * least bulldozer have it. Windows 7 is querying them.  Just fake them.
    10961096         */
    10971097        case MSR_IA32_BIOS_SIGN_ID:         /* fam/mod >= 6_01 */
     1098        case MSR_IA32_MCP_CAP:              /* fam/mod >= 6_01 */
    10981099            *puValue = 0;
    10991100            break;
     
    11051106        case MSR_IA32_PLATFORM_ID:          /* fam/mod >= 6_01 */
    11061107        /*case MSR_IA32_BIOS_UPDT_TRIG: - write-only? */
    1107         case MSR_IA32_MCP_CAP:              /* fam/mod >= 6_01 */
    11081108        /*case MSR_IA32_MCP_STATUS:     - indicated as not present in CAP */
    11091109        /*case MSR_IA32_MCP_CTRL:       - indicated as not present in CAP */
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