From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49350) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TElJM-0005FL-8r for qemu-devel@nongnu.org; Thu, 20 Sep 2012 14:17:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TElJL-0004ys-E4 for qemu-devel@nongnu.org; Thu, 20 Sep 2012 14:17:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35394) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TElJL-0004yc-4e for qemu-devel@nongnu.org; Thu, 20 Sep 2012 14:17:15 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q8KIHEh2002362 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 20 Sep 2012 14:17:14 -0400 From: Luiz Capitulino Date: Thu, 20 Sep 2012 15:17:58 -0300 Message-Id: <1348165081-28292-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PATCH 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 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. hmp.c | 43 +++++++++++++++++++++++------------ input.c | 69 +++++++++++++++++++++++++++----------------------------- qapi-schema.json | 19 +++++++++++++--- 3 files changed, 78 insertions(+), 53 deletions(-)