s/arm/armv7l/ in caps-qemu-kvm.xml

Fix the caps-qemu-kvm.xml test data file to refer to correct
arm arch name.
This commit is contained in:
Daniel P. Berrange 2013-02-22 15:49:51 +00:00
parent ba90ff5672
commit 7ea8c5d140

View File

@ -82,7 +82,7 @@
<guest> <guest>
<os_type>hvm</os_type> <os_type>hvm</os_type>
<arch name='arm'> <arch name='armv7l'>
<wordsize>32</wordsize> <wordsize>32</wordsize>
<emulator>/usr/bin/qemu-system-arm</emulator> <emulator>/usr/bin/qemu-system-arm</emulator>
<machine>integratorcp</machine> <machine>integratorcp</machine>