summary refs log tree commit diff stats
path: root/include/hw/virtio/vhost-vdpa.h
diff options
context:
space:
mode:
authorEugenio Pérez <eperezma@redhat.com>2022-08-23 20:30:37 +0200
committerJason Wang <jasowang@redhat.com>2022-09-02 10:22:39 +0800
commit0e3fdcffead7c651ce06ab50cffb89e806f04e2b (patch)
tree9e0a95f62b657fe807cd8d977230c445866f0b98 /include/hw/virtio/vhost-vdpa.h
parentdd036d8d278e6882803bccaa8c51b8527ea33f45 (diff)
downloadfocaccia-qemu-0e3fdcffead7c651ce06ab50cffb89e806f04e2b.tar.gz
focaccia-qemu-0e3fdcffead7c651ce06ab50cffb89e806f04e2b.zip
vdpa: Delete CVQ migration blocker
We can restore the device state in the destination via CVQ now. Remove
the migration blocker.

Signed-off-by: Eugenio Pérez <eperezma@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'include/hw/virtio/vhost-vdpa.h')
-rw-r--r--include/hw/virtio/vhost-vdpa.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/virtio/vhost-vdpa.h b/include/hw/virtio/vhost-vdpa.h
index d10a89303e..1111d85643 100644
--- a/include/hw/virtio/vhost-vdpa.h
+++ b/include/hw/virtio/vhost-vdpa.h
@@ -35,7 +35,6 @@ typedef struct vhost_vdpa {
     bool shadow_vqs_enabled;
     /* IOVA mapping used by the Shadow Virtqueue */
     VhostIOVATree *iova_tree;
-    Error *migration_blocker;
     GPtrArray *shadow_vqs;
     const VhostShadowVirtqueueOps *shadow_vq_ops;
     void *shadow_vq_ops_opaque;