vdpa: allocate SVQ array unconditionally
commit273e0003f0005cc17292dedae01e5edb0064b69c
authorEugenio Pérez <eperezma@redhat.com>
Thu, 15 Dec 2022 11:31:40 +0000 (15 12:31 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 21 Dec 2022 11:35:28 +0000 (21 06:35 -0500)
tree50cc58a2d95659009dc6977ecce921de2ada476a
parent258a03941fd23108a322d09abc9c55341e09688d
vdpa: allocate SVQ array unconditionally

SVQ may run or not in a device depending on runtime conditions (for
example, if the device can move CVQ to its own group or not).

Allocate the SVQ array unconditionally at startup, since its hard to
move this allocation elsewhere.

Signed-off-by: Eugenio Pérez <eperezma@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Message-Id: <20221215113144.322011-9-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