Changeset 24312 in vbox
- Timestamp:
- Nov 4, 2009 10:54:40 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/xml/Settings.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r24295 r24312 1274 1274 CpuIdLeafsList &ll) 1275 1275 { 1276 xml::NodesLoop nl1(elmCpuid, "CpuId ");1276 xml::NodesLoop nl1(elmCpuid, "CpuIdLeaf"); 1277 1277 const xml::ElementNode *pelmCpuIdLeaf; 1278 1278 while ((pelmCpuIdLeaf = nl1.forAllNodes())) … … 1544 1544 pelmCPUChild->getAttributeValue("enabled", hw.fSyntheticCpu); 1545 1545 if ((pelmCPUChild = pelmHwChild->findChildElement("CpuIdTree"))) 1546 readCpuIdTree(*pelm HwChild, hw.llCpuIdLeafs);1546 readCpuIdTree(*pelmCPUChild, hw.llCpuIdLeafs); 1547 1547 } 1548 1548 else if (pelmHwChild->nameEquals("Memory")) … … 2425 2425 pelmCPU->createChild("SyntheticCpu")->setAttribute("enabled", hw.fSyntheticCpu); 2426 2426 pelmCPU->setAttribute("count", hw.cCPUs); 2427 2428 xml::ElementNode *pelmCpuIdTree = pelmHardware->createChild("CpuId"); 2427 xml::ElementNode *pelmCpuIdTree = pelmCPU->createChild("CpuIdTree"); 2429 2428 for (CpuIdLeafsList::const_iterator it = hw.llCpuIdLeafs.begin(); 2430 2429 it != hw.llCpuIdLeafs.end();
Note:
See TracChangeset
for help on using the changeset viewer.

