On 24 January 2015 at 08:02, Alistair Francis <alistai...@gmail.com> wrote: > This patch allows the board to specifiy the number of NVIC interrupt > lines when using armv7m_init. > > Signed-off-by: Alistair Francis <alistai...@gmail.com> > Reviewed-by: Peter Crosthwaite <peter.crosthwa...@xilinx.com> > --- > /* FIXME: make this local state. */ > - static qemu_irq pic[64]; > + qemu_irq *pic = g_new(qemu_irq, num_irq);
The FIXME is now stale and can be removed. I've made that minor change and applied this to target-arm.next. thanks -- PMM