VirtualBox

Changeset 55676 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
May 5, 2015 6:09:28 PM (10 years ago)
Author:
vboxsync
Message:

MachineConfigFile::readHardware: Read 'hotplug' and 'executionCap' from the CPU element and not the Hardware element, just to better match MachineConfigFile::buildHardwareXML.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/xml/Settings.cpp

    r55674 r55676  
    27602760            }
    27612761
    2762             pelmHwChild->getAttributeValue("hotplug", hw.fCpuHotPlug);
    2763             pelmHwChild->getAttributeValue("executionCap", hw.ulCpuExecutionCap);
     2762            pelmCPUChild->getAttributeValue("hotplug", hw.fCpuHotPlug);
     2763            pelmCPUChild->getAttributeValue("executionCap", hw.ulCpuExecutionCap);
    27642764
    27652765            const xml::ElementNode *pelmCPUChild;
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