Re: [PATCH 2/2] vhost: Add Error parameter to vhost_scsi_common_start()

2023-08-21 Thread Li Feng
On 21 Aug 2023, at 8:09 PM, Markus Armbruster wrote: Li Feng writes: 2023年8月14日 下午8:11,Raphael Norwitz 写道: Thanks for the cleanup! A few comments. On Aug 4, 2023, at 1:29 AM, Li Feng wrote: Add a Error parameter to report the real error, like vhost-user-blk. Signed-off-by: Li Feng ---

Re: [PATCH 2/2] vhost: Add Error parameter to vhost_scsi_common_start()

2023-08-21 Thread Markus Armbruster
Li Feng writes: >> 2023年8月14日 下午8:11,Raphael Norwitz 写道: >> >> Thanks for the cleanup! A few comments. >> >>> On Aug 4, 2023, at 1:29 AM, Li Feng wrote: >>> >>> Add a Error parameter to report the real error, like vhost-user-blk. >>> >>> Signed-off-by: Li Feng >>> --- >>>

Re: [PATCH 2/2] vhost: Add Error parameter to vhost_scsi_common_start()

2023-08-17 Thread Li Feng
> 2023年8月14日 下午8:11,Raphael Norwitz 写道: > > Thanks for the cleanup! A few comments. > >> On Aug 4, 2023, at 1:29 AM, Li Feng wrote: >> >> Add a Error parameter to report the real error, like vhost-user-blk. >> >> Signed-off-by: Li Feng >> --- >> hw/scsi/vhost-scsi-common.c | 17

Re: [PATCH 2/2] vhost: Add Error parameter to vhost_scsi_common_start()

2023-08-14 Thread Raphael Norwitz
Thanks for the cleanup! A few comments. > On Aug 4, 2023, at 1:29 AM, Li Feng wrote: > > Add a Error parameter to report the real error, like vhost-user-blk. > > Signed-off-by: Li Feng > --- > hw/scsi/vhost-scsi-common.c | 17 ++--- > hw/scsi/vhost-scsi.c

[PATCH 2/2] vhost: Add Error parameter to vhost_scsi_common_start()

2023-08-03 Thread Li Feng
Add a Error parameter to report the real error, like vhost-user-blk. Signed-off-by: Li Feng --- hw/scsi/vhost-scsi-common.c | 17 ++--- hw/scsi/vhost-scsi.c | 5 +++-- hw/scsi/vhost-user-scsi.c | 14 --