[Qemu-devel] [PATCH v9 2/6] arm: make the number of GIC interrupts configurable

2012-01-11 Thread Mark Langsdorf
Increase the maximum number of GIC interrupts for a9mp and a11mp to 1020, and create a configurable property for each defaulting to 96 and 64 (respectively) so that device modelers can set the value appropriately for their SoC. Other ARM processors also set their maximum number of used IRQs

Re: [Qemu-devel] [PATCH v9 2/6] arm: make the number of GIC interrupts configurable

2012-01-11 Thread Peter Maydell
On 11 January 2012 16:31, Mark Langsdorf mark.langsd...@calxeda.com wrote: +static SysBusDeviceInfo armv7m_nvic_priv_info = { +    .init = armv7m_nvic_init, +    .qdev.name  = armv7m_nvic, +    .qdev.size  = sizeof(nvic_state), +    .qdev.vmsd = vmstate_nvic, So Andreas pointed out the