From: Kevin Wolf <kwolf@redhat.com>
To: qemu-devel@nongnu.org
Cc: kwolf@redhat.com
Subject: [Qemu-devel] [PATCH 0/4] scsi-disk: Complete rerror/werror support
Date: Mon, 25 Oct 2010 17:17:32 +0200 [thread overview]
Message-ID: <1288019856-16649-1-git-send-email-kwolf@redhat.com> (raw)
SCSI disks currently only support werror for write requests. This series adds
rerror for failed read requests and respects werror also for flushes.
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 | 2 +-
hw/scsi-disk.c | 129 ++++++++++++++++++++++++++++++++++++-----------------
15 files changed, 134 insertions(+), 67 deletions(-)
--
1.7.2.3
next reply other threads:[~2010-10-25 15:16 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-25 15:17 Kevin Wolf [this message]
2010-10-25 15:17 ` [Qemu-devel] [PATCH 1/4] scsi-disk: Implement rerror option Kevin Wolf
2010-10-28 9:12 ` Stefan Hajnoczi
2010-10-28 9:29 ` Kevin Wolf
2010-10-25 15:17 ` [Qemu-devel] [PATCH 2/4] block: Allow bdrv_flush to return errors Kevin Wolf
2010-10-28 9:13 ` Stefan Hajnoczi
2010-10-25 15:17 ` [Qemu-devel] [PATCH 3/4] scsi-disk: Complete failed requests in scsi_disk_emulate_command Kevin Wolf
2010-10-28 14:34 ` Stefan Hajnoczi
2010-10-25 15:17 ` [Qemu-devel] [PATCH 4/4] scsi-disk: Implement werror for flushes Kevin Wolf
2010-10-28 14:49 ` Stefan Hajnoczi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1288019856-16649-1-git-send-email-kwolf@redhat.com \
--to=kwolf@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).