summary refs log tree commit diff stats
path: root/hw/display/g364fb.c
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2024-12-13 15:31:19 +0000
committerRichard Henderson <richard.henderson@linaro.org>2024-12-15 12:54:51 -0600
commitd432edd56c270d3b7322d85489bd45116bd7e2e2 (patch)
tree83c351ad7e7082d5a5a51147252628a3de2ee73b /hw/display/g364fb.c
parent2a3f565c529088df051f3cf1d34f6389626af261 (diff)
downloadfocaccia-qemu-d432edd56c270d3b7322d85489bd45116bd7e2e2.tar.gz
focaccia-qemu-d432edd56c270d3b7322d85489bd45116bd7e2e2.zip
hw/display: Constify all Property
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'hw/display/g364fb.c')
-rw-r--r--hw/display/g364fb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/display/g364fb.c b/hw/display/g364fb.c
index fa2f184908..a7533c6908 100644
--- a/hw/display/g364fb.c
+++ b/hw/display/g364fb.c
@@ -512,7 +512,7 @@ static void g364fb_sysbus_reset(DeviceState *d)
     g364fb_reset(&s->g364);
 }
 
-static Property g364fb_sysbus_properties[] = {
+static const Property g364fb_sysbus_properties[] = {
     DEFINE_PROP_UINT32("vram_size", G364SysBusState, g364.vram_size, 8 * MiB),
     DEFINE_PROP_END_OF_LIST(),
 };