diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2022-04-04 16:46:49 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2022-04-21 11:37:04 +0100 |
commit | 38c2b905d3beb27a056f7f53bcf7d9bce487e89d (patch) | |
tree | 766166b384f16a007aa9536f8b23d67b341e0179 /qapi/qapi-clone-visitor.c | |
parent | 78cb12a92c5466b792224e1f4c3e061d233d383b (diff) | |
download | qemu-38c2b905d3beb27a056f7f53bcf7d9bce487e89d.zip qemu-38c2b905d3beb27a056f7f53bcf7d9bce487e89d.tar.gz qemu-38c2b905d3beb27a056f7f53bcf7d9bce487e89d.tar.bz2 |
hw/arm/exynos4210: Drop ext_gic_irq[] from Exynos4210Irq struct
The only time we use the ext_gic_irq[] array in the Exynos4210Irq
struct is during realize of the SoC -- we initialize it with the
input IRQs of the external GIC device, and then connect those to
outputs of other devices further on in realize (including in the
exynos4210_init_board_irqs() function). Now that the ext_gic object
is easily accessible as s->ext_gic we can make the connections
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-10-peter.maydell@linaro.org
Diffstat (limited to 'qapi/qapi-clone-visitor.c')
0 files changed, 0 insertions, 0 deletions