Re: [PATCH for 8.0 v7 05/10] vdpa: move SVQ vring features check to net/

2022-11-16 Thread Jason Wang
On Wed, Nov 16, 2022 at 11:06 PM Eugenio Pérez wrote: > > The next patches will start control SVQ if possible. However, we don't > know if that will be possible at qemu boot anymore. > > Since the moved checks will be already evaluated at net/ to know if it > is ok to shadow CVQ, move them. > > Si

[PATCH for 8.0 v7 05/10] vdpa: move SVQ vring features check to net/

2022-11-16 Thread Eugenio Pérez
The next patches will start control SVQ if possible. However, we don't know if that will be possible at qemu boot anymore. Since the moved checks will be already evaluated at net/ to know if it is ok to shadow CVQ, move them. Signed-off-by: Eugenio Pérez --- hw/virtio/vhost-vdpa.c | 33 ++--