* [Qemu-devel] [4905] Revert "QEMU keyboard issue with Gujin-2.2" (Avi Kivity).
@ 2008-07-19 14:16 Andrzej Zaborowski
0 siblings, 0 replies; only message in thread
From: Andrzej Zaborowski @ 2008-07-19 14:16 UTC (permalink / raw)
To: qemu-devel
Revision: 4905
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4905
Author: balrog
Date: 2008-07-19 14:16:20 +0000 (Sat, 19 Jul 2008)
Log Message:
-----------
Revert "QEMU keyboard issue with Gujin-2.2" (Avi Kivity).
This reverts commit r3421, which kills the mouse in SuSE Linux 9.1 (there
were other reports of breakage earlier also).
Signed-off-by: Avi Kivity <avi@qumranet.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Modified Paths:
--------------
trunk/hw/pckbd.c
Modified: trunk/hw/pckbd.c
===================================================================
--- trunk/hw/pckbd.c 2008-07-19 14:11:22 UTC (rev 4904)
+++ trunk/hw/pckbd.c 2008-07-19 14:16:20 UTC (rev 4905)
@@ -208,7 +208,7 @@
#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:
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-07-19 14:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-19 14:16 [Qemu-devel] [4905] Revert "QEMU keyboard issue with Gujin-2.2" (Avi Kivity) Andrzej Zaborowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).