VirtualBox

Changeset 23798 in vbox


Ignore:
Timestamp:
Oct 15, 2009 1:08:56 PM (15 years ago)
Author:
vboxsync
Message:

Correction

File:
1 edited

Legend:

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

    r23797 r23798  
    404404
    405405    CFGMR3QueryBoolDef(CFGMR3GetChild(CFGMR3GetRoot(pVM), "CPUM"), "SyntheticCpu", &pCPUM->fSyntheticCpu, false);
     406pCPUM->fSyntheticCpu = true;
    406407    if (pCPUM->fSyntheticCpu)
    407408    {
     
    420421
    421422        /* 1.eax: Version information.  family : model : stepping */
    422         pCPUM->aGuestCpuIdStd[0].eax = (0xf << 8) + (0x1 << 4) + 1;
     423        pCPUM->aGuestCpuIdStd[1].eax = (0xf << 8) + (0x1 << 4) + 1;
    423424
    424425        /* Leaves 2 - 4 are Intel only - zero them out */
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