Files
qemu/include/hw
Peter Maydell c9d4940a9b hw/arm/exynos4210: Drop int_gic_irq[] from Exynos4210Irq struct
The only time we use the int_gic_irq[] array in the Exynos4210Irq
struct is in the exynos4210_realize() function: we initialize it with
the GPIO inputs of the a9mpcore device, and then a bit later on we
connect those to the outputs of the internal combiner.  Now that the
a9mpcore object is easily accessible as s->a9mpcore we can make the
connection directly from one device to the other without going via
this array.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220404154658.565020-5-peter.maydell@linaro.org
2022-04-21 11:37:03 +01:00
..
2022-04-06 20:03:26 +01:00
2021-10-12 08:20:08 +02:00
2022-04-20 09:36:24 +02:00
2022-04-06 10:50:37 +02:00
2021-09-29 10:45:19 +02:00
2022-01-17 08:34:19 +01:00
2021-11-02 14:14:55 -04:00
2022-04-06 10:50:37 +02:00
2022-04-20 09:36:24 +02:00
2022-03-22 14:40:51 +04:00