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

2022-04-11 Thread Stefan Hajnoczi
On Wed, Apr 06, 2022 at 11:24:10AM -0500, Sakshi Kaushik wrote: > Signed-off-by: Sakshi Kaushik > --- > contrib/vhost-user-scsi/vhost-user-scsi.c | 78 +++ > 1 file changed, 52 insertions(+), 26 deletions(-) Thanks, I have applied this patch to my block-next branch! I made a

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

2022-04-06 Thread Sakshi Kaushik
Signed-off-by: Sakshi Kaushik --- contrib/vhost-user-scsi/vhost-user-scsi.c | 78 +++ 1 file changed, 52 insertions(+), 26 deletions(-) diff --git a/contrib/vhost-user-scsi/vhost-user-scsi.c b/contrib/vhost-user-scsi/vhost-user-scsi.c index 4f6e3e2a24..0c38c2988c 100644 ---