[Libosinfo] [PATCH libosinfo v2 1/2] schema: Sync arch names with libvirt
Cole Robinson
crobinso at redhat.com
Wed May 6 16:17:02 UTC 2015
Next patch will add aarch64, and we will may have ppc64le variants
in the future too
Signed-off-by: Cole Robinson <crobinso at redhat.com>
---
v2:
Break out the aarch64 addition
Add ppc64le while we're at it
data/schemas/libosinfo.rng | 2 ++
1 file changed, 2 insertions(+)
diff --git a/data/schemas/libosinfo.rng b/data/schemas/libosinfo.rng
index db6e145..b23d210 100644
--- a/data/schemas/libosinfo.rng
+++ b/data/schemas/libosinfo.rng
@@ -700,6 +700,7 @@
</define>
<define name='archnames'>
<choice>
+ <value>aarch64</value>
<value>alpha</value>
<value>armv7l</value>
<value>cris</value>
@@ -718,6 +719,7 @@
<value>parisc64</value>
<value>ppc</value>
<value>ppc64</value>
+ <value>ppc64le</value>
<value>ppcemb</value>
<value>s390</value>
<value>s390x</value>
--
2.4.0
More information about the Libosinfo
mailing list