qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Re: [PATCH 4/6] kvm: qemu: revert ""QEMU keyboard issue


From: Anthony Liguori
Subject: Re: [Qemu-devel] Re: [PATCH 4/6] kvm: qemu: revert ""QEMU keyboard issue with Gujin-2.2", by Etienne Lorrain."
Date: Thu, 17 Jul 2008 16:58:40 -0500
User-agent: Thunderbird 2.0.0.14 (X11/20080501)

Jan Kiszka wrote:
Anthony Liguori wrote:
From: Avi Kivity <address@hidden>

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 <address@hidden>
Signed-off-by: Anthony Liguori <address@hidden>

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]