hw/arm/exynos4210: Use TYPE_OR_IRQ instead of custom OR-gate device
commit2bd84b6818c790508a65ec34e268295c3cb9315f
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 4 Apr 2022 15:46:41 +0000 (4 16:46 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 21 Apr 2022 10:37:03 +0000 (21 11:37 +0100)
tree3b8b7732ab4f859e393dffddece7bcf88686fcaf
parentd6ccfc7e6734383926fccfdb92df238761cb9423
hw/arm/exynos4210: Use TYPE_OR_IRQ instead of custom OR-gate device

The Exynos4210 SoC device currently uses a custom device
"exynos4210.irq_gate" to model the OR gate that feeds each CPU's IRQ
line.  We have a standard TYPE_OR_IRQ device for this now, so use
that instead.

(This is a migration compatibility break, but that is OK for this
machine type.)

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220404154658.565020-2-peter.maydell@linaro.org
hw/arm/exynos4210.c
include/hw/arm/exynos4210.h