[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

[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

[PATCH] [PATCH RFC v2] 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 | 35 +++ 1 file changed, 29 insertions(+), 6 deletions(-) diff --git a/contrib/vhost-user-scsi/vhost-user-scsi.c b/contrib/vhost-user-scsi/vhost-user-scsi.c index 4f6e3e2a24..9bdc088ce8 100644

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

2022-03-31 Thread Sakshi Kaushik
Signed-off-by: Sakshi Kaushik --- contrib/vhost-user-scsi/vhost-user-scsi.c | 35 +++ 1 file changed, 29 insertions(+), 6 deletions(-) diff --git a/contrib/vhost-user-scsi/vhost-user-scsi.c b/contrib/vhost-user-scsi/vhost-user-scsi.c index 4f6e3e2a24..9bdc088ce8 100644

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

2022-03-31 Thread Sakshi Kaushik
Signed-off-by: Sakshi Kaushik --- docs/interop/vhost-user.json | 31 +++ docs/interop/vhost-user.rst | 17 + 2 files changed, 48 insertions(+) diff --git a/docs/interop/vhost-user.json b/docs/interop/vhost-user.json index b6ade9e493..daf6a7c48e