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

2022-04-04 Thread Stefan Hajnoczi
On Mon, 4 Apr 2022 at 15:51, Sakshi Kaushik wrote: > I am not able to find vhost-user-scsi inside build/contrib/vhost-user-scsi > despite running the 'make' command. It is probably not being built because the dependencies are not installed on your machine. Here are the contents of the contrib/vh

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

2022-04-04 Thread Stefan Hajnoczi
On Mon, 4 Apr 2022 at 00:16, Sakshi Kaushik wrote: > I have made the suggested changes and submitted v3. > But I am not sure how to check this code by running it? When I try to run the > .c code I get the error message: 'qemu/osdep.h' no such file or directory. > > I have followed the building st

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

2022-04-03 Thread Stefan Hajnoczi
On Sun, Apr 03, 2022 at 02:21:48AM -0500, Sakshi Kaushik wrote: Hi Sakshi, Thanks for the patch. I left comments below on things that are incomplete. Please compile and run it with the new command-line options you've added to test if the code works. > Signed-off-by: Sakshi Kaushik > --- > contr

[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 --- a

[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 --- a