hw/display/pl110: Pass frame buffer memory region as link property
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 22 Sep 2023 14:41:32 +0000 (16:41 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 26 Feb 2024 17:39:58 +0000 (18:39 +0100)
commitc2093660d99dc88dc5638297c42467e8e9d6466c
treeac68dfb2458638752a12cbacadcacb103ac80d4e
parent49aff03e1bc93fbc6aed6754fa0b42c4581a54a3
hw/display/pl110: Pass frame buffer memory region as link property

Add the PL110::'framebuffer-memory' property. Have the different
ARM boards set it. We don't need to call sysbus_address_space()
anymore.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20240226173805.289-3-philmd@linaro.org>
hw/arm/integratorcp.c
hw/arm/realview.c
hw/arm/versatilepb.c
hw/arm/vexpress.c
hw/display/pl110.c