From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36457) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aeQdp-0006u1-OJ for qemu-devel@nongnu.org; Fri, 11 Mar 2016 12:14:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aeQdl-0008M7-Hr for qemu-devel@nongnu.org; Fri, 11 Mar 2016 12:14:21 -0500 Received: from mx1.redhat.com ([209.132.183.28]:32981) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aeQdl-0008Lb-C5 for qemu-devel@nongnu.org; Fri, 11 Mar 2016 12:14:17 -0500 References: From: Eric Blake Message-ID: <56E2FCE8.8030406@redhat.com> Date: Fri, 11 Mar 2016 10:14:16 -0700 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="tDq1Q6MiMVwTUB5NEmJmkS11BAeitgqbp" Subject: Re: [Qemu-devel] [PATCH v4 0/4] Implement some QKeyCode support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Programmingkid , Peter Maydell , Gerd Hoffmann Cc: qemu-devel qemu-devel This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --tDq1Q6MiMVwTUB5NEmJmkS11BAeitgqbp Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 03/10/2016 07:24 PM, Programmingkid wrote: > This patchset adds QKeyCode support the adb and cocoa code.=20 >=20 > Note: you do not need to be on a Mac to test out the adb.c, qapi-schema= =2Ejson, > and adb-keys.h files. Only the cocoa.m file changes are Mac specific. >=20 > If you are using Linux as a guest, then the xev command is what you cou= ld use to > test out these patches. For a Mac OS guest the Key Caps application wou= ld help > with testing out these patches. >=20 > John Arbuckle (4): > cocoa.m > qapi-schema.json > adb-keys.h > adb.c This isn't the typical git cover letter - git lists the titles of the four patches, not the basenames of the files modified by the patches. Also, you still didn't manage to get threading quite right; the series ended up as 5 top-level threads, which makes it harder to find things in mailers that sort by threads with most recent activity. >=20 > hw/input/adb.c | 223 ++++++++++++++++++++++++------- > include/hw/input/adb-keys.h | 146 ++++++++++++++++++++ > qapi-schema.json | 3 +- > ui/cocoa.m | 317 ++++++++++++++++++++----------------= -------- > 4 files changed, 466 insertions(+), 223 deletions(-) > create mode 100644 include/hw/input/adb-keys.h >=20 --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --tDq1Q6MiMVwTUB5NEmJmkS11BAeitgqbp Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJW4vzoAAoJEKeha0olJ0Nq5AIH/2fFI76kSbrtsTG+/0KESQZ+ SQi4k85bwEBt4JRw7OgEZ8HG0y6Ls8FOFipJHPkkEcSYubt5hYjU20uea0+fATvN N7dWJ3jFwxUNdsT/v9cWAaSZ3EonmZ2JxYFf+AEOprNDdMl/WtTpH0NPP+AKp2y+ BuTL9djvBa3GjpVuYc7/E4KyRWoRuGNOi8Gbp18f2WfPcVojpVBss+js6opRgK0U PwLmWM4q/odYJyzJ1bV0WEd5CZXJdyNj0UZQSGql6cxrIcO3bC3Uj19sECLD6/UG /HWD3E2PFoYn8YC87h0WMBEB9H6YUgVSBv2c65Z6V+kVTVdbAC5wKRZ+Jc3zEIo= =KiNY -----END PGP SIGNATURE----- --tDq1Q6MiMVwTUB5NEmJmkS11BAeitgqbp--