From: Avi Kivity <avi@qumranet.com>
To: qemu-devel@nongnu.org
Subject: Re: [PATCH] Re: [Qemu-devel] QEMU keyboard issue with Gujin-2.2
Date: Tue, 18 Dec 2007 17:57:01 +0200 [thread overview]
Message-ID: <4767EDCD.9090004@qumranet.com> (raw)
In-Reply-To: <526715.17289.qm@web26907.mail.ukl.yahoo.com>
Etienne Lorrain wrote:
> Hello,
>
> I have digged further my problem of keyboard problem when the mouse is activated
> using qemu (i.e. dummy char present in the keyboard buffer), and can say that
> this patch solves completely the problem:
> --------------------
> $ diff -urp qemu-0.9.0-init qemu-0.9.0
> diff -urp qemu-0.9.0-init/hw/pckbd.c qemu-0.9.0/hw/pckbd.c
> --- qemu-0.9.0-init/hw/pckbd.c 2007-02-05 23:01:54.000000000 +0000
> +++ qemu-0.9.0/hw/pckbd.c 2007-10-16 20:32:40.000000000 +0100
> @@ -202,7 +202,7 @@ static void kbd_write_command(void *opaq
> #endif
> switch(val) {
> case KBD_CCMD_READ_MODE:
> - kbd_queue(s, s->mode, 0);
> + kbd_queue(s, s->mode, 1);
> break;
> case KBD_CCMD_WRITE_MODE:
> case KBD_CCMD_WRITE_OBUF:
>
This patch (which is present in qemu-cvs) kills the mouse in suse linux 9.1.
--
error compiling committee.c: too many arguments to function
prev parent reply other threads:[~2007-12-18 15:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-16 20:11 [PATCH] Re: [Qemu-devel] QEMU keyboard issue with Gujin-2.2 Etienne Lorrain
2007-12-18 15:57 ` Avi Kivity [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4767EDCD.9090004@qumranet.com \
--to=avi@qumranet.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.