Re: [Qemu-devel] [PATCH v2 16/16] hw/arm/virt-acpi-build: madt: add vgic maint irq

2017-01-06 Thread Peter Maydell
On 2 January 2017 at 20:01, Andrew Jones wrote: > When virtualization is enabled and we have a v3 gic, then we add > the vgic maintenance interrupt to the DT. This patch is the ACPI > equivalent. > > Signed-off-by: Andrew Jones > --- > hw/arm/virt-acpi-build.c | 3 +++ > 1 file changed, 3 insert

[Qemu-devel] [PATCH v2 16/16] hw/arm/virt-acpi-build: madt: add vgic maint irq

2017-01-02 Thread Andrew Jones
When virtualization is enabled and we have a v3 gic, then we add the vgic maintenance interrupt to the DT. This patch is the ACPI equivalent. Signed-off-by: Andrew Jones --- hw/arm/virt-acpi-build.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hw/arm/virt-acpi-build.c b/hw/arm/virt-acp