VirtualBox

Changeset 21350 in vbox for trunk/src


Ignore:
Timestamp:
Jul 7, 2009 3:48:10 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
49699
Message:

Apply cpuid leaf 4 hack only for uniprocessor guests

File:
1 edited

Legend:

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

    r21329 r21350  
    562562     * We currently don't support more than 1 processor.
    563563     */
    564     pCPUM->aGuestCpuIdStd[4].eax = 0;
     564    if (pVM->cCPUs == 1)
     565        pCPUM->aGuestCpuIdStd[4].eax = 0;
    565566
    566567    /*
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