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:
parent
8eb907b8d0
commit
0afa6be815
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user