Re: [RFC PATCH 05/27] vhost: Add hdev->dev.sw_lm_vq_handler

2020-12-10 Thread Stefan Hajnoczi
On Wed, Dec 09, 2020 at 04:02:56PM +0100, Eugenio Perez Martin wrote: > On Mon, Dec 7, 2020 at 5:52 PM Stefan Hajnoczi wrote: > > On Fri, Nov 20, 2020 at 07:50:43PM +0100, Eugenio Pérez wrote: > > > diff --git a/hw/net/virtio-net.c b/hw/net/virtio-net.c > > > index 9179013ac4..9a69ae3598 100644 >

Re: [RFC PATCH 05/27] vhost: Add hdev->dev.sw_lm_vq_handler

2020-12-09 Thread Eugenio Perez Martin
On Mon, Dec 7, 2020 at 5:52 PM Stefan Hajnoczi wrote: > > On Fri, Nov 20, 2020 at 07:50:43PM +0100, Eugenio Pérez wrote: > > Only virtio-net honors it. > > > > Signed-off-by: Eugenio Pérez > > --- > > include/hw/virtio/vhost.h | 1 + > > hw/net/virtio-net.c | 39 ++

Re: [RFC PATCH 05/27] vhost: Add hdev->dev.sw_lm_vq_handler

2020-12-07 Thread Stefan Hajnoczi
On Fri, Nov 20, 2020 at 07:50:43PM +0100, Eugenio Pérez wrote: > Only virtio-net honors it. > > Signed-off-by: Eugenio Pérez > --- > include/hw/virtio/vhost.h | 1 + > hw/net/virtio-net.c | 39 --- > 2 files changed, 29 insertions(+), 11 deletions(-) >

[RFC PATCH 05/27] vhost: Add hdev->dev.sw_lm_vq_handler

2020-11-20 Thread Eugenio Pérez
Only virtio-net honors it. Signed-off-by: Eugenio Pérez --- include/hw/virtio/vhost.h | 1 + hw/net/virtio-net.c | 39 --- 2 files changed, 29 insertions(+), 11 deletions(-) diff --git a/include/hw/virtio/vhost.h b/include/hw/virtio/vhost.h index 4a8bc