VirtualBox

Changeset 107731 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Jan 13, 2025 11:52:57 PM (4 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166837
Message:

VMM/CPUM: Added some missing CPUID extended feature bits and fixed a couple of bugs in previous x86.h changes. jiraref:VBP-947

File:
1 edited

Legend:

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

    r107729 r107731  
    891891
    892892    /* Count sub-leaves. */
    893     uint32_t cMinLeaves = uLeaf == 0xd ? 64 : 0;
     893    uint32_t cMinLeaves = uLeaf == 0xd ? 64 : uLeaf == 7 ? 2 : 0;
    894894    uint32_t cRepeats = 0;
    895895    uSubLeaf = 0;
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