summary refs log tree commit diff stats
path: root/hw/usb/hcd-dwc3.c
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2024-12-13 17:26:45 +0000
committerRichard Henderson <richard.henderson@linaro.org>2024-12-15 12:56:34 -0600
commit44f2f4bc3005eb48ebabea4f33466498db3ea0f2 (patch)
tree69d7c0d10486959ffbfd25002b5ee4a7a60a3a02 /hw/usb/hcd-dwc3.c
parent35d71fd9cea66b0c66d94b9e29bfb85781ad6e7f (diff)
downloadfocaccia-qemu-44f2f4bc3005eb48ebabea4f33466498db3ea0f2.tar.gz
focaccia-qemu-44f2f4bc3005eb48ebabea4f33466498db3ea0f2.zip
hw/usb: Constify all Property
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'hw/usb/hcd-dwc3.c')
-rw-r--r--hw/usb/hcd-dwc3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/usb/hcd-dwc3.c b/hw/usb/hcd-dwc3.c
index e7d8c7924b..ff970bd989 100644
--- a/hw/usb/hcd-dwc3.c
+++ b/hw/usb/hcd-dwc3.c
@@ -656,7 +656,7 @@ static const VMStateDescription vmstate_usb_dwc3 = {
     }
 };
 
-static Property usb_dwc3_properties[] = {
+static const Property usb_dwc3_properties[] = {
     DEFINE_PROP_UINT32("DWC_USB3_USERID", USBDWC3, cfg.dwc_usb3_user,
                        0x12345678),
     DEFINE_PROP_END_OF_LIST(),