Message ID | 1381240151-15060-7-git-send-email-pranavkumar@linaro.org |
---|---|
State | New |
Headers | show |
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
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 --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>