summary refs log tree commit diff stats
path: root/hw/misc/msf2-sysreg.c
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2024-12-13 16:15:59 +0000
committerRichard Henderson <richard.henderson@linaro.org>2024-12-15 12:55:39 -0600
commit30029973103ac7f7ffb7bce0f088b773ad9f5dae (patch)
tree924ee7b9dec346b9a2e51482ceac64f61f378b13 /hw/misc/msf2-sysreg.c
parent56d8d2b34288c3ea6b62d9e0069cc927d542ea93 (diff)
downloadfocaccia-qemu-30029973103ac7f7ffb7bce0f088b773ad9f5dae.tar.gz
focaccia-qemu-30029973103ac7f7ffb7bce0f088b773ad9f5dae.zip
hw/misc: Constify all Property
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'hw/misc/msf2-sysreg.c')
-rw-r--r--hw/misc/msf2-sysreg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/misc/msf2-sysreg.c b/hw/misc/msf2-sysreg.c
index b8dde198c6..0d7a713c76 100644
--- a/hw/misc/msf2-sysreg.c
+++ b/hw/misc/msf2-sysreg.c
@@ -118,7 +118,7 @@ static const VMStateDescription vmstate_msf2_sysreg = {
     }
 };
 
-static Property msf2_sysreg_properties[] = {
+static const Property msf2_sysreg_properties[] = {
     /* default divisors in Libero GUI */
     DEFINE_PROP_UINT8("apb0divisor", MSF2SysregState, apb0div, 2),
     DEFINE_PROP_UINT8("apb1divisor", MSF2SysregState, apb1div, 2),