From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39560) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUwd3-0003Xa-Ic for qemu-devel@nongnu.org; Wed, 24 Apr 2013 06:08:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UUwcy-00044e-Qz for qemu-devel@nongnu.org; Wed, 24 Apr 2013 06:08:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:25972) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUwcy-00044W-Ig for qemu-devel@nongnu.org; Wed, 24 Apr 2013 06:08:40 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r3OA8ee0021911 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 24 Apr 2013 06:08:40 -0400 From: Gerd Hoffmann Date: Wed, 24 Apr 2013 12:08:36 +0200 Message-Id: <1366798118-3248-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [RESEND PATCH 0/2] input: kbd handler list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Tiny series which adds a list for keyboard handlers, simliar to the one we have for mice. Lingering unmodified in a git branch for a while, just noticed it isn't in yet, so I'm resending it. please apply, Gerd Gerd Hoffmann (2): input: make QEMUPutLEDEntry + QEMUPutMouseEntry private input: introduce keyboard handler list hw/input/hid.c | 4 ++-- include/hw/input/hid.h | 1 + include/ui/console.h | 27 ++++++------------------ ui/input.c | 55 +++++++++++++++++++++++++++++++++++++----------- 4 files changed, 53 insertions(+), 34 deletions(-) -- 1.7.9.7