From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ng0VN-00027G-Nl for qemu-devel@nongnu.org; Fri, 12 Feb 2010 13:44:41 -0500 Received: from [199.232.76.173] (port=52943 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ng0VM-00026t-Cs for qemu-devel@nongnu.org; Fri, 12 Feb 2010 13:44:40 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Ng0VL-0002w4-1f for qemu-devel@nongnu.org; Fri, 12 Feb 2010 13:44:40 -0500 Received: from mail-vw0-f45.google.com ([209.85.212.45]:61201) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ng0VK-0002w0-Q0 for qemu-devel@nongnu.org; Fri, 12 Feb 2010 13:44:38 -0500 Received: by vws11 with SMTP id 11so600921vws.4 for ; Fri, 12 Feb 2010 10:44:38 -0800 (PST) Message-ID: <4B75A193.8040202@codemonkey.ws> Date: Fri, 12 Feb 2010 12:44:35 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: Qemu does not pass pressed caps lock to client References: <4B752548.1040108@redhat.com> <4B754C04.4080907@redhat.com> <4B75707F.7040105@codemonkey.ws> <4B759B57.8010201@redhat.com> In-Reply-To: <4B759B57.8010201@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: kwolf@redhat.com, shaharh@gmail.com, qemu-devel@nongnu.org, Dustin Kirkland On 02/12/2010 12:17 PM, Paolo Bonzini wrote: > On 02/12/2010 04:15 PM, Anthony Liguori wrote: >> >> So basically, Debian carries a hacked version of SDL that changes the >> key press behaviour? > > Yes, the patch was submitted to not change the default but the > maintainer thought he knew better. Or confused an == with a != more > likely. > >> That's a Debian/Ubuntu bug. Shame on them for changing the behaviour of >> a library API like that. > > Indeed. Maybe the Debian/Ubuntu maintainers for QEMU and KVM will > read this thread and make a fuss. I've already updated the bug report appropriately. Dustin, the ball's in your court :-) > The only reason it is interesting, is that QEMU is actually going > through efforts to get the same behavior that the Debian/Ubuntu change > implements (get a press and a release event whenever you toggle Caps > Lock). Yes, but the problem with > Paolo