[Qemu-devel] [PATCH v7 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 appropr

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

2012-01-11 Thread Peter Maydell
On 11 January 2012 04:12, Andreas Färber wrote: > Am 10.01.2012 21:33, schrieb Mark Langsdorf: >>      vmstate_register(&dev->qdev, -1, &vmstate_nvic, s); > > This should probably be removed now that you register it through > sysbus_register_withprop() below. Oops, yes, missed that bit. > I'm st

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

2012-01-10 Thread Andreas Färber
Am 10.01.2012 21:33, schrieb 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 processo