From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35609) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpNct-0007yl-EJ for qemu-devel@nongnu.org; Thu, 12 Jul 2012 13:56:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SpNcs-00017R-CO for qemu-devel@nongnu.org; Thu, 12 Jul 2012 13:56:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43575) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpNcs-00017N-3B for qemu-devel@nongnu.org; Thu, 12 Jul 2012 13:56:30 -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 q6CHuTpW020473 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 12 Jul 2012 13:56:29 -0400 Message-ID: <4FFF0FCC.7090602@redhat.com> Date: Thu, 12 Jul 2012 11:56:28 -0600 From: Eric Blake MIME-Version: 1.0 References: <02b44c1f24c0cc403b28e85fbf45daa382716425.1342092497.git.phrdina@redhat.com> In-Reply-To: <02b44c1f24c0cc403b28e85fbf45daa382716425.1342092497.git.phrdina@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig5D7F4E8D139F0EAB9F913302" Subject: Re: [Qemu-devel] [RFC PATCH 2/4] 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) --------------enig5D7F4E8D139F0EAB9F913302 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 07/12/2012 10:55 AM, Pavel Hrdina wrote: > Signed-off-by: Pavel Hrdina > --- > +++ b/qapi-schema.json > @@ -1889,4 +1889,26 @@ > # > # Since: 1.2 > ## > -{ 'command': 'savevm', 'data': {'*name': 'str'} } > \ No newline at end of file > +{ 'command': 'savevm', 'data': {'*name': 'str'} } > + > +## > +# @loadvm: Similar to my question in 1/4, should this be named 'load-vm'? > +# > +# 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 no block device can accept snapshots, SnapshotNotAccepte= d > +# If no snapshot is found, SnapshotNotFound > +# If snapshot is only disk snapshot, SnapshotInvalid > +# If there is a writable device not supporting snapshots, > +# SnapshotNotSupported > +# If snapshot activate failed, SnapshotActivateFailed > +# If open a block device for vm state fail, SnapshotOpenFaile= d > +# If an error occures while loading vm state, SnapshotLoadFai= led s/occures/occurs/ --=20 Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --------------enig5D7F4E8D139F0EAB9F913302 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/ iQEcBAEBCAAGBQJP/w/MAAoJEKeha0olJ0NqiSoH+wamTpcWGfV/CnNtPkVzILy6 29yE/i+Q4aL5LxuZ79Hwrtti1PLDsEnE0UPwJ5NMUDwWSquxGqKJc6gnCFSRjYNq LFnJLU8OQqIAY67Xz8xWKWtJbrTugXSi52L7p6nmEhamXrEpTZYmYTL3if1552M3 weBT52xnRGhX34IsQ784Cuk3WIR8BGzfngMwjzUA0TB0A68yhtTUekDDRUvQa38F adibmJ9I9WGlA1fShZ3DtFv/L2AcTeuJZ0PCYW8reYr3mY2/Jn3SYpB++f19MW2E bJGuzs0ZxW/K1xiRUGrH9/nMXD7ODA6Fev0HEO0eH5nEbaCU3tsqGeR9RR0DTc0= =9FWz -----END PGP SIGNATURE----- --------------enig5D7F4E8D139F0EAB9F913302--