From: Jeff Cody <jcody@redhat.com>
To: Kevin Wolf <kwolf@redhat.com>
Cc: qemu-block@nongnu.org, famz@redhat.com, mreitz@redhat.com,
qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH for-2.6 v3 0/3] block: Fix drive-mirror with image size unaligned with granularity
Date: Wed, 20 Apr 2016 10:59:09 -0400 [thread overview]
Message-ID: <20160420145909.GE1109@localhost.localdomain> (raw)
In-Reply-To: <20160420145104.GD1109@localhost.localdomain>
On Wed, Apr 20, 2016 at 10:51:04AM -0400, Jeff Cody wrote:
> On Wed, Apr 20, 2016 at 04:32:43PM +0200, Kevin Wolf wrote:
> > Taking over Fam's series as we're late for -rc3. Original cover letter:
> >
> > This fixes the bug introduced in e5b43573e28 and lately noticed by Kevin.
> >
> > v2: Move the mirror_clip_sectors() to mirror_iteration. [Max]
> > v3: Fix nb_clusters calculation and add a test case for it [Kevin]
> >
> > Fam Zheng (3):
> > mirror: Don't extend the last sub-chunk
> > iotests: Add iotests.image_size
> > iotests: Test case for drive-mirror with unaligned image size
> >
> > block/mirror.c | 19 ++++++++++---
> > tests/qemu-iotests/109.out | 44 +++++++++++++++---------------
> > tests/qemu-iotests/152 | 62 +++++++++++++++++++++++++++++++++++++++++++
> > tests/qemu-iotests/152.out | 5 ++++
> > tests/qemu-iotests/group | 1 +
> > tests/qemu-iotests/iotests.py | 6 +++++
> > 6 files changed, 111 insertions(+), 26 deletions(-)
> > create mode 100644 tests/qemu-iotests/152
> > create mode 100644 tests/qemu-iotests/152.out
> >
> > --
> > 1.8.3.1
> >
>
> Thanks,
>
> Applied to my block branch:
>
> git://github.com/codyprime/qemu-kvm-jtc.git block
>
Per IRC discussion:
Since Kevin already has a pull request queued up and ready to go with this
series, that will be the faster path. De-queuing this from my branch, and
Kevin will issue the pull request through his.
next prev parent reply other threads:[~2016-04-20 14:59 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-20 14:32 [Qemu-devel] [PATCH for-2.6 v3 0/3] block: Fix drive-mirror with image size unaligned with granularity Kevin Wolf
2016-04-20 14:32 ` [Qemu-devel] [PATCH for-2.6 v3 1/3] mirror: Don't extend the last sub-chunk Kevin Wolf
2016-04-20 14:46 ` Max Reitz
2016-04-20 14:47 ` Jeff Cody
2016-04-20 14:32 ` [Qemu-devel] [PATCH for-2.6 v3 2/3] iotests: Add iotests.image_size Kevin Wolf
2016-04-20 14:48 ` Jeff Cody
2016-04-20 14:32 ` [Qemu-devel] [PATCH for-2.6 v3 3/3] iotests: Test case for drive-mirror with unaligned image size Kevin Wolf
2016-04-20 14:49 ` Max Reitz
2016-04-20 14:50 ` Jeff Cody
2016-04-20 14:51 ` [Qemu-devel] [PATCH for-2.6 v3 0/3] block: Fix drive-mirror with image size unaligned with granularity Jeff Cody
2016-04-20 14:59 ` Jeff Cody [this message]
2016-04-21 2:12 ` Fam Zheng
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=20160420145909.GE1109@localhost.localdomain \
--to=jcody@redhat.com \
--cc=famz@redhat.com \
--cc=kwolf@redhat.com \
--cc=mreitz@redhat.com \
--cc=qemu-block@nongnu.org \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.