mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-14 00:25:17 +00:00
Add arm arch to capabilities schema
* docs/schemas/capabilities.rng: add arm and sort arches
This commit is contained in:
parent
e45b13d248
commit
22d990f138
@ -279,15 +279,16 @@
|
||||
|
||||
<define name='archnames'>
|
||||
<choice>
|
||||
<value>arm</value>
|
||||
<value>i686</value>
|
||||
<value>x86_64</value>
|
||||
<value>ppc</value>
|
||||
<value>ppc64</value>
|
||||
<value>ia64</value>
|
||||
<value>s390</value>
|
||||
<value>mips</value>
|
||||
<value>mipsel</value>
|
||||
<value>ppc64</value>
|
||||
<value>ppc</value>
|
||||
<value>s390</value>
|
||||
<value>sparc</value>
|
||||
<value>x86_64</value>
|
||||
</choice>
|
||||
</define>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user