From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40614) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THIKj-0005GY-QI for qemu-devel@nongnu.org; Thu, 27 Sep 2012 13:57:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1THIKe-0007hC-OS for qemu-devel@nongnu.org; Thu, 27 Sep 2012 13:57:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:30294) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THIKe-0007h6-GG for qemu-devel@nongnu.org; Thu, 27 Sep 2012 13:57:04 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q8RHv3KA013109 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 27 Sep 2012 13:57:03 -0400 Message-ID: <5064936E.70301@redhat.com> Date: Thu, 27 Sep 2012 11:57:02 -0600 From: Eric Blake MIME-Version: 1.0 References: <327f7d715621f55ee9d1dfd0a3eba6138ffe9345.1348760202.git.jcody@redhat.com> In-Reply-To: <327f7d715621f55ee9d1dfd0a3eba6138ffe9345.1348760202.git.jcody@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig14F90B0092DB26CBC6238B7B" Subject: Re: [Qemu-devel] [PATCH v3 5/6] QAPI: add command for live block commit, 'block-commit' List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jeff Cody Cc: kwolf@redhat.com, pbonzini@redhat.com, qemu-devel@nongnu.org This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig14F90B0092DB26CBC6238B7B Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 09/27/2012 11:29 AM, Jeff Cody wrote: > The command for live block commit is added, which has the following > arguments: >=20 > device: the block device to perform the commit on (mandatory) > base: the base image to commit into; optional (if not specified, > it is the underlying original image) > top: the top image of the commit - all data from inside top down > to base will be committed into base (mandatory for now; see > note, below) >=20 > +++ b/qmp-commands.hx > @@ -792,6 +792,12 @@ EQMP > }, > =20 > { > + .name =3D "block-commit", > + .args_type =3D "device:B,base:s?,top:s?,speed:o?", s/top:s?/top:s/ now that top is mandatory. --=20 Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --------------enig14F90B0092DB26CBC6238B7B 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/ iQEcBAEBCAAGBQJQZJNuAAoJEKeha0olJ0NqTmwH/2J81jdfJq5q8Nf1bsUwieI1 ahCZDqVueBwx3dmf1GXEc/eN8qPKMw91GXdfzZ8u2YkqteJ1P7N17pRFt/rDfRrJ 21JLs9byiLfY87W1PHhyYU+0yPCeKl72XFGg5hXkXjJpJpHsYhLUOqKpwcUw3NXp o81chE9SeQk27sKM+E5utcEGWznOH34Ydx6q31vgdoav1s93Q2ePmdJaQ6wRZRL8 g4a/o6sb1rDe+0D7Fe9p6Ye+7u40xbCYzPZIU/G7WBh5qvwcqw0c9HvNZISt6XBF Q6rOI1Rdl1DKIXEP53JlI8OT4BEpbYMIxt+bIDjrGUZeXnvadMUKZ1aNS4PPLUI= =NWq4 -----END PGP SIGNATURE----- --------------enig14F90B0092DB26CBC6238B7B--