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

Pranavkumar Sawargaonkar pranavkumar at linaro.org
Tue Oct 8 13:49:11 UTC 2013


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>
-- 
1.7.9.5




More information about the libvir-list mailing list