Changeset 13723 in vbox
- Timestamp:
- Oct 31, 2008 4:05:55 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 38691
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r13722 r13723 4985 4985 if (!CPUCountNode.isNull()) 4986 4986 { 4987 mHWData->mCPUCount = CPUCountNode.value <ULONG> (" CPUCount");4987 mHWData->mCPUCount = CPUCountNode.value <ULONG> ("count"); 4988 4988 } 4989 4989 } … … 6360 6360 /* CPU count */ 6361 6361 Key CPUCountNode = cpuNode.createKey ("CPUCount"); 6362 CPUCountNode.setValue <ULONG> (" CPUCount", mHWData->mCPUCount);6362 CPUCountNode.setValue <ULONG> ("count", mHWData->mCPUCount); 6363 6363 } 6364 6364 -
trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd
r13722 r13723 393 393 394 394 <xsd:complexType name="TCPUCount"> 395 <xsd:attribute name=" CPUCount">395 <xsd:attribute name="count"> 396 396 <xsd:simpleType> 397 397 <xsd:restriction base="xsd:unsignedInt">
Note:
See TracChangeset
for help on using the changeset viewer.