]> git.proxmox.com Git - mirror_qemu.git/commit
vdpa: use v->shadow_vqs_enabled in vhost_vdpa_svqs_start & stop
authorEugenio Pérez <eperezma@redhat.com>
Thu, 15 Dec 2022 11:31:33 +0000 (12:31 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 21 Dec 2022 11:35:28 +0000 (06:35 -0500)
commit712c1a3171cf62d501dac5af58f77d5fea70350d
treee42da28ed00a4fbf7864df491c83850b2f2f67c0
parentdd18a23002884bd64b979ef9d83e95523e7d00c4
vdpa: use v->shadow_vqs_enabled in vhost_vdpa_svqs_start & stop

This function used to trust in v->shadow_vqs != NULL to know if it must
start svq or not.

This is not going to be valid anymore, as qemu is going to allocate svq
array unconditionally (but it will only start them conditionally).

Signed-off-by: Eugenio Pérez <eperezma@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Message-Id: <20221215113144.322011-2-eperezma@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/virtio/vhost-vdpa.c