VirtualBox

Changeset 10571 in vbox for trunk/src/VBox/VMM/CPUM.cpp


Ignore:
Timestamp:
Jul 12, 2008 4:05:29 PM (16 years ago)
Author:
vboxsync
Message:

Forgot to make the addition cpuid leafs available.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/CPUM.cpp

    r10570 r10571  
    455455     * info too in these leaves (like words about having a constant TSC).
    456456     */
    457     if (pCPUM->aGuestCpuIdStd[0].eax > 2)
    458         pCPUM->aGuestCpuIdStd[0].eax = 2;
     457    if (pCPUM->aGuestCpuIdStd[0].eax > 5)
     458        pCPUM->aGuestCpuIdStd[0].eax = 5;
    459459    for (i = pCPUM->aGuestCpuIdStd[0].eax + 1; i < RT_ELEMENTS(pCPUM->aGuestCpuIdStd); i++)
    460460        pCPUM->aGuestCpuIdStd[i] = pCPUM->GuestCpuIdDef;
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