VirtualBox

Ignore:
Timestamp:
Jan 26, 2024 4:17:43 PM (13 months ago)
Author:
vboxsync
Message:

Main,FE/VBoxManage,FE/VirtualBox,ValidationKit: Allow setting the primary VM execution engine to make it easier to force particular engine for testing, bugref:10583

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/xml/VirtualBox-settings.xsd

    r101200 r103085  
    156156    <xsd:enumeration value="Normal"/>
    157157    <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"/>
    158168  </xsd:restriction>
    159169</xsd:simpleType>
     
    15891599  <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. -->
    15901600  <xsd:attribute name="VMProcessPriority" type="TVMProcPriority"/>
     1601  <xsd:attribute name="executionEngine" type="TVMExecEngine"/> <!-- new since v1.20. -->
    15911602</xsd:complexType>
    15921603
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