qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v4 0/4] scsi-block: Support werror/rerror


From: Fam Zheng
Subject: [Qemu-devel] [PATCH v4 0/4] scsi-block: Support werror/rerror
Date: Mon, 21 Aug 2017 22:10:04 +0800

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

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

-- 
2.13.5




reply via email to

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