diff mbox

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

Message ID 1381240151-15060-7-git-send-email-pranavkumar@linaro.org
State New
Headers show

Commit Message

PranavkumarSawargaonkar Oct. 8, 2013, 1:49 p.m. UTC
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>
---
 tests/capabilityschemadata/caps-qemu-kvm.xml |   11 +++++++++++
 1 file changed, 11 insertions(+)

Comments

Cole Robinson Oct. 9, 2013, 1:57 p.m. UTC | #1
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@linaro.org>
> Signed-off-by: Pranavkumar Sawargaonkar <pranavkumar@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
Daniel P. Berrangé Oct. 9, 2013, 2:54 p.m. UTC | #2
On Tue, Oct 08, 2013 at 07:19:11PM +0530, Pranavkumar Sawargaonkar wrote:
> 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>
> ---
>  tests/capabilityschemadata/caps-qemu-kvm.xml |   11 +++++++++++
>  1 file changed, 11 insertions(+)

ACK

Though it doesn't really do much of any use, until you add some
QEMU XML / argv data files to be tested for qemu-system-aarch64

Daniel
diff mbox

Patch

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>