From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56982) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1hxs-0002hb-Dy for qemu-devel@nongnu.org; Wed, 15 Aug 2012 14:05:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T1hxq-0004x8-FP for qemu-devel@nongnu.org; Wed, 15 Aug 2012 14:05:08 -0400 Received: from mx1.redhat.com ([209.132.183.28]:63920) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1hxq-0004vJ-7A for qemu-devel@nongnu.org; Wed, 15 Aug 2012 14:05:06 -0400 Message-ID: <502BE4C8.7060601@redhat.com> Date: Wed, 15 Aug 2012 12:04:56 -0600 From: Eric Blake MIME-Version: 1.0 References: <1345042466-31743-1-git-send-email-benoit@irqsave.net> <1345042466-31743-2-git-send-email-benoit@irqsave.net> In-Reply-To: <1345042466-31743-2-git-send-email-benoit@irqsave.net> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig9ECF62CFAF39676EE922695D" Subject: Re: [Qemu-devel] [PATCH 1/3] qapi: Add SnapshotInfo. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QmVub8OudCBDYW5ldA==?= Cc: aliguori@us.ibm.com, stefanha@linux.vnet.ibm.com, qemu-devel@nongnu.org, pbonzini@redhat.com, xiawenc@linux.vnet.ibm.com, =?UTF-8?B?QmVub8OudCBDYW5ldA==?= This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig9ECF62CFAF39676EE922695D Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 08/15/2012 08:54 AM, Beno=C3=AEt Canet wrote: > Signed-off-by: Benoit Canet > --- > qapi-schema.json | 24 ++++++++++++++++++++++++ > 1 file changed, 24 insertions(+) >=20 > diff --git a/qapi-schema.json b/qapi-schema.json > index a92adb1..8d4df19 100644 > --- a/qapi-schema.json > +++ b/qapi-schema.json > @@ -126,6 +126,30 @@ > 'running', 'save-vm', 'shutdown', 'suspended', 'watchdog' = ] } > =20 > ## > +# @SnapshotInfo > +# > +# @id: unique snapshot id > +# > +# @name: user choosen name > +# > +# @vm-state-size: size of the VM state > +# > +# @date-sec: UTC date of the snapshot > +# > +# @date-nsec: date in nano seconds How come we track a subsecond creation time, > +# > +# @vm-clock-sec: VM clock relative to boot but not a subsecond relative time for the VM clock? Is that additional precision available for querying? I have no problem if you want to squash patches 1 and 2 together into a single commit. --=20 Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --------------enig9ECF62CFAF39676EE922695D 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/ iQEcBAEBCAAGBQJQK+TJAAoJEKeha0olJ0NqgmoH/2/oMKMcVe4pG8v10xF5FE+G FocKnju7UTDuftn57Gzc7jbcukvWjZKphgltSRkt0cfg9b2fsD9FqvvBd84MXlto 7gtunCQoLY96Hhe1UqzQRBvPr/m2qpjYGT+M1ki9t5d6QwOajkyQVmlljl/LrLGi O84siHdpEC+c1e3liGRaDTUrywqc/OUDbp1htfbyCHKBDy0BjS9L3uo0+mF2fky8 zMBLjDJIEISOE2MMXG6bpmOC3qfkNqPcDhVKKWDautw21pJcDjJlaDsJBC7Er/Zg RNNRfKXfjBrx0d83YcUv4yFK48bI/NxoLLvlDxvCJ6dN6407YDXF7fC6H+QbC8Q= =SWqX -----END PGP SIGNATURE----- --------------enig9ECF62CFAF39676EE922695D--