From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43776) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aeCkV-0008Dm-3e for qemu-devel@nongnu.org; Thu, 10 Mar 2016 21:24:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aeCkR-0007MV-Ub for qemu-devel@nongnu.org; Thu, 10 Mar 2016 21:24:19 -0500 Received: from mail-io0-x244.google.com ([2607:f8b0:4001:c06::244]:36793) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aeCkR-0007MO-PN for qemu-devel@nongnu.org; Thu, 10 Mar 2016 21:24:15 -0500 Received: by mail-io0-x244.google.com with SMTP id m184so9870614iof.3 for ; Thu, 10 Mar 2016 18:24:15 -0800 (PST) From: Programmingkid Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Thu, 10 Mar 2016 21:24:13 -0500 Message-Id: Mime-Version: 1.0 (Apple Message framework v1084) Subject: [Qemu-devel] [PATCH v4 0/4] Implement some QKeyCode support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Gerd Hoffmann , Eric Blake Cc: qemu-devel qemu-devel This patchset adds QKeyCode support the adb and cocoa code.=20 Note: you do not need to be on a Mac to test out the adb.c, = qapi-schema.json, and adb-keys.h files. Only the cocoa.m file changes are Mac specific. If you are using Linux as a guest, then the xev command is what you = could use to test out these patches. For a Mac OS guest the Key Caps application = would help with testing out these patches. John Arbuckle (4): cocoa.m qapi-schema.json adb-keys.h adb.c 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 2.7.2