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:
Richard Henderson 2024-12-13 15:43:23 +00:00
parent aaa1f1a524
commit 9eb5c79907
5 changed files with 8 additions and 8 deletions

View file

@ -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(),
};