Changeset 29593 in vbox for trunk/src/VBox/Main/xml/Settings.cpp
- Timestamp:
- May 18, 2010 7:23:46 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r29480 r29593 4005 4005 m->sv = SettingsVersion_v1_10; 4006 4006 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 4007 4013 // VirtualBox 3.2 adds NAT and boot priority to the NIC config in Main. 4008 4014 if (m->sv < SettingsVersion_v1_10)
Note:
See TracChangeset
for help on using the changeset viewer.