On 2/19/21 3:45 PM, Peter Maydell wrote: > The SSE uses 32 interrupts for its own devices, and then passes through > its expansion IRQ inputs to the CPU's interrupts 33 and upward. > Add a define for the number of IRQs the SSE uses for itself, instead > of hardcoding 32. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > include/hw/arm/armsse.h | 5 ++++- > hw/arm/armsse.c | 4 ++-- > 2 files changed, 6 insertions(+), 3 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>