1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-01-26 14:03:49 +03:00

RNG: Add 'ppc64le' arch and newer pseries-2.* machine types

Acked-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Prerna Saxena <prerna@linux.vnet.ibm.com>
This commit is contained in:
Prerna Saxena 2015-02-26 08:10:58 -06:00 committed by Michal Privoznik
parent 8eb907b8d0
commit 0afa6be815
2 changed files with 7 additions and 1 deletions

View File

@ -333,6 +333,7 @@
<value>parisc64</value>
<value>ppc</value>
<value>ppc64</value>
<value>ppc64le</value>
<value>ppcemb</value>
<value>s390</value>
<value>s390x</value>

View File

@ -412,13 +412,18 @@
<group>
<optional>
<attribute name="arch">
<value>ppc64</value>
<choice>
<value>ppc64</value>
<value>ppc64le</value>
</choice>
</attribute>
</optional>
<optional>
<attribute name="machine">
<choice>
<value>pseries</value>
<value>pseries-2.1</value>
<value>pseries-2.2</value>
</choice>
</attribute>
</optional>