From: Max Reitz <mreitz@redhat.com>
To: Fam Zheng <famz@redhat.com>, qemu-devel@nongnu.org
Cc: Kevin Wolf <kwolf@redhat.com>,
qemu-block@nongnu.org, Jeff Cody <jcody@redhat.com>,
Markus Armbruster <armbru@redhat.com>,
Stefan Hajnoczi <stefanha@redhat.com>,
pbonzini@redhat.com
Subject: Re: [Qemu-devel] [PATCH v3 0/5] qmp: Add blockdev-mirror
Date: Thu, 24 Dec 2015 01:26:53 +0100 [thread overview]
Message-ID: <567B3BCD.9060309@redhat.com> (raw)
In-Reply-To: <1450850347-5291-1-git-send-email-famz@redhat.com>
[-- Attachment #1: Type: text/plain, Size: 1430 bytes --]
On 23.12.2015 06:59, Fam Zheng wrote:
> v3: Rebase to master.
Why did you drop patch 1?
Max
> v2: 01: Move bdrv_op_block_all down. [Max]
> 02, 04: Add Max's rev-by.
> 03: Check has_mode and fix "return;". [Max]
> 05: Check target->blk.
> Drop superfluous whitespace. [Max]
> 06: Drop superfluous whitespace hunk and add Max's rev-by. [Max]
>
> This is the counterpart of blockdev-backup. The biggest value of this command
> is to allow full flexibility on target image open options, via blockdev-add.
> For example this could help solve the target provisioning issue in:
>
> http://lists.gnu.org/archive/html/qemu-devel/2015-06/msg02139.html
>
>
>
> Fam Zheng (5):
> block: Rename BLOCK_OP_TYPE_MIRROR to BLOCK_OP_TYPE_MIRROR_SOURCE
> block: Extract blockdev part of qmp_drive_mirror
> block: Add check on mirror target
> qmp: Add blockdev-mirror command
> iotests: Add test cases for blockdev-mirror
>
> blockdev.c | 179 ++++++++++++++++++++++++++++++----------
> hw/block/dataplane/virtio-blk.c | 2 +-
> include/block/block.h | 3 +-
> qapi/block-core.json | 47 +++++++++++
> qmp-commands.hx | 48 +++++++++++
> tests/qemu-iotests/041 | 100 ++++++++++++++++------
> tests/qemu-iotests/041.out | 4 +-
> 7 files changed, 314 insertions(+), 69 deletions(-)
>
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]
next prev parent reply other threads:[~2015-12-24 0:27 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-23 5:59 [Qemu-devel] [PATCH v3 0/5] qmp: Add blockdev-mirror Fam Zheng
2015-12-23 5:59 ` [Qemu-devel] [PATCH v3 1/5] block: Rename BLOCK_OP_TYPE_MIRROR to BLOCK_OP_TYPE_MIRROR_SOURCE Fam Zheng
2015-12-23 5:59 ` [Qemu-devel] [PATCH v3 2/5] block: Extract blockdev part of qmp_drive_mirror Fam Zheng
2015-12-24 0:44 ` Max Reitz
2015-12-23 5:59 ` [Qemu-devel] [PATCH v3 3/5] block: Add check on mirror target Fam Zheng
2015-12-23 5:59 ` [Qemu-devel] [PATCH v3 4/5] qmp: Add blockdev-mirror command Fam Zheng
2015-12-24 0:53 ` Max Reitz
2015-12-24 3:25 ` Fam Zheng
2016-01-04 19:58 ` Max Reitz
2015-12-23 5:59 ` [Qemu-devel] [PATCH v3 5/5] iotests: Add test cases for blockdev-mirror Fam Zheng
2015-12-24 1:06 ` Max Reitz
2015-12-24 0:26 ` Max Reitz [this message]
2015-12-24 3:14 ` [Qemu-devel] [PATCH v3 0/5] qmp: Add blockdev-mirror 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=567B3BCD.9060309@redhat.com \
--to=mreitz@redhat.com \
--cc=armbru@redhat.com \
--cc=famz@redhat.com \
--cc=jcody@redhat.com \
--cc=kwolf@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.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 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.