From: Stefan Hajnoczi <stefanha@redhat.com>
To: qemu-devel@nongnu.org
Cc: Kevin Wolf <kwolf@redhat.com>, Fam Zheng <famz@redhat.com>,
andrey@xdel.ru, sviatoslav.pestov@gmail.com
Subject: [Qemu-devel] [PATCH v2 0/2] block: fix multiwrite_merge() overlapping requests
Date: Wed, 30 Jul 2014 09:53:29 +0100 [thread overview]
Message-ID: <1406710411-26373-1-git-send-email-stefanha@redhat.com> (raw)
v2:
* s/subset/superset/ in Patch 1 commit message [fam]
* Add additional overlapping request test cases [eblake]
This is a fix for https://bugs.launchpad.net/qemu/+bug/1343827.
Patch 1 fixes the bug. Patch 2 adds a qemu-iotests test case to prevent regressions.
Stefan Hajnoczi (2):
block: fix overlapping multiwrite requests
qemu-iotests: add multiwrite test cases
block.c | 6 ++
tests/qemu-iotests/100 | 134 +++++++++++++++++++++++++++++++++++++++++++++
tests/qemu-iotests/100.out | 89 ++++++++++++++++++++++++++++++
tests/qemu-iotests/group | 1 +
4 files changed, 230 insertions(+)
create mode 100755 tests/qemu-iotests/100
create mode 100644 tests/qemu-iotests/100.out
--
1.9.3
next reply other threads:[~2014-07-30 8:53 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-30 8:53 Stefan Hajnoczi [this message]
2014-07-30 8:53 ` [Qemu-devel] [PATCH v2 1/2] block: fix overlapping multiwrite requests Stefan Hajnoczi
2014-07-30 11:23 ` Eric Blake
2014-07-31 7:41 ` Benoît Canet
2014-07-30 8:53 ` [Qemu-devel] [PATCH v2 2/2] qemu-iotests: add multiwrite test cases Stefan Hajnoczi
2014-07-30 11:19 ` Eric Blake
2014-07-31 7:46 ` Benoît Canet
2014-08-29 13:10 ` [Qemu-devel] [PATCH v2 0/2] block: fix multiwrite_merge() overlapping requests 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=1406710411-26373-1-git-send-email-stefanha@redhat.com \
--to=stefanha@redhat.com \
--cc=andrey@xdel.ru \
--cc=famz@redhat.com \
--cc=kwolf@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=sviatoslav.pestov@gmail.com \
/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).