From: Jeff Cody <jcody@redhat.com>
To: qemu-devel@nongnu.org
Cc: kwolf@redhat.com
Subject: [Qemu-devel] [PATCH v3 0/4] block-commit fixes
Date: Tue, 16 Oct 2012 15:49:08 -0400 [thread overview]
Message-ID: <cover.1350416368.git.jcody@redhat.com> (raw)
v2 -> v3 differences:
* Simplified code in patch 2, minor commit rewording
* Made conditional check more valgrind-friendly
v1 -> v2 differences:
* Updated changes to be protocol friendly
* Updated block-commit tests to account for different error message
wording
* Updated block-commit tests to add relative backing filename tests
* In bdrv_find_backing_image(), use g_malloc() instead of char arrays
Jeff Cody (4):
block: make bdrv_find_backing_image compare canonical filenames
block: in commit, determine base image from the top image
qemu-iotests: qemu-io tests update for block-commit (040)
qemu-iotests: add relative backing file tests for block-commit (040)
Jeff Cody (4):
block: make bdrv_find_backing_image compare canonical filenames
block: in commit, determine base image from the top image
qemu-iotests: qemu-io tests update for block-commit (040)
qemu-iotests: add relative backing file tests for block-commit (040)
block.c | 60 ++++++++++++++++++++++---
block/commit.c | 9 ----
blockdev.c | 21 ++++-----
tests/qemu-iotests/040 | 106 ++++++++++++++++++++++++++++++++++++++++++++-
tests/qemu-iotests/040.out | 4 +-
5 files changed, 171 insertions(+), 29 deletions(-)
--
1.7.11.4
next reply other threads:[~2012-10-16 19:49 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-16 19:49 Jeff Cody [this message]
2012-10-16 19:49 ` [Qemu-devel] [PATCH v3 1/4] block: make bdrv_find_backing_image compare canonical filenames Jeff Cody
2012-10-16 19:49 ` [Qemu-devel] [PATCH v3 2/4] block: in commit, determine base image from the top image Jeff Cody
2012-10-16 19:49 ` [Qemu-devel] [PATCH v3 3/4] qemu-iotests: qemu-io tests update for block-commit (040) Jeff Cody
2012-10-16 19:49 ` [Qemu-devel] [PATCH v3 4/4] qemu-iotests: add relative backing file tests " Jeff Cody
2012-10-16 20:33 ` [Qemu-devel] [PATCH v3 0/4] block-commit fixes Eric Blake
2012-10-17 9:46 ` Kevin Wolf
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=cover.1350416368.git.jcody@redhat.com \
--to=jcody@redhat.com \
--cc=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).