Re: [PATCH 02/41] hw/intc/arm_gicv3: Sanity-check num-cpu property

2022-04-08 Thread Richard Henderson
On 4/8/22 07:15, Peter Maydell wrote: In the GICv3 code we implicitly rely on there being at least one CPU and thus at least one redistributor and CPU interface. Sanity-check that the property the board code sets is not zero. Signed-off-by: Peter Maydell --- Doing this would be a board code err

[PATCH 02/41] hw/intc/arm_gicv3: Sanity-check num-cpu property

2022-04-08 Thread Peter Maydell
In the GICv3 code we implicitly rely on there being at least one CPU and thus at least one redistributor and CPU interface. Sanity-check that the property the board code sets is not zero. Signed-off-by: Peter Maydell --- Doing this would be a board code error, but we might as well get a clean di