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>
<ref name="hvmsparc"/>
<ref name="hvmppc"/>
<ref name="hvmppc64"/>
+ <ref name="hvms390"/>
</choice>
</optional>
<value>hvm</value>
</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">