mirror of https://gitee.com/openkylin/libvirt.git
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:
parent
ba90ff5672
commit
7ea8c5d140
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue