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

2015-12-08 Thread Andrew Baumann
Peter, Thanks for the feedback on this patch. I agree with all of it, but I do have one minor quibble... > From: Peter Crosthwaite [mailto:crosthwaitepe...@gmail.com] > Sent: Saturday, 5 December 2015 21:20 > On Thu, Dec 3, 2015 at 10:01 PM, Andrew Baumann >

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

2015-12-05 Thread Peter Crosthwaite
On Thu, Dec 3, 2015 at 10:01 PM, Andrew Baumann wrote: > Signed-off-by: Andrew Baumann > --- > hw/intc/Makefile.objs| 1 + > hw/intc/bcm2835_ic.c | 234 > +++ >

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

2015-12-03 Thread Andrew Baumann
Signed-off-by: Andrew Baumann --- hw/intc/Makefile.objs| 1 + hw/intc/bcm2835_ic.c | 234 +++ include/hw/intc/bcm2835_ic.h | 26 + 3 files changed, 261 insertions(+) create mode 100644