Changeset 103085 in vbox for trunk/src/VBox/Main/xml/VirtualBox-settings.xsd
- Timestamp:
- Jan 26, 2024 4:17:43 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/VirtualBox-settings.xsd
r101200 r103085 156 156 <xsd:enumeration value="Normal"/> 157 157 <xsd:enumeration value="High"/> 158 </xsd:restriction> 159 </xsd:simpleType> 160 161 <xsd:simpleType name="TVMExecEngine"> 162 <xsd:restriction base="xsd:string"> 163 <xsd:enumeration value="Default"/> 164 <xsd:enumeration value="HwVirt"/> 165 <xsd:enumeration value="NativeApi"/> 166 <xsd:enumeration value="Interpreter"/> 167 <xsd:enumeration value="Recompiler"/> 158 168 </xsd:restriction> 159 169 </xsd:simpleType> … … 1589 1599 <xsd:attribute name="version" type="xsd:string" default="1.15"/> <!-- Used for OVF files only, must not be present in normal settings files. The default corresponds to settings created by 5.0, which covers many older versions but not newer ones. --> 1590 1600 <xsd:attribute name="VMProcessPriority" type="TVMProcPriority"/> 1601 <xsd:attribute name="executionEngine" type="TVMExecEngine"/> <!-- new since v1.20. --> 1591 1602 </xsd:complexType> 1592 1603
Note:
See TracChangeset
for help on using the changeset viewer.