Re: [PATCH] scsi: allow user to set werror as report

2021-01-13 Thread Paolo Bonzini
On 03/12/20 03:55, Zihao Chang wrote: Ping? This is a fix patch which has been reviewed, whose tree should it go via? Thanks Zihao On 2020/11/3 22:03, Zihao Chang wrote: On 2020/11/3 18:52, Fam Zheng wrote: On Tue, 2020-11-03 at 14:12 +0800, Zihao Chang wrote: 'enospc' is the default for -

Re: [PATCH] scsi: allow user to set werror as report

2021-01-11 Thread Zihao Chang
Ping again? Another month has passed, whose tree should it go via? Or did I miss any response? Thanks Zihao On 2020/12/3 17:53, Philippe Mathieu-Daudé wrote: > On 12/3/20 3:55 AM, Zihao Chang wrote: >> Ping? This is a fix patch which has been reviewed, whose tree should it go >> via? > > The ch

Re: [PATCH] scsi: allow user to set werror as report

2020-12-03 Thread Philippe Mathieu-Daudé
On 12/3/20 3:55 AM, Zihao Chang wrote: > Ping? This is a fix patch which has been reviewed, whose tree should it go > via? The change itself is in-between 'Block layer' and 'SCSI' subsystems, so either Paolo or Kevin (Cc'ing qemu-block@). > > Thanks > Zihao > > On 2020/11/3 22:03, Zihao Chang

Re: [PATCH] scsi: allow user to set werror as report

2020-12-02 Thread Zihao Chang
Ping? This is a fix patch which has been reviewed, whose tree should it go via? Thanks Zihao On 2020/11/3 22:03, Zihao Chang wrote: > > > On 2020/11/3 18:52, Fam Zheng wrote: >> On Tue, 2020-11-03 at 14:12 +0800, Zihao Chang wrote: >>> 'enospc' is the default for -drive, but qemu allows user to

Re: [PATCH] scsi: allow user to set werror as report

2020-11-03 Thread Zihao Chang
On 2020/11/3 18:52, Fam Zheng wrote: > On Tue, 2020-11-03 at 14:12 +0800, Zihao Chang wrote: >> 'enospc' is the default for -drive, but qemu allows user to set >> drive option werror. If werror of scsi-generic is set to 'report' >> by user, qemu will not allow vm to start. >> >> This patch allow

Re: [PATCH] scsi: allow user to set werror as report

2020-11-03 Thread Fam Zheng
On Tue, 2020-11-03 at 14:12 +0800, Zihao Chang wrote: > 'enospc' is the default for -drive, but qemu allows user to set > drive option werror. If werror of scsi-generic is set to 'report' > by user, qemu will not allow vm to start. > > This patch allow user to set werror as 'report' for scsi-gener

[PATCH] scsi: allow user to set werror as report

2020-11-03 Thread Zihao Chang
'enospc' is the default for -drive, but qemu allows user to set drive option werror. If werror of scsi-generic is set to 'report' by user, qemu will not allow vm to start. This patch allow user to set werror as 'report' for scsi-generic. Signed-off-by: Zihao Chang --- hw/scsi/scsi-generic.c | 3