From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nl2sw-0001dP-FF for qemu-devel@nongnu.org; Fri, 26 Feb 2010 11:17:50 -0500 Received: from [199.232.76.173] (port=52141 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nl2sv-0001cD-J5 for qemu-devel@nongnu.org; Fri, 26 Feb 2010 11:17:49 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nl2st-0004qo-OB for qemu-devel@nongnu.org; Fri, 26 Feb 2010 11:17:49 -0500 Received: from mx1.redhat.com ([209.132.183.28]:23391) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Nl2ss-0004pO-Iy for qemu-devel@nongnu.org; Fri, 26 Feb 2010 11:17:46 -0500 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o1QGHhTF021104 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 26 Feb 2010 11:17:43 -0500 From: Gerd Hoffmann Date: Fri, 26 Feb 2010 17:17:35 +0100 Message-Id: <1267201059-24145-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/4] keyboard led status tracking List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, This patch series adds support for keyboard led status tracking to qemu. The first patch adds the infrastructure to set the led status and to register notify callbacks. Patches #2 and #3 add support for the usb and ps/2 keyboard drivers. Patch #4 makes vnc use the led notification to improve capslock and numlock status tracking. spice will use the kbd led notifiers too. Changes in v2: - use QTAILQ for the handler list. - add a comment saying our constants are identical to ps/2 ones. - improve vnc patch description. cheers, Gerd