VirtualBox

Changeset 54737 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Mar 12, 2015 9:02:21 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
98906
Message:

VMM,REM: CPUID revamp - almost there now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/CPUMR0.cpp

    r54714 r54737  
    286286        for (uint32_t i = 0; i < RT_ELEMENTS(g_aCpuidUnifyBits); i++)
    287287        {
     288            bool            fIgnored;
    288289            uint32_t        uLeaf = g_aCpuidUnifyBits[i].uLeaf;
    289             PCPUMCPUIDLEAF  pLeaf = cpumCpuIdGetLeaf(pVM, uLeaf, 0);
     290            PCPUMCPUIDLEAF  pLeaf = cpumCpuIdGetLeafEx(pVM, uLeaf, 0, &fIgnored);
    290291            if (pLeaf)
    291292            {
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