qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v3 0/3] scsi-block: Support werror/rerror


From: Fam Zheng
Subject: [Qemu-devel] [PATCH v3 0/3] scsi-block: Support werror/rerror
Date: Fri, 18 Aug 2017 22:15:09 +0800

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]