From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54744) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOtzz-0007aI-97 for qemu-devel@nongnu.org; Thu, 18 Oct 2012 13:35:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TOtzv-0005Y1-57 for qemu-devel@nongnu.org; Thu, 18 Oct 2012 13:35:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:16912) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOtzu-0005Wy-SU for qemu-devel@nongnu.org; Thu, 18 Oct 2012 13:35:07 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q9IHZ5mp011646 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 18 Oct 2012 13:35:06 -0400 Message-ID: <50803DBC.1060300@redhat.com> Date: Thu, 18 Oct 2012 11:34:52 -0600 From: Eric Blake MIME-Version: 1.0 References: <1350571770-9836-1-git-send-email-pbonzini@redhat.com> <1350571770-9836-11-git-send-email-pbonzini@redhat.com> In-Reply-To: <1350571770-9836-11-git-send-email-pbonzini@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig3D2FF260FBC607839F76A58B" Subject: Re: [Qemu-devel] [PATCH v3 10/16] qmp: add drive-mirror command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: kwolf@redhat.com, qemu-devel@nongnu.org This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig3D2FF260FBC607839F76A58B Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 10/18/2012 08:49 AM, Paolo Bonzini wrote: > This adds the monitor commands that start the mirroring job. >=20 > Signed-off-by: Paolo Bonzini > --- > +++ b/qapi-schema.json > +# > +# @format: #optional the format of the new destination, default is to > +# probe is @mode is 'existing', else the format of the source= s/probe is/probe if/ > +# >> + > +SQMP > +drive-mirror > +------------ > + > +Start mirroring a block device's writes to a new destination. target > +specifies the target of the new image. If the file exists, or if it is= > +a device, it will be used as the new destination for writes. If does n= ot s/If does/If it does/ --=20 Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --------------enig3D2FF260FBC607839F76A58B 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.12 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://www.enigmail.net/ iQEcBAEBCAAGBQJQgD28AAoJEKeha0olJ0NqG8AH/1Momk71SFSaNzSv03u6kVhV m8BGxRTrCHyRWK5hGCYm8HIKhI+nFB7w2/GS7KUY19OzoSssYN769DExtOPibYVK 1eHf+atCB4EW6d1thhbaLfAViyMk25nA3Gw8tXvOs8dBrotfe1vBTXOhiF/ENFi6 +IYHudJcxu9ZH4I+h1VFKPttgM1wpZtvx/h5UbTf/TELMX1ffMFt5pehcnalTObp 38QjrBhChBj1htDfmsU8xSosiiJaU7MUwkeBTndam6OCaCwUkHWqUb5SOP4m3uOA Oety1RKGVpIg2ue96lnUWvP9t5Zr8Z+Rdld2TZU9UYxYsppYqouMOjhGO4tkhJk= =vdny -----END PGP SIGNATURE----- --------------enig3D2FF260FBC607839F76A58B--