Re: [Qemu-devel] [PATCH v5 2/8] arm_gic: Fix GICD_ICPENDR and GICD_ISPENDR writes

2014-01-29 Thread Peter Maydell
On 28 January 2014 20:32, Christoffer Dall wrote: > Fix two bugs that would allow changing the state of SGIs through the > ICPENDR and ISPENDRs. > > Signed-off-by: Christoffer Dall Reviewed-by: Peter Maydell thanks -- PMM

[Qemu-devel] [PATCH v5 2/8] arm_gic: Fix GICD_ICPENDR and GICD_ISPENDR writes

2014-01-28 Thread Christoffer Dall
Fix two bugs that would allow changing the state of SGIs through the ICPENDR and ISPENDRs. Signed-off-by: Christoffer Dall --- Changes [v1 -> v5]: - New patch in series hw/intc/arm_gic.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hw/intc/arm_gic.c b/hw/intc/arm_gi