hw/arm/exynos4210: Put combiners into state struct
commitcebef07df5c0cfb284f7e5e69cde1ae509fb6ada
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 4 Apr 2022 15:46:57 +0000 (4 16:46 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 21 Apr 2022 10:37:04 +0000 (21 11:37 +0100)
treeb6c0ce407fda657f52641b31fa5caff759f22864
parent76621953c9966bab33ea99a39e47130169bec389
hw/arm/exynos4210: Put combiners into state struct

Switch the creation of the combiner devices 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-18-peter.maydell@linaro.org
hw/arm/exynos4210.c
hw/intc/exynos4210_combiner.c
include/hw/arm/exynos4210.h
include/hw/intc/exynos4210_combiner.h [new file with mode: 0644]