Re: [PATCH v1 05/10] vhost-backend: export the vhost backend helper

2020-06-29 Thread Cindy Lu
On Thu, Jun 25, 2020 at 11:07 PM Laurent Vivier wrote: > > On 22/06/2020 17:37, Cindy Lu wrote: > > export the helper then we can reuse them in other backend > > > > Signed-off-by: Cindy Lu > > --- > > hw/virtio/vhost-backend.c | 18 +- > > include/hw/virtio/vhost-backend

Re: [PATCH v1 05/10] vhost-backend: export the vhost backend helper

2020-06-25 Thread Laurent Vivier
On 22/06/2020 17:37, Cindy Lu wrote: > export the helper then we can reuse them in other backend > > Signed-off-by: Cindy Lu > --- > hw/virtio/vhost-backend.c | 18 +- > include/hw/virtio/vhost-backend.h | 28 > 2 files changed, 37 insertions(

[PATCH v1 05/10] vhost-backend: export the vhost backend helper

2020-06-22 Thread Cindy Lu
export the helper then we can reuse them in other backend Signed-off-by: Cindy Lu --- hw/virtio/vhost-backend.c | 18 +- include/hw/virtio/vhost-backend.h | 28 2 files changed, 37 insertions(+), 9 deletions(-) diff --git a/hw/virtio/vhost-ba