Index: /trunk/src/VBox/Main/xml/Settings.cpp
===================================================================
--- /trunk/src/VBox/Main/xml/Settings.cpp	(revision 55675)
+++ /trunk/src/VBox/Main/xml/Settings.cpp	(revision 55676)
@@ -2760,6 +2760,6 @@
             }
 
-            pelmHwChild->getAttributeValue("hotplug", hw.fCpuHotPlug);
-            pelmHwChild->getAttributeValue("executionCap", hw.ulCpuExecutionCap);
+            pelmCPUChild->getAttributeValue("hotplug", hw.fCpuHotPlug);
+            pelmCPUChild->getAttributeValue("executionCap", hw.ulCpuExecutionCap);
 
             const xml::ElementNode *pelmCPUChild;
