Re: [Qemu-devel] [PATCH v2 3/7] bcm2835_ic: add bcm2835 interrupt controller

2015-12-30 Thread Peter Crosthwaite
On Wed, Dec 23, 2015 at 4:25 PM, Andrew Baumann wrote: > Signed-off-by: Andrew Baumann > --- > > Notes: > v2 changes: > * split inputs to named gpu_irq and arm_irq gpio inputs > * use 64-bit gpu_irq and 8-bit arm_irq status rather than 3*32-bit > bitfields > * added defined na

[Qemu-devel] [PATCH v2 3/7] bcm2835_ic: add bcm2835 interrupt controller

2015-12-23 Thread Andrew Baumann
Signed-off-by: Andrew Baumann --- Notes: v2 changes: * split inputs to named gpu_irq and arm_irq gpio inputs * use 64-bit gpu_irq and 8-bit arm_irq status rather than 3*32-bit bitfields * added defined names for register offsets * deleted nop realize method * other m