mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
hw/input: 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
aaa1f1a524
commit
9eb5c79907
5 changed files with 8 additions and 8 deletions
|
@ -221,7 +221,7 @@ static const VMStateDescription vmstate_virtio_input_host = {
|
|||
.unmigratable = 1,
|
||||
};
|
||||
|
||||
static Property virtio_input_host_properties[] = {
|
||||
static const Property virtio_input_host_properties[] = {
|
||||
DEFINE_PROP_STRING("evdev", VirtIOInputHost, evdev),
|
||||
DEFINE_PROP_END_OF_LIST(),
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue