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

2014-11-13 Thread Christoffer Dall
On Thu, Nov 13, 2014 at 4:25 PM, Johan Karlsson wrote: >> -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 >> > >>

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: > > Core0 wakes up core1 using irq and then core1 a

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

2014-11-13 Thread Christoffer Dall
On Thu, Nov 13, 2014 at 1:44 PM, Johan Karlsson wrote: > Hi, > Enabled DEBUG_GIC in arm_gic.c > > Use case: > Core0 wakes up core1 using irq and then core1 acks and runs eoi until it gets > 0x3ff. > Note that core1 do not have interrupts enabled and does this in SVC. > > From what I can see s->cu

[Qemu-devel] qemu arm gic assert failed.

2014-11-13 Thread Johan Karlsson
Hi, Enabled DEBUG_GIC in arm_gic.c Use case: Core0 wakes up core1 using irq and then core1 acks and runs eoi until it gets 0x3ff. Note that core1 do not have interrupts enabled and does this in SVC. >From what I can see s->current_pending[1] isn't updated in gic_update because >the following