On Fri, Mar 17, 2023 at 03:55:39PM +0100, Eugenio Pérez wrote:
This allows to set the features of a vhost-vdpa device from external subsystems like vhost-net. It is used in subsequent patches to negotiate features and probe for CVQ ASID isolation.Signed-off-by: Eugenio Pérez <epere...@redhat.com> --- include/hw/virtio/vhost-vdpa.h | 1 + hw/virtio/vhost-vdpa.c | 20 +++++++++++++------- 2 files changed, 14 insertions(+), 7 deletions(-)
Reviewed-by: Stefano Garzarella <sgarz...@redhat.com>