- Timestamp:
- Feb 1, 2011 5:07:59 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r35151 r35818 4421 4421 { 4422 4422 // VirtualBox 4.0 adds HD audio, CPU priorities, fault tolerance, 4423 // per-machine media registries, VRDE, JRockitVE and bandwidth gorups. 4423 // per-machine media registries, VRDE, JRockitVE, bandwidth gorups, 4424 // ICH9 chipset 4424 4425 if ( hardwareMachine.audioAdapter.controllerType == AudioControllerType_HDA 4425 4426 || hardwareMachine.ulCpuExecutionCap != 100 … … 4435 4436 || machineUserData.strOsType == "JRockitVE" 4436 4437 || hardwareMachine.ioSettings.llBandwidthGroups.size() 4438 || hardwareMachine.chipsetType == ChipsetType_ICH9 4437 4439 ) 4438 4440 m->sv = SettingsVersion_v1_11;
Note:
See TracChangeset
for help on using the changeset viewer.