Re: [PATCH 2/6] hw/display/pl110: Pass frame buffer memory region as link property

2024-02-17 Thread Richard Henderson
On 2/16/24 05:35, Philippe Mathieu-Daudé wrote: 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é --- hw/arm/realview.c| 2 ++ hw/arm/versatilepb.c | 2 ++ hw/a

[PATCH 2/6] hw/display/pl110: Pass frame buffer memory region as link property

2024-02-16 Thread Philippe Mathieu-Daudé
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é --- hw/arm/realview.c| 2 ++ hw/arm/versatilepb.c | 2 ++ hw/arm/vexpress.c| 5 + hw/display/pl110.c |