summary refs log tree commit diff stats
path: root/hw/scsi/vmw_pvscsi.c
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2024-12-13 16:47:35 +0000
committerRichard Henderson <richard.henderson@linaro.org>2024-12-15 12:56:12 -0600
commitec7630a2a1ecb200bfb087dffcbf5437291edfc2 (patch)
tree3e538cef7038d35712d9299c665c5e1b09955619 /hw/scsi/vmw_pvscsi.c
parent6048081263f9baa4550dd7c13b3d9a470a55eef7 (diff)
downloadfocaccia-qemu-ec7630a2a1ecb200bfb087dffcbf5437291edfc2.tar.gz
focaccia-qemu-ec7630a2a1ecb200bfb087dffcbf5437291edfc2.zip
hw/scsi: Constify all Property
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to '')
-rw-r--r--hw/scsi/vmw_pvscsi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/scsi/vmw_pvscsi.c b/hw/scsi/vmw_pvscsi.c
index 57761b5594..46cec531cc 100644
--- a/hw/scsi/vmw_pvscsi.c
+++ b/hw/scsi/vmw_pvscsi.c
@@ -1296,7 +1296,7 @@ static const VMStateDescription vmstate_pvscsi = {
     }
 };
 
-static Property pvscsi_properties[] = {
+static const Property pvscsi_properties[] = {
     DEFINE_PROP_UINT8("use_msg", PVSCSIState, use_msg, 1),
     DEFINE_PROP_BIT("x-old-pci-configuration", PVSCSIState, compat_flags,
                     PVSCSI_COMPAT_OLD_PCI_CONFIGURATION_BIT, false),