From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35549) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGyA8-00087v-29 for qemu-devel@nongnu.org; Wed, 26 Sep 2012 16:24:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TGyA6-0008EB-NA for qemu-devel@nongnu.org; Wed, 26 Sep 2012 16:24:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33009) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGyA6-0008Ds-Ey for qemu-devel@nongnu.org; Wed, 26 Sep 2012 16:24:50 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q8QKOneA019277 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 26 Sep 2012 16:24:49 -0400 From: Luiz Capitulino Date: Wed, 26 Sep 2012 17:25:35 -0300 Message-Id: <1348691138-12879-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PATCH v3 0/3] qmp: send-key: accept key codes in hex List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: akong@redhat.com, eblake@redhat.com, avi@redhat.com, armbru@redhat.com o v3 - doc & log fixups - rename KeyCode.hex to KeyCode.number This actually fixes a regression introduced by the qapi conversion, please refer to patch 2/3 for details. It's also important to note that this series changes the QMP interface for the send-key command, but this shouldn't be a problem as we're still in development phase. Luiz Capitulino (3): input: qmp_send_key(): simplify qmp: qmp_send_key(): accept key codes in hex input: index_from_key(): drop unused code hmp.c | 43 +++++++++++++++++++++----------- input.c | 75 ++++++++++++++++++++++++++++---------------------------- qapi-schema.json | 20 ++++++++++++--- 3 files changed, 84 insertions(+), 54 deletions(-) -- 1.7.12.315.g682ce8b