Re: [Qemu-devel] [PATCH v5 5/7] target_arm: Parameterise the irq lines for armv7m_init

2014-10-20 Thread Peter Crosthwaite
On Thu, Oct 16, 2014 at 10:54 PM, Alistair Francis wrote: > This patch allows the board to specifiy the number of NVIC interrupt > lines when using armv7m_init. > > Signed-off-by: Alistair Francis Reviewed-by: Peter Crosthwaite > --- > hw/arm/armv7m.c | 7 --- > hw/arm/stellaris.c

[Qemu-devel] [PATCH v5 5/7] target_arm: Parameterise the irq lines for armv7m_init

2014-10-16 Thread Alistair Francis
This patch allows the board to specifiy the number of NVIC interrupt lines when using armv7m_init. Signed-off-by: Alistair Francis --- hw/arm/armv7m.c | 7 --- hw/arm/stellaris.c | 5 - include/hw/arm/arm.h | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/hw/