Re: [RFC PATCH v4 13/20] vdpa: Save host and guest features

2021-10-14 Thread Eugenio Perez Martin
On Wed, Oct 13, 2021 at 5:57 AM Jason Wang wrote: > > > 在 2021/10/1 下午3:05, Eugenio Pérez 写道: > > Those are needed for SVQ: Host ones are needed to check if SVQ knows > > how to talk with the device and for feature negotiation, and guest ones > > to know if SVQ can talk with it. > > > > Signed-off

Re: [RFC PATCH v4 13/20] vdpa: Save host and guest features

2021-10-12 Thread Jason Wang
在 2021/10/1 下午3:05, Eugenio Pérez 写道: Those are needed for SVQ: Host ones are needed to check if SVQ knows how to talk with the device and for feature negotiation, and guest ones to know if SVQ can talk with it. Signed-off-by: Eugenio Pérez --- include/hw/virtio/vhost-vdpa.h | 2 ++ hw/vi

[RFC PATCH v4 13/20] vdpa: Save host and guest features

2021-10-01 Thread Eugenio Pérez
Those are needed for SVQ: Host ones are needed to check if SVQ knows how to talk with the device and for feature negotiation, and guest ones to know if SVQ can talk with it. Signed-off-by: Eugenio Pérez --- include/hw/virtio/vhost-vdpa.h | 2 ++ hw/virtio/vhost-vdpa.c | 31 +