summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorEugenio Pérez2022-08-23 20:30:37 +0200
committerJason Wang2022-09-02 04:22:39 +0200
commit0e3fdcffead7c651ce06ab50cffb89e806f04e2b (patch)
tree9e0a95f62b657fe807cd8d977230c445866f0b98 /net
parentvdpa: Add virtio-net mac address via CVQ at start (diff)
downloadqemu-0e3fdcffead7c651ce06ab50cffb89e806f04e2b.tar.gz
qemu-0e3fdcffead7c651ce06ab50cffb89e806f04e2b.tar.xz
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 'net')
-rw-r--r--net/vhost-vdpa.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/vhost-vdpa.c b/net/vhost-vdpa.c
index 640434d1ea..6ce68fcd3f 100644
--- a/net/vhost-vdpa.c
+++ b/net/vhost-vdpa.c
@@ -555,8 +555,6 @@ static NetClientState *net_vhost_vdpa_init(NetClientState *peer,
s->vhost_vdpa.shadow_vq_ops = &vhost_vdpa_net_svq_ops;
s->vhost_vdpa.shadow_vq_ops_opaque = s;
- error_setg(&s->vhost_vdpa.migration_blocker,
- "Migration disabled: vhost-vdpa uses CVQ.");
}
ret = vhost_vdpa_add(nc, (void *)&s->vhost_vdpa, queue_pair_index, nvqs);
if (ret) {