From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46693) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uch0w-0004Y7-KR for qemu-devel@nongnu.org; Wed, 15 May 2013 15:05:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uch0s-0007m8-0J for qemu-devel@nongnu.org; Wed, 15 May 2013 15:05:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:28731) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uch0r-0007lv-OL for qemu-devel@nongnu.org; Wed, 15 May 2013 15:05:21 -0400 Message-ID: <5193DC57.5050203@redhat.com> Date: Wed, 15 May 2013 13:04:55 -0600 From: Eric Blake MIME-Version: 1.0 References: <1368628476-19622-1-git-send-email-stefanha@redhat.com> <1368628476-19622-4-git-send-email-stefanha@redhat.com> In-Reply-To: <1368628476-19622-4-git-send-email-stefanha@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="----enig2JIWSXQJPPDWBNRNTXUAJ" Subject: Re: [Qemu-devel] [PATCH v3 3/8] 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, dietmar@proxmox.com, imain@redhat.com, Paolo Bonzini , xiawenc@linux.vnet.ibm.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2JIWSXQJPPDWBNRNTXUAJ Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 05/15/2013 08: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 > +++ b/qmp-commands.hx > @@ -912,6 +912,12 @@ EQMP > }, > =20 > { > + .name =3D "drive-backup", > + .args_type =3D "device:B,target:s,speed:i?,mode:s?,format:s?"= , > + .mhandler.cmd_new =3D qmp_marshal_input_drive_backup, > + }, No example? But I'm not going to block this patch because of that. Reviewed-by: Eric Blake --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org ------enig2JIWSXQJPPDWBNRNTXUAJ 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/ iQEcBAEBCAAGBQJRk9xXAAoJEKeha0olJ0NqOFwIAKGkLus6mtnu8B5erQnXIxNF 0qW2k0lLU0P3SWc1mMNkQ4BKNG7rZMcyAF5CUTZKsOZ1Vz/uiI9XHLKWYlAR1DDF xF8ZI/GMsF4tbJ6SfNw2QXIatEl+UkcScXE9xiWe8Ab8LL2v6QHYLWlVvoL530DV VO4TGL9P2b3CTdv5FTNsfxU/r44fJtiFd/WeuQkLyFcdiLVCJeaXz4Xl8bcqg2Ss L+9W3hSNYaN7OO7BjF1NgN/rp4s4Wnxd1dKyaIitooENqo/1/rFTAeqKKcChHAqv GwA0QvsZQb5Bp9zJyfeqyW5+K5611vJjpXL67XYpqTil2626kdWki5StzmOQPnU= =ElLS -----END PGP SIGNATURE----- ------enig2JIWSXQJPPDWBNRNTXUAJ--