From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54755) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGBKn-0007bK-GB for qemu-devel@nongnu.org; Mon, 04 Jan 2016 15:02:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aGBKm-0001xW-MM for qemu-devel@nongnu.org; Mon, 04 Jan 2016 15:02:29 -0500 References: <1450932306-13717-1-git-send-email-famz@redhat.com> <1450932306-13717-5-git-send-email-famz@redhat.com> From: Max Reitz Message-ID: <568ACFCA.1070408@redhat.com> Date: Mon, 4 Jan 2016 21:02:18 +0100 MIME-Version: 1.0 In-Reply-To: <1450932306-13717-5-git-send-email-famz@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="utJHgnDBc1c1mRXqe6ORSGHK093oDBfOr" Subject: Re: [Qemu-devel] [PATCH v4 4/5] qmp: Add blockdev-mirror command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng , qemu-devel@nongnu.org Cc: Kevin Wolf , qemu-block@nongnu.org, Jeff Cody , Markus Armbruster , Stefan Hajnoczi , pbonzini@redhat.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --utJHgnDBc1c1mRXqe6ORSGHK093oDBfOr Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable On 24.12.2015 05:45, Fam Zheng wrote: > This will start a mirror job from a named device to another named > device, its relation with drive-mirror is similar with blockdev-backup > to drive-backup. >=20 > In blockdev-mirror, the target node should be prepared by blockdev-add,= > which will be responsible for assigning a name to the new node, so > we don't have 'node-name' parameter. >=20 > Signed-off-by: Fam Zheng > Acked-by: Markus Armbruster > --- > blockdev.c | 62 ++++++++++++++++++++++++++++++++++++++++++++= ++++++++ > qapi/block-core.json | 48 ++++++++++++++++++++++++++++++++++++++++ > qmp-commands.hx | 50 +++++++++++++++++++++++++++++++++++++++++- > 3 files changed, 159 insertions(+), 1 deletion(-) Reviewed-by: Max Reitz --utJHgnDBc1c1mRXqe6ORSGHK093oDBfOr Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJWis/KAAoJEDuxQgLoOKytTx8H+wXzllAjx1iVLOOUyOXNq6ns YHzFP8ykUyLCvzaTZfGjwxz+62eOnCwkMsNvvj1bjTJHV1D/OqFTTCkDg7tocdB6 kXNz37cmXD9Ha9hPW9DjJxqnlR5ZqbPSSfasP+RwJhIu70g5pgLTNplY/haXMg16 8uPm5UQV/zjyM9RiS0hhlr0OgOPVrhtpitWk1dCpUrVzO60LMotdDwJ8zR0UYAeh QA+hgoXB4QBngb9hR0moSJe5p9NietnIsD20RijnjRxUGJ/aiIeblDcfd1fJWgGM Nya3DG+7U5Bg15j/aWwhvLhx4le0p+qqtF/5W5D5w3MoekCiP4sxZ2S5gF1m6g0= =y0U8 -----END PGP SIGNATURE----- --utJHgnDBc1c1mRXqe6ORSGHK093oDBfOr--