mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-03 02:15:23 +00: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> (cherry picked from commit 0afa6be8153518fad5862da022f63042cb72abbb)
This commit is contained in:
parent
e022ba7334
commit
2e47fb1539
@ -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