- Timestamp:
- Nov 24, 2009 9:20:57 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 55160
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r24858 r24888 2462 2462 pelmCPU->createChild("SyntheticCpu")->setAttribute("enabled", hw.fSyntheticCpu); 2463 2463 pelmCPU->setAttribute("count", hw.cCPUs); 2464 xml::ElementNode *pelmCpuIdTree = pelmCPU->createChild("CpuIdTree");2464 xml::ElementNode *pelmCpuIdTree = NULL; 2465 2465 for (CpuIdLeafsList::const_iterator it = hw.llCpuIdLeafs.begin(); 2466 2466 it != hw.llCpuIdLeafs.end(); … … 2468 2468 { 2469 2469 const CpuIdLeaf &leaf = *it; 2470 2471 if (pelmCpuIdTree == NULL) 2472 pelmCpuIdTree = pelmCPU->createChild("CpuIdTree"); 2470 2473 2471 2474 xml::ElementNode *pelmCpuIdLeaf = pelmCpuIdTree->createChild("CpuIdLeaf");
Note:
See TracChangeset
for help on using the changeset viewer.