VirtualBox

Changeset 27171 in vbox for trunk


Ignore:
Timestamp:
Mar 8, 2010 2:32:41 PM (15 years ago)
Author:
vboxsync
Message:

HardwareVirtExLargePages update fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/xml/Settings.cpp

    r27166 r27171  
    29112911    pelmCPU->setAttribute("count", hw.cCPUs);
    29122912
     2913    if (hw.fLargePages)
     2914        pelmCPU->createChild("HardwareVirtExLargePages")->setAttribute("enabled", hw.fLargePages);
     2915
    29132916    if (m->sv >= SettingsVersion_v1_10)
    29142917    {
    2915         pelmCPU->createChild("HardwareVirtExLargePages")->setAttribute("enabled", hw.fLargePages);
    29162918        pelmCPU->setAttribute("hotplug", hw.fCpuHotPlug);
    29172919
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette