]> xenbits.xensource.com Git - libvirt.git/commitdiff
Update arch names in RNG schema to match virarch.c
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 21 Feb 2013 11:20:25 +0000 (11:20 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 22 Feb 2013 10:55:37 +0000 (10:55 +0000)
When the virarch.c file was introduced to formalize the arch
list, we forgot to update the RNG schema with the new arches.

docs/schemas/basictypes.rng
docs/schemas/capability.rng

index 2d2f4425cf344cdac525805946bc5ec90c619d59..cfc820889b184967f38517d693fc1a9cb3e7b004 100644 (file)
     </data>
   </define>
 
+  <define name='archnames'>
+    <choice>
+      <value>alpha</value>
+      <value>armv7l</value>
+      <value>cris</value>
+      <value>i686</value>
+      <value>ia64</value>
+      <value>lm32</value>
+      <value>m68k</value>
+      <value>microblaze</value>
+      <value>microblazeel</value>
+      <value>mips</value>
+      <value>mipsel</value>
+      <value>mips64</value>
+      <value>mips64el</value>
+      <value>openrisc</value>
+      <value>parisc</value>
+      <value>parisc64</value>
+      <value>ppc</value>
+      <value>ppc64</value>
+      <value>ppcemb</value>
+      <value>s390</value>
+      <value>s390x</value>
+      <value>sh4</value>
+      <value>sh4eb</value>
+      <value>sparc</value>
+      <value>sparc64</value>
+      <value>unicore32</value>
+      <value>x86_64</value>
+      <value>xtensa</value>
+      <value>xtensaeb</value>
+    </choice>
+  </define>
+
 </grammar>
index 53fb04acbd5d1608bf25fa6b45be8f373743ef85..8f3fbd9ae2103f245a79bc3aefd82dace3a27ba1 100644 (file)
     </attribute>
   </define>
 
-  <define name='archnames'>
-    <choice>
-      <value>arm</value>
-      <value>i686</value>
-      <value>ia64</value>
-      <value>microblaze</value>
-      <value>microblazeel</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>
-
   <define name='featureName'>
     <data type='string'>
       <param name='pattern'>[a-zA-Z0-9\-_]+</param>