Re: [Qemu-devel] [PATCH v2 13/16] hw/intc/arm_gic: Change behavior of IAR 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 IAR > reads. Acknowledging Group0 interrupts is only allowed from Secure > state and acknowledging Group1 interrupts from Secure state is only > allowed if A

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

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