mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03: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
|
@ -300,7 +300,7 @@ static const VMStateDescription vmstate_virtio_input = {
|
|||
.post_load = virtio_input_post_load,
|
||||
};
|
||||
|
||||
static Property virtio_input_properties[] = {
|
||||
static const Property virtio_input_properties[] = {
|
||||
DEFINE_PROP_STRING("serial", VirtIOInput, serial),
|
||||
DEFINE_PROP_END_OF_LIST(),
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue