From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34918) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJ5lw-0000Vq-Er for qemu-devel@nongnu.org; Tue, 02 Oct 2012 12:56:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TJ5ls-0004gU-8v for qemu-devel@nongnu.org; Tue, 02 Oct 2012 12:56:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:14521) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJ5lr-0004gI-W0 for qemu-devel@nongnu.org; Tue, 02 Oct 2012 12:56:36 -0400 Message-ID: <506B1CBE.6050408@redhat.com> Date: Tue, 02 Oct 2012 10:56:30 -0600 From: Eric Blake MIME-Version: 1.0 References: <1349196747-30410-1-git-send-email-anthony.perard@citrix.com> <1349196747-30410-2-git-send-email-anthony.perard@citrix.com> In-Reply-To: <1349196747-30410-2-git-send-email-anthony.perard@citrix.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enigD65AA63E4078FED0395430A7" Subject: Re: [Qemu-devel] [PATCH V5 1/5] QMP, Introduce xen-set-global-dirty-log command. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony PERARD Cc: Xen Devel , Stefano Stabellini , QEMU-devel , Avi Kivity This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigD65AA63E4078FED0395430A7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 10/02/2012 10:52 AM, Anthony PERARD wrote: > This command is used during a migration of a guest under Xen. It calls > memory_global_dirty_log_start or memory_global_dirty_log_stop according= to the > argument pass to the command. >=20 > Signed-off-by: Anthony PERARD > Reviewed-by: Luiz Capitulino > --- > qapi-schema.json | 13 +++++++++++++ > qmp-commands.hx | 24 ++++++++++++++++++++++++ > xen-all.c | 15 +++++++++++++++ > xen-stub.c | 5 +++++ > 4 files changed, 57 insertions(+) >=20 > diff --git a/qapi-schema.json b/qapi-schema.json > index 14e4419..696f45a 100644 > --- a/qapi-schema.json > +++ b/qapi-schema.json > @@ -1956,6 +1956,19 @@ > { 'command': 'xen-save-devices-state', 'data': {'filename': 'str'} } > =20 > ## > +# @xen-set-global-dirty-log > +# > +# Enable or disable the global dirty log mode. > +# > +# @enable: true to enable, false to disable. > +# > +# Returns: nothing > +# > +# Since: 1.2 1.3 --=20 Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --------------enigD65AA63E4078FED0395430A7 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/ iQEcBAEBCAAGBQJQaxy+AAoJEKeha0olJ0NqstIH/3gAZOLPhpFarDa4XaNWuvu8 SaFexqeidYOqjGO8fd8AM7SRoEIOeDvHPRsucDg9w/dOFoMBeLt6gn42gjkkhFJP ThYLu1jFzf0NHq609NvtbMR6xEXBBgl6MVroQk1/kVslJDovztjEIJp0K65tHEzM ffSudzV58hM9lWKb9EXXLwjuy8tyLVSRvr3WYJjc9q1scTtJImJ4VH26KWJUqzwW eRXEM/jvzPDKWhJXlv3PU+BLYIQbCMCV6z/uWBOC1uEVgVFYhNrkrIIdv/suN4cZ 2jOMFzLgGtwdXJPhpQtoCb5m+eb8e0Yc08LmLks4sa80YCE3JounjWyTePdrBZ8= =wbqC -----END PGP SIGNATURE----- --------------enigD65AA63E4078FED0395430A7--