[libvirt] [PATCH 6/6] AArch64: Add qemu capabilities schemeta for test.

Cole Robinson crobinso at redhat.com
Wed Oct 9 13:57:15 UTC 2013


On 10/08/2013 09:49 AM, Pranavkumar Sawargaonkar wrote:
> Add qemu AArch64 capabilities schemeta in caps-qemu-kvm.xml.
> 
> Signed-off-by: Anup Patel <anup.patel at linaro.org>
> Signed-off-by: Pranavkumar Sawargaonkar <pranavkumar at linaro.org>
> ---
>  tests/capabilityschemadata/caps-qemu-kvm.xml |   11 +++++++++++
>  1 file changed, 11 insertions(+)
> 
> diff --git a/tests/capabilityschemadata/caps-qemu-kvm.xml b/tests/capabilityschemadata/caps-qemu-kvm.xml
> index 1fbc22b..de0c57f 100644
> --- a/tests/capabilityschemadata/caps-qemu-kvm.xml
> +++ b/tests/capabilityschemadata/caps-qemu-kvm.xml
> @@ -113,6 +113,17 @@
>  
>    <guest>
>      <os_type>hvm</os_type>
> +    <arch name='aarch64'>
> +      <wordsize>64</wordsize>
> +      <emulator>/usr/bin/qemu-system-aarch64</emulator>
> +      <machine>machvirt</machine>
> +      <domain type='qemu'>
> +      </domain>
> +    </arch>
> +  </guest>
> +
> +  <guest>
> +    <os_type>hvm</os_type>
>      <arch name='microblaze'>
>        <wordsize>32</wordsize>
>        <emulator>/usr/bin/qemu-system-microblaze</emulator>
> 


ACK

- Cole




More information about the libvir-list mailing list