From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Np1pN-0001yb-8f for qemu-devel@nongnu.org; Tue, 09 Mar 2010 10:58:37 -0500 Received: from [199.232.76.173] (port=49731 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Np1pM-0001xi-Ix for qemu-devel@nongnu.org; Tue, 09 Mar 2010 10:58:36 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Np1pJ-0005tk-6Y for qemu-devel@nongnu.org; Tue, 09 Mar 2010 10:58:36 -0500 Received: from mx20.gnu.org ([199.232.41.8]:8179) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Np1pI-0005tO-SA for qemu-devel@nongnu.org; Tue, 09 Mar 2010 10:58:33 -0500 Received: from mail.codesourcery.com ([38.113.113.100]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Np1pG-0004gm-FJ for qemu-devel@nongnu.org; Tue, 09 Mar 2010 10:58:30 -0500 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH v2 1/4] kbd leds: infrastructure Date: Tue, 9 Mar 2010 15:58:24 +0000 References: <1267201059-24145-1-git-send-email-kraxel@redhat.com> <1267201059-24145-2-git-send-email-kraxel@redhat.com> <4B96631E.4020700@codemonkey.ws> In-Reply-To: <4B96631E.4020700@codemonkey.ws> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201003091558.24975.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann > On 02/26/2010 10:17 AM, Gerd Hoffmann wrote: > > Adds infrastructure for keyboard led status tracking to qemu. > > > > Signed-off-by: Gerd Hoffmann > > Applied. Thanks. What about guests that use the capslock LED for something useful, instead of capslock? Paul