VirtualBox

Changeset 70130 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Dec 14, 2017 2:27:55 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
119687
Message:

ConsoleImpl2: Put the ISA extension CFGM bits where CPUM wants them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r70108 r70130  
    921921        PCFGMNODE pCPUM;
    922922        InsertConfigNode(pRoot, "CPUM", &pCPUM);
     923        PCFGMNODE pIsaExts;
     924        InsertConfigNode(pCPUM, "IsaExts", &pIsaExts);
    923925
    924926        /* Host CPUID leaf overrides. */
     
    954956        {
    955957            LogRel(("Enabling CMPXCHG16B for Windows 8.1 / 2k12 or newer guests\n"));
    956             InsertConfigInteger(pCPUM, "CMPXCHG16B", true);
     958            InsertConfigInteger(pIsaExts, "CMPXCHG16B", true);
    957959        }
    958960
     
    961963            /* Expose extended MWAIT features to Mac OS X guests. */
    962964            LogRel(("Using MWAIT extensions\n"));
    963             InsertConfigInteger(pCPUM, "MWaitExtensions", true);
     965            InsertConfigInteger(pIsaExts, "MWaitExtensions", true);
    964966
    965967            /* Fake the CPU family/model so the guest works.  This is partly
Note: See TracChangeset for help on using the changeset viewer.

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