Re: [Qemu-devel] [PATCH 3/5] hw: arm_gic: Keep track of SGI sources

2013-09-13 Thread Christoffer Dall
On Fri, Sep 06, 2013 at 03:08:16PM +0100, Peter Maydell wrote: > On 23 August 2013 21:10, Christoffer Dall wrote: > > Right now the arm gic emulation doesn't keep track of the source of an > > SGI (which apparently Linux guests don't use, or they're fine with > > assuming CPU 0 always). > > > > Ad

Re: [Qemu-devel] [PATCH 3/5] hw: arm_gic: Keep track of SGI sources

2013-09-06 Thread Peter Maydell
On 23 August 2013 21:10, Christoffer Dall wrote: > Right now the arm gic emulation doesn't keep track of the source of an > SGI (which apparently Linux guests don't use, or they're fine with > assuming CPU 0 always). > > Add the necessary matrix on the GICState structure and maintain the data > wh

[Qemu-devel] [PATCH 3/5] hw: arm_gic: Keep track of SGI sources

2013-08-23 Thread Christoffer Dall
Right now the arm gic emulation doesn't keep track of the source of an SGI (which apparently Linux guests don't use, or they're fine with assuming CPU 0 always). Add the necessary matrix on the GICState structure and maintain the data when setting and clearing the pending state of an IRQ. Note th