diff options
author | Cole Robinson <crobinso@redhat.com> | 2015-05-06 12:13:35 -0400 |
---|---|---|
committer | Cole Robinson <crobinso@redhat.com> | 2015-05-06 12:15:23 -0400 |
commit | ac70bd40bd5125ba1c214c76a0bf1f3894e07178 (patch) | |
tree | b623fdfeaf3a30ffdf426bd054d4db88cb17129d | |
parent | dafbab7cf5e1d9a8f9cde7f56e58f83e0820799e (diff) | |
download | libosinfo-ac70bd40bd5125ba1c214c76a0bf1f3894e07178.tar.gz |
schema: Sync arch names with libvirt
Next patch will add aarch64, and we will may have ppc64le variants
in the future too
-rw-r--r-- | data/schemas/libosinfo.rng | 2 |
1 files changed, 2 insertions, 0 deletions
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> |