Index: /trunk/src/VBox/Main/xml/Settings.cpp
===================================================================
--- /trunk/src/VBox/Main/xml/Settings.cpp	(revision 55676)
+++ /trunk/src/VBox/Main/xml/Settings.cpp	(revision 55677)
@@ -2760,6 +2760,6 @@
             }
 
-            pelmCPUChild->getAttributeValue("hotplug", hw.fCpuHotPlug);
-            pelmCPUChild->getAttributeValue("executionCap", hw.ulCpuExecutionCap);
+            pelmHwChild->getAttributeValue("hotplug", hw.fCpuHotPlug);
+            pelmHwChild->getAttributeValue("executionCap", hw.ulCpuExecutionCap);
 
             const xml::ElementNode *pelmCPUChild;
@@ -2807,5 +2807,5 @@
                 hw.uCpuIdPortabilityLevel = fSyntheticCpu ? 1 : 0;
             }
-            pelmCPUChild->getAttributeValue("CpuIdPortabilityLevel", hw.uCpuIdPortabilityLevel);
+            pelmHwChild->getAttributeValue("CpuIdPortabilityLevel", hw.uCpuIdPortabilityLevel);
 
             if ((pelmCPUChild = pelmHwChild->findChildElement("TripleFaultReset")))
