From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54977) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tja29-0005b2-Rm for qemu-devel@nongnu.org; Fri, 14 Dec 2012 13:30:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tja28-0005OX-D5 for qemu-devel@nongnu.org; Fri, 14 Dec 2012 13:30:53 -0500 Received: from mx1.redhat.com ([209.132.183.28]:5235) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tja28-0005OQ-3c for qemu-devel@nongnu.org; Fri, 14 Dec 2012 13:30:52 -0500 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 qBEIUpGW002397 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 14 Dec 2012 13:30:51 -0500 Message-ID: <50CB705A.505@redhat.com> Date: Fri, 14 Dec 2012 11:30:50 -0700 From: Eric Blake MIME-Version: 1.0 References: <37a035bc5705a9e5f16fc89c697e929be1c67f6d.1355404685.git.phrdina@redhat.com> In-Reply-To: <37a035bc5705a9e5f16fc89c697e929be1c67f6d.1355404685.git.phrdina@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig155ED23201920F1F1B9AB200" Subject: Re: [Qemu-devel] [PATCH v2 14/17] 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) --------------enig155ED23201920F1F1B9AB200 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 12/13/2012 08:40 AM, Pavel Hrdina wrote: > Signed-off-by: Pavel Hrdina > --- > hmp-commands.hx | 4 ++-- > hmp.c | 9 ++++++++ > hmp.h | 1 + > monitor.c | 12 ----------- > qapi-schema.json | 15 +++++++++++++ > qmp-commands.hx | 25 ++++++++++++++++++++++ > savevm.c | 65 ++++++++++++++++++++++++++++--------------------= -------- > sysemu.h | 1 - > vl.c | 6 +++++- > 9 files changed, 90 insertions(+), 48 deletions(-) >=20 > + > +## > +# @vm-snapshot-load: > +# > +# Set the whole virtual machine to the snapshot identified by the tag > +# or the unique snapshot id. It must be snapshot of whole VM. > +# > +# @name: tag|id of existing snapshot > +# > +# Returns: Nothing on success > +# If an error occurs, GenericError with error message > +# > +# Since: 1.3 1.4, now --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --------------enig155ED23201920F1F1B9AB200 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 undefined - http://www.enigmail.net/ iQEcBAEBCAAGBQJQy3BaAAoJEKeha0olJ0Nq4hYIAIrbPydjJ+1HsCIOQPaxf56j Df/goL6vQijpE58/WJY0tfSd/s5GJHAFd77XW3EvHUL2cTrBP4VHAX09uT6IVali v/9ZKCJbIIUp7r4BANfnI7foMowYfnhbnSxjYCTJicVE++46mH646fAhF1bUYyy/ lyQr8Gh9vvanIV4TGJbMbQTFSbV9JvSy4etnEEWaT6wzAqyy5tcqkSySeI11ekCV Tq3DBi1fO7w+PLm8M1TEMdL2Z9OHmcpU3jFphfCEe0iVrql2N7ALsrLzpMgSQ4FA c5/6lDt2tM33XH8hB7dfHGCzlrUR8pNVdN4V7acLXvgKIrtoAn4YuWAyEyyVUIk= =+w2j -----END PGP SIGNATURE----- --------------enig155ED23201920F1F1B9AB200--