Re: [Qemu-devel] [PATCH 5/9] arm: gic: Remove references to NVIC

2017-04-16 Thread Philippe Mathieu-Daudé
On 02/02/2017 05:02 PM, Peter Maydell wrote: From: Michael Davidsaver Now that the NVIC is its own separate implementation, we can clean up the GIC code by removing REV_NVIC and conditionals which use it. Signed-off-by: Michael Davidsaver Signed-off-by: Peter Maydell Reviewed-by: Philippe

Re: [Qemu-devel] [PATCH 5/9] arm: gic: Remove references to NVIC

2017-02-15 Thread Alex Bennée
Peter Maydell writes: > From: Michael Davidsaver > > Now that the NVIC is its own separate implementation, we can > clean up the GIC code by removing REV_NVIC and conditionals > which use it. > > Signed-off-by: Michael Davidsaver > Signed-off-by: Peter Maydell Reviewed-by: Alex Bennée > -

[Qemu-devel] [PATCH 5/9] arm: gic: Remove references to NVIC

2017-02-02 Thread Peter Maydell
From: Michael Davidsaver Now that the NVIC is its own separate implementation, we can clean up the GIC code by removing REV_NVIC and conditionals which use it. Signed-off-by: Michael Davidsaver Signed-off-by: Peter Maydell --- hw/intc/gic_internal.h | 7 ++- hw/intc/arm_gic.c|