Re: [PATCH] [PATCH RFC v3] Implements Backend Program conventions for vhost-user-scsi

2022-04-06 Thread Stefan Hajnoczi
On Tue, Apr 05, 2022 at 07:22:38AM -0500, Sakshi Kaushik wrote: Thanks for the patch! Comments below: > Signed-off-by: Sakshi Kaushik > --- > contrib/vhost-user-scsi/vhost-user-scsi.c | 76 +++ > 1 file changed, 51 insertions(+), 25 deletions(-) > > diff --git a/contrib/vho

[PATCH] [PATCH RFC v3] Implements Backend Program conventions for vhost-user-scsi

2022-04-05 Thread Sakshi Kaushik
Signed-off-by: Sakshi Kaushik --- contrib/vhost-user-scsi/vhost-user-scsi.c | 76 +++ 1 file changed, 51 insertions(+), 25 deletions(-) diff --git a/contrib/vhost-user-scsi/vhost-user-scsi.c b/contrib/vhost-user-scsi/vhost-user-scsi.c index 4f6e3e2a24..74ec44d190 100644 ---

[PATCH] [PATCH RFC v3] Implements Backend Program conventions for vhost-user-scsi

2022-04-03 Thread Sakshi Kaushik
Signed-off-by: Sakshi Kaushik --- contrib/vhost-user-scsi/vhost-user-scsi.c | 71 +++ 1 file changed, 48 insertions(+), 23 deletions(-) diff --git a/contrib/vhost-user-scsi/vhost-user-scsi.c b/contrib/vhost-user-scsi/vhost-user-scsi.c index 4f6e3e2a24..41f3314cdc 100644 ---