mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
Add ppc64 specific definitions to domain.rng
ppc64 as new arch type and pseries as new machine type are added under <os> ... </os>. Signed-off-by: Bharata B Rao <bharata@linux.vnet.ibm.com> Signed-off-by: Prerna Saxena <prerna@linux.vnet.ibm.com>
This commit is contained in:
parent
5e6ce1c936
commit
608786fc52
@ -192,6 +192,7 @@
|
||||
<ref name="hvmmips"/>
|
||||
<ref name="hvmsparc"/>
|
||||
<ref name="hvmppc"/>
|
||||
<ref name="hvmppc64"/>
|
||||
</choice>
|
||||
</optional>
|
||||
<value>hvm</value>
|
||||
@ -262,6 +263,22 @@
|
||||
</optional>
|
||||
</group>
|
||||
</define>
|
||||
<define name="hvmppc64">
|
||||
<group>
|
||||
<optional>
|
||||
<attribute name="arch">
|
||||
<value>ppc64</value>
|
||||
</attribute>
|
||||
</optional>
|
||||
<optional>
|
||||
<attribute name="machine">
|
||||
<choice>
|
||||
<value>pseries</value>
|
||||
</choice>
|
||||
</attribute>
|
||||
</optional>
|
||||
</group>
|
||||
</define>
|
||||
<define name="osexe">
|
||||
<element name="os">
|
||||
<element name="type">
|
||||
|
Loading…
x
Reference in New Issue
Block a user