Re: [PATCH v2 09/24] hw/arm/mps2-tz: Make number of IRQs board-specific

2021-02-28 Thread Richard Henderson
On 2/15/21 3:51 AM, Peter Maydell wrote: The AN524 has more interrupt lines than the AN505 and AN521; make numirq board-specific rather than a compile-time constant. Since the difference is small (92 on the current boards and 95 on the new one) we don't dynamically allocate the

[PATCH v2 09/24] hw/arm/mps2-tz: Make number of IRQs board-specific

2021-02-15 Thread Peter Maydell
The AN524 has more interrupt lines than the AN505 and AN521; make numirq board-specific rather than a compile-time constant. Since the difference is small (92 on the current boards and 95 on the new one) we don't dynamically allocate the cpu_irq_splitter[] array but leave it as a fixed length