summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2018-04-27 12:55:57 +0200
committerJonathan Bauer2018-04-27 12:55:57 +0200
commit648654df8fb1f4c188d216ec791c154efce6cfd0 (patch)
treedc4a595af7afd538a1e4c6ac57d13132d0960f67
parentadded uuid attribute to <Hardware> in XSD (diff)
downloadtutor-module-648654df8fb1f4c188d216ec791c154efce6cfd0.tar.gz
tutor-module-648654df8fb1f4c188d216ec791c154efce6cfd0.tar.xz
tutor-module-648654df8fb1f4c188d216ec791c154efce6cfd0.zip
add X2APIC to VirtualBox XSD
-rw-r--r--dozentenmodul/src/main/resources/xml/VirtualBox-settings.xsd5
1 files changed, 5 insertions, 0 deletions
diff --git a/dozentenmodul/src/main/resources/xml/VirtualBox-settings.xsd b/dozentenmodul/src/main/resources/xml/VirtualBox-settings.xsd
index 406943d7..aa38646f 100644
--- a/dozentenmodul/src/main/resources/xml/VirtualBox-settings.xsd
+++ b/dozentenmodul/src/main/resources/xml/VirtualBox-settings.xsd
@@ -555,6 +555,10 @@
</xsd:sequence>
</xsd:complexType>
+<xsd:complexType name="TX2APIC">
+ <xsd:attribute name="enabled" type="xsd:boolean"/>
+</xsd:complexType>
+
<xsd:complexType name="TCPU">
<xsd:sequence>
<xsd:element name="HardwareVirtEx" type="THWVirtExType" minOccurs="0"/>
@@ -563,6 +567,7 @@
<xsd:element name="HardwareVirtExUX" type="THWVirtExUXType" minOccurs="0"/>
<xsd:element name="PAE" type="TPAEType" minOccurs="0"/>
<xsd:element name="LongMode" type="TLongModeType" minOccurs="0"/>
+ <xsd:element name="X2APIC" type="TX2APIC" minOccurs="0"/>
<xsd:element name="HardwareVirtExLargePages" type="THardwareVirtExLargePages" minOccurs="0"/>
<xsd:element name="HardwareVirtForce" type="THardwareVirtForce" minOccurs="0"/>
<xsd:element name="SyntheticCpu" type="TSyntheticCpuType" minOccurs="0"/>