]> git.proxmox.com Git - mirror_qemu.git/commit - MAINTAINERS
hw/arm/exynos4210: Put external GIC into state struct
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 4 Apr 2022 15:46:48 +0000 (16:46 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 21 Apr 2022 10:37:04 +0000 (11:37 +0100)
commit78cb12a92c5466b792224e1f4c3e061d233d383b
tree39dc5f38976b5944327363d7e5ef119f86c86dfa
parent93afe073df30944191a1fe2a7fd4f0456e231720
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
MAINTAINERS
hw/arm/exynos4210.c
hw/intc/exynos4210_gic.c
include/hw/arm/exynos4210.h
include/hw/intc/exynos4210_gic.h [new file with mode: 0644]