Re: [RFC v3 6/8] vhost-backend: export the vhost backend helper

2020-06-16 Thread Cindy Lu
On Tue, Jun 16, 2020 at 4:17 PM Laurent Vivier wrote: > > On 29/05/2020 16:06, Cindy Lu wrote: > > export the helper then we can reuse some of them in vhost-vdpa > > > > Signed-off-by: Cindy Lu > > --- > > hw/virtio/vhost-backend.c | 34 ++- > >

Re: [RFC v3 6/8] vhost-backend: export the vhost backend helper

2020-06-16 Thread Laurent Vivier
On 29/05/2020 16:06, Cindy Lu wrote: > export the helper then we can reuse some of them in vhost-vdpa > > Signed-off-by: Cindy Lu > --- > hw/virtio/vhost-backend.c | 34 ++- > include/hw/virtio/vhost-backend.h | 28 + > 2 files

[RFC v3 6/8] vhost-backend: export the vhost backend helper

2020-05-29 Thread Cindy Lu
export the helper then we can reuse some of them in vhost-vdpa Signed-off-by: Cindy Lu --- hw/virtio/vhost-backend.c | 34 ++- include/hw/virtio/vhost-backend.h | 28 + 2 files changed, 48 insertions(+), 14 deletions(-) diff --git