Changeset 55677 in vbox
- Timestamp:
- May 5, 2015 6:54:00 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 100070
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r55676 r55677 2760 2760 } 2761 2761 2762 pelm CPUChild->getAttributeValue("hotplug", hw.fCpuHotPlug);2763 pelm CPUChild->getAttributeValue("executionCap", hw.ulCpuExecutionCap);2762 pelmHwChild->getAttributeValue("hotplug", hw.fCpuHotPlug); 2763 pelmHwChild->getAttributeValue("executionCap", hw.ulCpuExecutionCap); 2764 2764 2765 2765 const xml::ElementNode *pelmCPUChild; … … 2807 2807 hw.uCpuIdPortabilityLevel = fSyntheticCpu ? 1 : 0; 2808 2808 } 2809 pelm CPUChild->getAttributeValue("CpuIdPortabilityLevel", hw.uCpuIdPortabilityLevel);2809 pelmHwChild->getAttributeValue("CpuIdPortabilityLevel", hw.uCpuIdPortabilityLevel); 2810 2810 2811 2811 if ((pelmCPUChild = pelmHwChild->findChildElement("TripleFaultReset")))
Note:
See TracChangeset
for help on using the changeset viewer.