Re: [Qemu-devel] [PATCH v2 12/16] hw/intc/arm_gic: Change behavior of EOIR writes

2015-04-14 Thread Peter Maydell
On 30 October 2014 at 22:12, Greg Bellows wrote: > From: Fabian Aggeler > > Grouping (GICv2) and Security Extensions change the behavior of EOIR > writes. Completing Group0 interrupts is only allowed from Secure state > and completing Group1 interrupts from Secure state is only allowed if > AckCt

[Qemu-devel] [PATCH v2 12/16] hw/intc/arm_gic: Change behavior of EOIR writes

2014-10-31 Thread Greg Bellows
From: Fabian Aggeler Grouping (GICv2) and Security Extensions change the behavior of EOIR writes. Completing Group0 interrupts is only allowed from Secure state and completing Group1 interrupts from Secure state is only allowed if AckCtl bit is set. Signed-off-by: Fabian Aggeler --- v1 -> v2