Re: [Qemu-devel] [PATCH v4 04/17] hw/intc/arm_gic: Add Interrupt Group Registers

2015-05-04 Thread Edgar E. Iglesias
On Fri, May 01, 2015 at 06:50:30PM +0100, Peter Maydell wrote: > From: Fabian Aggeler > > The Interrupt Group Registers allow the guest to configure interrupts > into one of two groups, where Group0 are higher priority and may > be routed to IRQ or FIQ, and Group1 are lower priority and always >

[Qemu-devel] [PATCH v4 04/17] hw/intc/arm_gic: Add Interrupt Group Registers

2015-05-01 Thread Peter Maydell
From: Fabian Aggeler The Interrupt Group Registers allow the guest to configure interrupts into one of two groups, where Group0 are higher priority and may be routed to IRQ or FIQ, and Group1 are lower priority and always routed to IRQ. (In a GIC with the security extensions Group0 is Secure inte