Re: [Qemu-devel] [PATCH v4 14/17] hw/intc/arm_gic: Add grouping support to gic_update()

2015-05-04 Thread Edgar E. Iglesias
On Fri, May 01, 2015 at 06:50:40PM +0100, Peter Maydell wrote: > Add support to gic_update() for determining the current IRQ > and FIQ status when interrupt grouping is supported. This > simply requires that instead of always raising IRQ we > check the group of the highest priority pending interrup

[Qemu-devel] [PATCH v4 14/17] hw/intc/arm_gic: Add grouping support to gic_update()

2015-05-01 Thread Peter Maydell
Add support to gic_update() for determining the current IRQ and FIQ status when interrupt grouping is supported. This simply requires that instead of always raising IRQ we check the group of the highest priority pending interrupt and the GICC_CTLR.FIQEn bit to see whether we should raise IRQ or FIQ