From d432edd56c270d3b7322d85489bd45116bd7e2e2 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Fri, 13 Dec 2024 15:31:19 +0000 Subject: hw/display: Constify all Property MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Richard Henderson --- hw/display/pl110.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/display/pl110.c') diff --git a/hw/display/pl110.c b/hw/display/pl110.c index 7f145bbdba..eca00b4279 100644 --- a/hw/display/pl110.c +++ b/hw/display/pl110.c @@ -535,7 +535,7 @@ static const GraphicHwOps pl110_gfx_ops = { .gfx_update = pl110_update_display, }; -static Property pl110_properties[] = { +static const Property pl110_properties[] = { DEFINE_PROP_LINK("framebuffer-memory", PL110State, fbmem, TYPE_MEMORY_REGION, MemoryRegion *), DEFINE_PROP_END_OF_LIST(), -- cgit 1.4.1