Re: [PATCH v2 2/2] vhost: Add Error parameter to vhost_scsi_common_start()
> On Aug 24, 2023, at 3:41 AM, Li Feng wrote: > > Add a Error parameter to report the real error, like vhost-user-blk. > > Signed-off-by: Li Feng Reviewed-by: Raphael Norwitz > --- > hw/scsi/vhost-scsi-common.c | 16 +--- > hw/scsi/vhost-scsi.c | 5 +
[PATCH v2 2/2] vhost: Add Error parameter to vhost_scsi_common_start()
Add a Error parameter to report the real error, like vhost-user-blk. Signed-off-by: Li Feng --- hw/scsi/vhost-scsi-common.c | 16 +--- hw/scsi/vhost-scsi.c | 5 +++-- hw/scsi/vhost-user-scsi.c | 14 -- include/hw/virtio/vhost-scsi-c