mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
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:
parent
35d71fd9ce
commit
44f2f4bc30
27 changed files with 32 additions and 32 deletions
|
@ -30,7 +30,7 @@ static const VMStateDescription vmstate_ehci_sysbus = {
|
|||
}
|
||||
};
|
||||
|
||||
static Property ehci_sysbus_properties[] = {
|
||||
static const Property ehci_sysbus_properties[] = {
|
||||
DEFINE_PROP_UINT32("maxframes", EHCISysBusState, ehci.maxframes, 128),
|
||||
DEFINE_PROP_BOOL("companion-enable", EHCISysBusState, ehci.companion_enable,
|
||||
false),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue