From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KJbVN-0007IB-Hl for qemu-devel@nongnu.org; Thu, 17 Jul 2008 17:59:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KJbVL-0007Fr-SJ for qemu-devel@nongnu.org; Thu, 17 Jul 2008 17:59:17 -0400 Received: from [199.232.76.173] (port=53536 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KJbVL-0007FX-Kl for qemu-devel@nongnu.org; Thu, 17 Jul 2008 17:59:15 -0400 Received: from qw-out-1920.google.com ([74.125.92.149]:7930) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KJbVK-00005M-Qm for qemu-devel@nongnu.org; Thu, 17 Jul 2008 17:59:15 -0400 Received: by qw-out-1920.google.com with SMTP id 5so314637qwf.4 for ; Thu, 17 Jul 2008 14:59:09 -0700 (PDT) Message-ID: <487FC090.6060706@codemonkey.ws> Date: Thu, 17 Jul 2008 16:58:40 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: [PATCH 4/6] kvm: qemu: revert ""QEMU keyboard issue with Gujin-2.2", by Etienne Lorrain." References: <1216329580-20804-1-git-send-email-aliguori@us.ibm.com> <1216329580-20804-4-git-send-email-aliguori@us.ibm.com> <487FBDEC.5010708@web.de> In-Reply-To: <487FBDEC.5010708@web.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Jan Kiszka wrote: > Anthony Liguori wrote: > >> From: Avi Kivity >> >> This reverts commit 450f6dc8f7bdb183d64d81b4eef89049ea9e9259, which kills the >> > > I know that kvm manages qemu in a git tree, but I guess for people here > it is more handy to offer svn revision numbers instead (here: #3421). > Indeed, sorry, for these patches, I've been taking the commit messages directly from the git tree. I'll try to fix-up manually in the future. Regards, Anthony Liguori >> mouse in SuSE Linux 9.1. >> >> Signed-off-by: Avi Kivity >> Signed-off-by: Anthony Liguori >> >> diff --git a/hw/pckbd.c b/hw/pckbd.c >> index 266c7f9..46d9b9d 100644 >> --- a/hw/pckbd.c >> +++ b/hw/pckbd.c >> @@ -211,7 +211,7 @@ static void kbd_write_command(void *opaque, uint32_t addr, uint32_t val) >> #endif >> switch(val) { >> case KBD_CCMD_READ_MODE: >> - kbd_queue(s, s->mode, 1); >> + kbd_queue(s, s->mode, 0); >> break; >> case KBD_CCMD_WRITE_MODE: >> case KBD_CCMD_WRITE_OBUF: >> >> >> >> > > Jan > >