AArch64: Add qemu capabilities schemeta for test.

Add qemu AArch64 capabilities schemeta in caps-qemu-kvm.xml.

Signed-off-by: Anup Patel <anup.patel@linaro.org>
Signed-off-by: Pranavkumar Sawargaonkar <pranavkumar@linaro.org>

(crobinso: add aarch64 to schema arch list)
This commit is contained in:
Pranavkumar Sawargaonkar 2013-10-08 19:19:11 +05:30 committed by Cole Robinson
parent 2f064f35d5
commit 9f53ffcb81
2 changed files with 12 additions and 0 deletions

View File

@ -298,6 +298,7 @@
<define name='archnames'>
<choice>
<value>aarch64</value>
<value>alpha</value>
<value>armv7l</value>
<value>cris</value>

View File

@ -111,6 +111,17 @@
</arch>
</guest>
<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'>