hw/usb: Constify all Property

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
Richard Henderson 2024-12-13 17:26:45 +00:00
parent 35d71fd9ce
commit 44f2f4bc30
27 changed files with 32 additions and 32 deletions

View file

@ -1758,7 +1758,7 @@ static const VMStateDescription vmstate_usb_host = {
}
};
static Property usb_host_dev_properties[] = {
static const Property usb_host_dev_properties[] = {
DEFINE_PROP_UINT32("hostbus", USBHostDevice, match.bus_num, 0),
DEFINE_PROP_UINT32("hostaddr", USBHostDevice, match.addr, 0),
DEFINE_PROP_STRING("hostport", USBHostDevice, match.port),