----- Original Message ----- > From: "Fam Zheng" <f...@redhat.com> > To: qemu-devel@nongnu.org > Cc: "Paolo Bonzini" <pbonz...@redhat.com> > Sent: Monday, August 21, 2017 4:10:04 PM > Subject: [PATCH v4 0/4] scsi-block: Support werror/rerror > > v4: Handle more sense keys/ascqs. [Paolo] > Add scsi_sense_buf_to_errno to util/scsi.c. [Paolo] > Shorten the comment notes on SCSI constants. > > v3: Enhance and reuse iscsi sense data translation. [Paolo] > > First refactor and enhance the code in iscsi for sense data translation, then > modify error handing of scsi-block and expose the qdev properties. > > Fam Zheng (4): > scsi: Refactor scsi sense interpreting code > scsi: Improve scsi_sense_to_errno > scsi: Introduce scsi_sense_buf_to_errno > scsi-block: Support rerror/werror
Looks good, thanks! Paolo