qemu-devel
[Top][All Lists]
Advanced

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

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


From: Even Rouault
Subject: Re: [Qemu-devel] [PATCH 4/6] kvm: qemu: revert ""QEMU keyboard issue with Gujin-2.2", by Etienne Lorrain."
Date: Thu, 17 Jul 2008 23:43:27 +0200
User-agent: KMail/1.9.6 (enterprise 0.20070907.709405)

This revert should also fix the issue with the PS/2 mouse in FC4 I've 
previously raised in that thread : 
http://lists.gnu.org/archive/html/qemu-devel/2008-01/msg00548.html

Le Thursday 17 July 2008 23:19:38 Anthony Liguori, vous avez écrit :
> From: Avi Kivity <address@hidden>
>
> This reverts commit 450f6dc8f7bdb183d64d81b4eef89049ea9e9259, which kills
> the 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:






reply via email to

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