Re: [Qemu-devel] [RFC v0 3/4] intc: arm_gic: Implement Linux boot

2015-06-30 Thread Peter Maydell
On 30 June 2015 at 20:21, Peter Crosthwaite wrote: > Change all the interrupt groups to 1 to enable interrupts from the NS > world. This gives a Linux guest full control of the interrupts when > booting directly with -kernel. > > Signed-off-by: Peter Crosthwaite > --- > Needs to be rebased on Pet

[Qemu-devel] [RFC v0 3/4] intc: arm_gic: Implement Linux boot

2015-06-30 Thread Peter Crosthwaite
Change all the interrupt groups to 1 to enable interrupts from the NS world. This gives a Linux guest full control of the interrupts when booting directly with -kernel. Signed-off-by: Peter Crosthwaite --- Needs to be rebased on Peter's work --- --- hw/intc/arm_gic.c | 21 +