hw/arm/armsse: Indirect irq_is_common[] through ARMSSEInfo
commit1aa9e174b4b8de9ea52f9583c476e295065b96e3
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 19 Feb 2021 14:46:04 +0000 (19 14:46 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 8 Mar 2021 17:20:03 +0000 (8 17:20 +0000)
tree6733256be5725664a5e4f2723cca2a248e832105
parent6fe8acb41ed5a4b033ae7b5f876968e568476129
hw/arm/armsse: Indirect irq_is_common[] through ARMSSEInfo

The SSE-300 has a slightly different set of shared-per-CPU interrupts,
allow the irq_is_common[] array to be different per SSE variant.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210219144617.4782-32-peter.maydell@linaro.org
hw/arm/armsse.c