qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/3] scsi-block: Support werror/rerror
@ 2017-08-18 14:15 Fam Zheng
  2017-08-18 14:15 ` [Qemu-devel] [PATCH v3 1/3] scsi: Refactor scsi sense interpreting code Fam Zheng
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Fam Zheng @ 2017-08-18 14:15 UTC (permalink / raw)
  To: qemu-devel; +Cc: Paolo Bonzini

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 (3):
  scsi: Refactor scsi sense interpreting code
  scsi: Enhance scsi_sense_to_errno
  scsi-block: Support rerror/werror

 MAINTAINERS         |  2 ++
 block/iscsi.c       | 45 ++++----------------------------------------
 hw/scsi/scsi-disk.c | 54 +++++++++++++++++++++++++++++++++++++++--------------
 include/scsi/scsi.h | 19 +++++++++++++++++++
 util/Makefile.objs  |  1 +
 util/scsi.c         | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 117 insertions(+), 55 deletions(-)
 create mode 100644 include/scsi/scsi.h
 create mode 100644 util/scsi.c

-- 
2.13.4

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-08-21 11:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-18 14:15 [Qemu-devel] [PATCH v3 0/3] scsi-block: Support werror/rerror Fam Zheng
2017-08-18 14:15 ` [Qemu-devel] [PATCH v3 1/3] scsi: Refactor scsi sense interpreting code Fam Zheng
2017-08-18 14:15 ` [Qemu-devel] [PATCH v3 2/3] scsi: Enhance scsi_sense_to_errno Fam Zheng
2017-08-18 14:36   ` Paolo Bonzini
2017-08-21 11:11     ` Fam Zheng
2017-08-21 11:30       ` Paolo Bonzini
2017-08-18 14:15 ` [Qemu-devel] [PATCH v3 3/3] scsi-block: Support rerror/werror Fam Zheng
2017-08-18 14:38   ` Paolo Bonzini
2017-08-18 14:39 ` [Qemu-devel] [PATCH v3 0/3] scsi-block: Support werror/rerror no-reply

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).