Changeset 34497 in vbox for trunk/src/VBox/Main/xml
- Timestamp:
- Nov 30, 2010 10:42:14 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 68277
- Location:
- trunk/src/VBox/Main/xml
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r34244 r34497 4321 4321 { 4322 4322 // VirtualBox 4.0 adds HD audio, CPU priorities, fault tolerance, 4323 // per-machine media registries and VRDE.4323 // per-machine media registries, VRDE and JRockitVE. 4324 4324 if ( hardwareMachine.audioAdapter.controllerType == AudioControllerType_HDA 4325 4325 || hardwareMachine.ulCpuExecutionCap != 100 … … 4332 4332 || mediaRegistry.llFloppyImages.size() 4333 4333 || !hardwareMachine.vrdeSettings.strVrdeExtPack.isEmpty() 4334 || machineUserData.strOsType == "JRockitVE" 4334 4335 ) 4335 4336 m->sv = SettingsVersion_v1_11; -
trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd
r33656 r34497 204 204 <xsd:enumeration value="MacOS"/> 205 205 <xsd:enumeration value="MacOS_64"/> 206 <xsd:enumeration value="JRockitVE"/> 206 207 </xsd:restriction> 207 208 </xsd:simpleType>
Note:
See TracChangeset
for help on using the changeset viewer.