hw/arm/exynos4210: Inline sysbus_create_varargs(EXYNOS4210_FIMD)
commit1cfe4614283ad0a284ded19e0d1d7be88071b588
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 22 Sep 2023 17:00:32 +0000 (22 19:00 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 26 Feb 2024 17:40:09 +0000 (26 18:40 +0100)
treebb49f59f0ffa785be72f605a8e8fdb888f16171f
parentc2093660d99dc88dc5638297c42467e8e9d6466c
hw/arm/exynos4210: Inline sysbus_create_varargs(EXYNOS4210_FIMD)

We want to set another qdev property (a link) for the FIMD
device, we can not use sysbus_create_varargs() which only
passes sysbus base address and IRQs as arguments. Inline
it so we can set the link property in the next commit.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20240216153517.49422-4-philmd@linaro.org>
hw/arm/exynos4210.c