diff options
author | Peter Maydell | 2022-04-04 17:46:48 +0200 |
---|---|---|
committer | Peter Maydell | 2022-04-21 12:37:04 +0200 |
commit | 78cb12a92c5466b792224e1f4c3e061d233d383b (patch) | |
tree | 39dc5f38976b5944327363d7e5ef119f86c86dfa /MAINTAINERS | |
parent | hw/arm/exynos4210: Move exynos4210_init_board_irqs() into exynos4210.c (diff) | |
download | qemu-78cb12a92c5466b792224e1f4c3e061d233d383b.tar.gz qemu-78cb12a92c5466b792224e1f4c3e061d233d383b.tar.xz qemu-78cb12a92c5466b792224e1f4c3e061d233d383b.zip |
hw/arm/exynos4210: Put external GIC into state struct
Switch the creation of the external GIC to the new-style "embedded in
state struct" approach, so we can easily refer to the object
elsewhere during realize.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220404154658.565020-9-peter.maydell@linaro.org
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index dcedfaed1f..294c88ace9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -648,7 +648,7 @@ M: Peter Maydell <peter.maydell@linaro.org> L: qemu-arm@nongnu.org S: Odd Fixes F: hw/*/exynos* -F: include/hw/arm/exynos4210.h +F: include/hw/*/exynos* Calxeda Highbank M: Rob Herring <robh@kernel.org> |