qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/4] scsi-disk: Complete rerror/werror support
@ 2010-10-29  7:25 Kevin Wolf
  2010-10-29  7:25 ` [Qemu-devel] [PATCH v2 1/4] scsi-disk: Implement rerror option Kevin Wolf
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Kevin Wolf @ 2010-10-29  7:25 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, stefanha

SCSI disks currently only support werror for write requests. This series adds
rerror for failed read requests and respects werror also for flushes.

v2:
- Addressed Stefan's comments on patch 1/4

Kevin Wolf (4):
  scsi-disk: Implement rerror option
  block: Allow bdrv_flush to return errors
  scsi-disk: Complete failed requests in scsi_disk_emulate_command
  scsi-disk: Implement werror for flushes

 block.c           |   21 +++++++--
 block.h           |    2 +-
 block/blkdebug.c  |    4 +-
 block/blkverify.c |    4 +-
 block/cow.c       |    4 +-
 block/qcow.c      |    4 +-
 block/qcow2.c     |    4 +-
 block/raw-posix.c |    4 +-
 block/raw-win32.c |    9 +++-
 block/raw.c       |    4 +-
 block/vdi.c       |    4 +-
 block/vmdk.c      |    4 +-
 block_int.h       |    2 +-
 blockdev.c        |    6 +-
 hw/scsi-disk.c    |  138 +++++++++++++++++++++++++++++++++++------------------
 15 files changed, 140 insertions(+), 74 deletions(-)

-- 
1.7.2.3

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

end of thread, other threads:[~2010-10-29  8:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-29  7:25 [Qemu-devel] [PATCH v2 0/4] scsi-disk: Complete rerror/werror support Kevin Wolf
2010-10-29  7:25 ` [Qemu-devel] [PATCH v2 1/4] scsi-disk: Implement rerror option Kevin Wolf
2010-10-29  8:16   ` [Qemu-devel] " Stefan Hajnoczi
2010-10-29  7:25 ` [Qemu-devel] [PATCH v2 2/4] block: Allow bdrv_flush to return errors Kevin Wolf
2010-10-29  7:25 ` [Qemu-devel] [PATCH v2 3/4] scsi-disk: Complete failed requests in scsi_disk_emulate_command Kevin Wolf
2010-10-29  7:25 ` [Qemu-devel] [PATCH v2 4/4] scsi-disk: Implement werror for flushes Kevin Wolf
2010-10-29  8:17 ` [Qemu-devel] Re: [PATCH v2 0/4] scsi-disk: Complete rerror/werror support Stefan Hajnoczi

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).