]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
AArch64: Add qemu capabilities schemeta for test.
authorPranavkumar Sawargaonkar <pranavkumar@linaro.org>
Tue, 8 Oct 2013 13:49:11 +0000 (19:19 +0530)
committerCole Robinson <crobinso@redhat.com>
Tue, 15 Oct 2013 21:02:17 +0000 (17:02 -0400)
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)

docs/schemas/basictypes.rng
tests/capabilityschemadata/caps-qemu-kvm.xml

index 34c22543306321b2062f89180f4059fa513f563d..7fbfa5340a810fb4603822306834d71e48ff3e8e 100644 (file)
 
   <define name='archnames'>
     <choice>
+      <value>aarch64</value>
       <value>alpha</value>
       <value>armv7l</value>
       <value>cris</value>
index 1fbc22bc86cc3de0f560d1fdf5b738f041a893cb..de0c57feb408c7d6b2eb9f922d6b549fcf212647 100644 (file)
     </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'>