hw/arm: Inline sysbus_create_simple(PL110 / PL111)
commit49aff03e1bc93fbc6aed6754fa0b42c4581a54a3
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 16 Feb 2024 15:06:05 +0000 (16 16:06 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 26 Feb 2024 17:39:44 +0000 (26 18:39 +0100)
tree1540fc4da8a81e2b5f099b6ff6d54a987c323921
parent03d496a992d98650315af41be7c0ca6de2a28da1
hw/arm: Inline sysbus_create_simple(PL110 / PL111)

We want to set another qdev property (a link) for the pl110
and pl111 devices, we can not use sysbus_create_simple() 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: <20240226173805.289-2-philmd@linaro.org>
hw/arm/integratorcp.c
hw/arm/realview.c
hw/arm/versatilepb.c
hw/arm/vexpress.c