]> xenbits.xensource.com Git - libvirt.git/commitdiff
s/arm/armv7l/ in caps-qemu-kvm.xml
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 22 Feb 2013 15:49:51 +0000 (15:49 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 22 Feb 2013 15:49:51 +0000 (15:49 +0000)
Fix the caps-qemu-kvm.xml test data file to refer to correct
arm arch name.

tests/capabilityschemadata/caps-qemu-kvm.xml

index dc6fb76d14d85ad60d5235092bb5309da8bf1689..36c4b494768db5a1a577bea3aeae0143689c2f1f 100644 (file)
@@ -82,7 +82,7 @@
 
   <guest>
     <os_type>hvm</os_type>
-    <arch name='arm'>
+    <arch name='armv7l'>
       <wordsize>32</wordsize>
       <emulator>/usr/bin/qemu-system-arm</emulator>
       <machine>integratorcp</machine>