mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 07:59:00 +00:00
S390: Domain Schema for s390-virtio machines.
Added s390-virtio machine type to the XML schema for domains in order to not fail the domain schema tests. Signed-off-by: Viktor Mihajlovski <mihajlov@linux.vnet.ibm.com>
This commit is contained in:
parent
d0304eaac7
commit
1af7e319ed
@ -283,6 +283,7 @@
|
||||
<ref name="hvmsparc"/>
|
||||
<ref name="hvmppc"/>
|
||||
<ref name="hvmppc64"/>
|
||||
<ref name="hvms390"/>
|
||||
</choice>
|
||||
</optional>
|
||||
<value>hvm</value>
|
||||
@ -369,6 +370,25 @@
|
||||
</optional>
|
||||
</group>
|
||||
</define>
|
||||
<define name="hvms390">
|
||||
<group>
|
||||
<optional>
|
||||
<attribute name="arch">
|
||||
<choice>
|
||||
<value>s390</value>
|
||||
<value>s390x</value>
|
||||
</choice>
|
||||
</attribute>
|
||||
</optional>
|
||||
<optional>
|
||||
<attribute name="machine">
|
||||
<choice>
|
||||
<value>s390-virtio</value>
|
||||
</choice>
|
||||
</attribute>
|
||||
</optional>
|
||||
</group>
|
||||
</define>
|
||||
<define name="osexe">
|
||||
<element name="os">
|
||||
<element name="type">
|
||||
|
Loading…
x
Reference in New Issue
Block a user