From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60088) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmfF5-00048V-Sa for qemu-devel@nongnu.org; Fri, 07 Nov 2014 03:50:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XmfF0-0005Ch-VH for qemu-devel@nongnu.org; Fri, 07 Nov 2014 03:50:03 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34747) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmfF0-0005C6-MF for qemu-devel@nongnu.org; Fri, 07 Nov 2014 03:49:58 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sA78nvLD014923 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Fri, 7 Nov 2014 03:49:58 -0500 Message-ID: <545C87B3.8060107@redhat.com> Date: Fri, 07 Nov 2014 09:49:55 +0100 From: Eric Blake MIME-Version: 1.0 References: <1415335285-1579-1-git-send-email-akong@redhat.com> In-Reply-To: <1415335285-1579-1-git-send-email-akong@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="VvGjJfGCrRj3H8hNrD126SwuFFtje9Uvj" Subject: Re: [Qemu-devel] [PATCH for-2.2 1/2] QMP/input-send-event: update document of union InputEvent List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amos Kong , qemu-devel@nongnu.org Cc: mtosatti@redhat.com, kraxel@redhat.com, armbru@redhat.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --VvGjJfGCrRj3H8hNrD126SwuFFtje9Uvj Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 11/07/2014 05:41 AM, Amos Kong wrote: > Signed-off-by: Amos Kong > --- > qapi-schema.json | 5 +++++ > 1 file changed, 5 insertions(+) Reviewed-by: Eric Blake >=20 > diff --git a/qapi-schema.json b/qapi-schema.json > index 24379ab..a1573d8 100644 > --- a/qapi-schema.json > +++ b/qapi-schema.json > @@ -3231,6 +3231,11 @@ > # > # Input event union. > # > +# @key: Input event of Keyboard > +# @btn: Input event of pointer bottons > +# @rel: Input event of relative pointer motion > +# @abs: Input event of absolute pointer motion > +# > # Since: 2.0 > ## > { 'union' : 'InputEvent', >=20 --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --VvGjJfGCrRj3H8hNrD126SwuFFtje9Uvj 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 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg iQEcBAEBCAAGBQJUXIe0AAoJEKeha0olJ0NqECIIAIfIkf8eaWKOLp5I0emkq9Hd pfRCzvUGecq0UoqBU8t4+XFW/XdYGVa+WBTtWLqYz2RVEmYBwuV94rVrYXCwyMot zb3MKfq9aPammkiJh+lfmWRjOL55cx+BVgKdYqyR/fhjjdr8MmMqwDQG4qPAsYjG lXv7OzHglL2V7KBHR+kMlDf310VKtRG3bywJKt8v23P5LEpMjLuQhK2Oxs6uBPZS 8RwDFycj3hMSYowbUCm5ogN8Hzi0nH3GuqhjSSDTRDKCkEx3AnhrptuW6hqHvctM to6L7YnDnU+FPHneXljeaVqp/U3fVAW2JGfVZsd4n1t/XcF0AXBDzfH8xCXJYho= =K7wB -----END PGP SIGNATURE----- --VvGjJfGCrRj3H8hNrD126SwuFFtje9Uvj--