Re: [libvirt] [PATCH 3/5] qemu: Use GICv2 for aarch64/virt TCG guests

2017-05-15 Thread Andrea Bolognani
On Mon, 2017-05-15 at 12:53 +0200, Peter Krempa wrote: > > +/* We want to use the highest available GIC version for guests; > > + * however, the emulated GICv3 is currently lacking a MSI > > controller, > > + * making it unsuitable for the pure PCIe topology we aim for. >

Re: [libvirt] [PATCH 3/5] qemu: Use GICv2 for aarch64/virt TCG guests

2017-05-15 Thread Peter Krempa
On Fri, May 12, 2017 at 16:14:45 +0200, Andrea Bolognani wrote: > There are currently some limitations in the emulated GICv3 > that make it unsuitable as a default. Use GICv2 instead. > > Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1450433 > > Signed-off-by: Andrea Bolognani

[libvirt] [PATCH 3/5] qemu: Use GICv2 for aarch64/virt TCG guests

2017-05-12 Thread Andrea Bolognani
There are currently some limitations in the emulated GICv3 that make it unsuitable as a default. Use GICv2 instead. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1450433 Signed-off-by: Andrea Bolognani --- src/qemu/qemu_domain.c | 41