[Qemu-devel] [PATCH 1/1] arm_gic: gic_update should always update all cores.

2014-11-13 Thread Johan Karlsson
This patch fixes so that gic_update always updates all the cores with new pending irq states. If the function returns early it is possible to get interrupts that has already been acknowledged. Signed-off-by: Johan Karlsson diff --git a/hw/intc/arm_gic.c b/hw/intc/arm_gic.c index 270ce05

Re: [Qemu-devel] qemu arm gic assert failed.

2014-11-13 Thread Johan Karlsson
> -Original Message- > From: Christoffer Dall [mailto:christoffer.d...@linaro.org] > Sent: den 13 november 2014 15:28 > On Thu, Nov 13, 2014 at 1:44 PM, Johan Karlsson > wrote: > > Hi, > > Enabled DEBUG_GIC in arm_gic.c > > > > Use case: > >

[Qemu-devel] qemu arm gic assert failed.

2014-11-13 Thread Johan Karlsson
Raised pending IRQ 0 (cpu 1)' is printed more the once. Sorry about the ugly formatting. /Johan Karlsson