From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51793) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1qnj-0001B1-Ti for qemu-devel@nongnu.org; Wed, 15 Aug 2012 23:31:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T1qni-0006sD-Pt for qemu-devel@nongnu.org; Wed, 15 Aug 2012 23:31:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35798) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1qni-0006s9-H5 for qemu-devel@nongnu.org; Wed, 15 Aug 2012 23:31:14 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q7G3VDmK013870 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 15 Aug 2012 23:31:13 -0400 Message-ID: <502C6977.3040706@redhat.com> Date: Wed, 15 Aug 2012 21:31:03 -0600 From: Eric Blake MIME-Version: 1.0 References: In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enigF03050AA2DB98E6548EF9D5B" Subject: Re: [Qemu-devel] [PATCH 14/18] qapi: Convert loadvm List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pavel Hrdina Cc: qemu-devel@nongnu.org This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigF03050AA2DB98E6548EF9D5B Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 08/15/2012 01:41 AM, Pavel Hrdina wrote: > Signed-off-by: Pavel Hrdina > --- > hmp-commands.hx | 2 +- > hmp.c | 10 +++++++++ > hmp.h | 1 + > monitor.c | 12 ----------- > qapi-schema.json | 15 ++++++++++++++ > qmp-commands.hx | 25 ++++++++++++++++++++++ > savevm.c | 63 ++++++++++++++++++++++++++++--------------------= -------- > sysemu.h | 1 - > vl.c | 7 ++++++- > 9 files changed, 90 insertions(+), 46 deletions(-) >=20 > + > +## > +# @vm-snapshot-load: > +# > +# Set the whole virtual machine to the snapshot identified by the tag > +# 'tag' or the unique snapshot ID 'id'. > +# > +# @name: tag or id of existing snapshot > +# > +# Returns: Nothing on success > +# If an error occurs, GenericError with error message > +# > +# Since: 1.2 1.3 --=20 Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --------------enigF03050AA2DB98E6548EF9D5B 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://enigmail.mozdev.org/ iQEcBAEBCAAGBQJQLGl4AAoJEKeha0olJ0NqWhsIAK0MqzZRa/LAZ6CpMw9IJTCs bA/UXdpl0Qoa0BOWdLhAZXGj0e+JOUDhXNlyK6XWehXVvrFhWMT6LuthTWxgph7W JCG59pbMIs7hgoRq/5Zsw45c1Oo7LMTqz7i3G6vz0A3lTf+FTo9qHypXqSnuc+SH VkpwAg9q2Gfq5gGot4oshB79nv1K2Ncv232Ar1SwdCsST2RSzSVuh2KtYkA+ieg7 nFLdNBBMcyk7KAVe28nEiP7Jlghwz+CX7chcEzh8p0qvjUiNwgvuRV0YXr2u4D+9 CCnn+wexFXdsFjM6P9t44HJHAfNkB+ffurfrEkjcykNrE390AKoLUvkUUSEI+cg= =ZngN -----END PGP SIGNATURE----- --------------enigF03050AA2DB98E6548EF9D5B--