summary refs log tree commit diff stats
path: root/include/hw/virtio/vhost-user-gpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/virtio/vhost-user-gpio.h')
-rw-r--r--include/hw/virtio/vhost-user-gpio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/virtio/vhost-user-gpio.h b/include/hw/virtio/vhost-user-gpio.h
index a9305c5e6c..a9d3f9b049 100644
--- a/include/hw/virtio/vhost-user-gpio.h
+++ b/include/hw/virtio/vhost-user-gpio.h
@@ -23,7 +23,7 @@ struct VHostUserGPIO {
     VirtIODevice parent_obj;
     CharBackend chardev;
     struct virtio_gpio_config config;
-    struct vhost_virtqueue *vhost_vq;
+    struct vhost_virtqueue *vhost_vqs;
     struct vhost_dev vhost_dev;
     VhostUserState vhost_user;
     VirtQueue *command_vq;