From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54248) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjYGK-00070x-Jo for qemu-devel@nongnu.org; Mon, 03 Jun 2013 13:09:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UjYGE-0002QV-S4 for qemu-devel@nongnu.org; Mon, 03 Jun 2013 13:09:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59440) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjYGE-0002QQ-Im for qemu-devel@nongnu.org; Mon, 03 Jun 2013 13:09:34 -0400 Message-ID: <51ACCDC9.3070004@redhat.com> Date: Mon, 03 Jun 2013 11:09:29 -0600 From: Eric Blake MIME-Version: 1.0 References: <1369917299-5725-1-git-send-email-stefanha@redhat.com> <1369917299-5725-7-git-send-email-stefanha@redhat.com> In-Reply-To: <1369917299-5725-7-git-send-email-stefanha@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="----enig2TFHUGIPQXOLIEIWRWRXM" Subject: Re: [Qemu-devel] [PATCH v5 06/11] block: add drive-backup QMP command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Kevin Wolf , Fam Zheng , qemu-devel@nongnu.org, xiawenc@linux.vnet.ibm.com, imain@redhat.com, Paolo Bonzini , dietmar@proxmox.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2TFHUGIPQXOLIEIWRWRXM Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 05/30/2013 06:34 AM, Stefan Hajnoczi wrote: > @drive-backup >=20 > Start a point-in-time copy of a block device to a new destination. The= > status of ongoing drive-backup operations can be checked with > query-block-jobs where the BlockJobInfo.type field has the value 'backu= p'. > The operation can be stopped before it has completed using the > block-job-cancel command. >=20 > Signed-off-by: Stefan Hajnoczi > --- > blockdev.c | 97 ++++++++++++++++++++++++++++++++++++++++++++++++= ++++++++ > qapi-schema.json | 46 +++++++++++++++++++++++++++ > qmp-commands.hx | 46 +++++++++++++++++++++++++++ > 3 files changed, 189 insertions(+) Reviewed-by: Eric Blake --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org ------enig2TFHUGIPQXOLIEIWRWRXM Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJRrM3JAAoJEKeha0olJ0NqOGYH/16EOptlC8DwUhpaviLQlFL3 ZbZrbHI0PY/09K2hnKqCBdT+qdkH8u1UKhDJyMLELRIFRqcNQZRRRRa4wCcAwGY7 FZH7EQjlytYTqNt+T8fb8+u472kCD7cC2ZABSOtElOwCDAOaWv2w88SQHXMKgRKm H4oqaEMdRj8rQDdNVNByqruhC7/1IPY9u+qsU3lTs2kcUl+6ebxgh1kV0QaIjLfP Nwp9Jgkfx7744554nSxvnbRAxiwsFaLP7418yn5GQdRmrtD3F1CDVu0PCnaZktPN TnIm++KPOYmV1aO/SLCnvvnaefUep3muRWI27SQ5cn5qSAjglYqJGTtaFQvFp7g= =Yr12 -----END PGP SIGNATURE----- ------enig2TFHUGIPQXOLIEIWRWRXM--