summary refs log tree commit diff stats
path: root/hw/virtio/vhost-user-snd.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/virtio/vhost-user-snd.c')
-rw-r--r--hw/virtio/vhost-user-snd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/virtio/vhost-user-snd.c b/hw/virtio/vhost-user-snd.c
index 9a217543f8..8810a9f699 100644
--- a/hw/virtio/vhost-user-snd.c
+++ b/hw/virtio/vhost-user-snd.c
@@ -21,7 +21,7 @@ static const VMStateDescription vu_snd_vmstate = {
     .unmigratable = 1,
 };
 
-static Property vsnd_properties[] = {
+static const Property vsnd_properties[] = {
     DEFINE_PROP_CHR("chardev", VHostUserBase, chardev),
     DEFINE_PROP_END_OF_LIST(),
 };