]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/hw/virtio/vhost-user-blk.h
vhost-user-blk: convert to new virtio_delete_queue
[mirror_qemu.git] / include / hw / virtio / vhost-user-blk.h
index 108bfadeeb550388c864795d62f7edb64af3c3fe..05ea0ad183f9e58741090dd5eeae3dfd2f4251a7 100644 (file)
@@ -36,7 +36,8 @@ typedef struct VHostUserBlk {
     struct vhost_dev dev;
     struct vhost_inflight *inflight;
     VhostUserState vhost_user;
-    struct vhost_virtqueue *vqs;
+    struct vhost_virtqueue *vhost_vqs;
+    VirtQueue **virtqs;
     guint watch;
     bool connected;
 } VHostUserBlk;