Re: [Qemu-devel] [PATCH] arm_gic_kvm: Tell kernel about number of IRQs

2014-12-08 Thread Christoffer Dall
On Thu, Dec 04, 2014 at 06:44:39PM +, Peter Maydell wrote: > Newer kernels support a device attribute on the GIC which allows us to > tell it how many IRQs this GIC instance is configured with; use it, if > it exists. > > Signed-off-by: Peter Maydell Reviewed-by: Christoffer Dall

[Qemu-devel] [PATCH] arm_gic_kvm: Tell kernel about number of IRQs

2014-12-04 Thread Peter Maydell
Newer kernels support a device attribute on the GIC which allows us to tell it how many IRQs this GIC instance is configured with; use it, if it exists. Signed-off-by: Peter Maydell --- hw/intc/arm_gic_kvm.c | 20 1 file changed, 20 insertions(+) diff --git a/hw/intc/arm_gi