VirtualBox

Ignore:
Timestamp:
May 18, 2010 7:23:46 AM (15 years ago)
Author:
vboxsync
Message:

Bump xml version if page fusion is enabled

File:
1 edited

Legend:

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

    r29480 r29593  
    40054005        m->sv = SettingsVersion_v1_10;
    40064006
     4007    // VirtualBox 3.2 adds support for page fusion
     4008    if (    m->sv < SettingsVersion_v1_10
     4009        &&  hardwareMachine.fPageFusionEnabled
     4010       )
     4011        m->sv = SettingsVersion_v1_10;
     4012
    40074013    // VirtualBox 3.2 adds NAT and boot priority to the NIC config in Main.
    40084014    if (m->sv < SettingsVersion_v1_10)
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