VirtualBox

Changeset 35731 in vbox


Ignore:
Timestamp:
Jan 27, 2011 10:49:47 AM (14 years ago)
Author:
vboxsync
Message:

fix SyntheticCpu VM setting, thanks Benjamin Gilbert

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r35689 r35731  
    830830        BOOL fSyntheticCpu = false;
    831831        hrc = pMachine->GetCPUProperty(CPUPropertyType_Synthetic, &fSyntheticCpu);          H();
    832         InsertConfigInteger(pRoot, "SyntheticCpu", fSyntheticCpu);
     832        InsertConfigInteger(pCPUM, "SyntheticCpu", fSyntheticCpu);
    833833
    834834        BOOL fPXEDebug;
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