Re: [Qemu-devel] [PATCH 15/18] arm: gic: Remove references to NVIC

2015-11-17 Thread Peter Maydell
On 9 November 2015 at 01:11, Michael Davidsaver wrote: > armv7m_nvic.c no longer relies on the GIC. > Remove REV_NVIC and conditionals which use it. > > Signed-off-by: Michael Davidsaver > --- > hw/intc/arm_gic.c| 14 +++--- > hw/intc/arm_gic_common.c | 23 ---

[Qemu-devel] [PATCH 15/18] arm: gic: Remove references to NVIC

2015-11-08 Thread Michael Davidsaver
armv7m_nvic.c no longer relies on the GIC. Remove REV_NVIC and conditionals which use it. Signed-off-by: Michael Davidsaver --- hw/intc/arm_gic.c| 14 +++--- hw/intc/arm_gic_common.c | 23 --- hw/intc/gic_internal.h | 7 ++- 3 files changed, 17 insertio