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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/virtio/vhost-user-snd.c b/hw/virtio/vhost-user-snd.c
index 8810a9f699..8610370af8 100644
--- a/hw/virtio/vhost-user-snd.c
+++ b/hw/virtio/vhost-user-snd.c
@@ -23,7 +23,6 @@ static const VMStateDescription vu_snd_vmstate = {
 
 static const Property vsnd_properties[] = {
     DEFINE_PROP_CHR("chardev", VHostUserBase, chardev),
-    DEFINE_PROP_END_OF_LIST(),
 };
 
 static void vu_snd_base_realize(DeviceState *dev, Error **errp)