- Timestamp:
- Mar 8, 2010 2:32:41 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r27166 r27171 2911 2911 pelmCPU->setAttribute("count", hw.cCPUs); 2912 2912 2913 if (hw.fLargePages) 2914 pelmCPU->createChild("HardwareVirtExLargePages")->setAttribute("enabled", hw.fLargePages); 2915 2913 2916 if (m->sv >= SettingsVersion_v1_10) 2914 2917 { 2915 pelmCPU->createChild("HardwareVirtExLargePages")->setAttribute("enabled", hw.fLargePages);2916 2918 pelmCPU->setAttribute("hotplug", hw.fCpuHotPlug); 2917 2919
Note:
See TracChangeset
for help on using the changeset viewer.