Re: [Qemu-devel] [PATCH v4 1/4] scsi: Refactor scsi sense interpreting code

2017-08-22 Thread Paolo Bonzini
On 21/08/2017 16:10, Fam Zheng wrote: > So that it can be reused outside of iscsi.c. > > Also update MAINTAINERS to include the new files in SCSI section. > > Signed-off-by: Fam Zheng > --- > MAINTAINERS | 2 ++ > block/iscsi.c | 45 - >

[Qemu-devel] [PATCH v4 1/4] scsi: Refactor scsi sense interpreting code

2017-08-21 Thread Fam Zheng
So that it can be reused outside of iscsi.c. Also update MAINTAINERS to include the new files in SCSI section. Signed-off-by: Fam Zheng --- MAINTAINERS | 2 ++ block/iscsi.c | 45 - include/scsi/scsi.h | 19 +++ util/Mak