All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anthony Liguori <anthony@codemonkey.ws>
To: qemu-devel@nongnu.org
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	[thread overview]
Message-ID: <487FC090.6060706@codemonkey.ws> (raw)
In-Reply-To: <487FBDEC.5010708@web.de>

Jan Kiszka wrote:
> Anthony Liguori wrote:
>   
>> From: Avi Kivity <avi@qumranet.com>
>>
>> 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 <avi@qumranet.com>
>> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
>>
>> 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	other threads:[~2008-07-17 21:59 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-17 21:19 [Qemu-devel] [PATCH 1/6] kvm: qemu: fix screendump with multiple consoles Anthony Liguori
2008-07-17 21:19 ` [Qemu-devel] [PATCH 2/6] kvm: qemu: force screen resize if a display buffer does not exist Anthony Liguori
2008-07-17 21:19 ` [Qemu-devel] [PATCH 3/6] kvm: qemu: revert "fix power management timer overflow handling" Anthony Liguori
2008-07-17 21:19 ` [Qemu-devel] [PATCH 4/6] kvm: qemu: revert ""QEMU keyboard issue with Gujin-2.2", by Etienne Lorrain." Anthony Liguori
2008-07-17 21:43   ` Even Rouault
2008-07-17 21:47   ` [Qemu-devel] " Jan Kiszka
2008-07-17 21:58     ` Anthony Liguori [this message]
2008-07-17 21:19 ` [Qemu-devel] [PATCH 5/6] kvm: qemu: improve scsi dma speed by increasing the dma buffer size Anthony Liguori
2008-07-20  2:37   ` Anthony Liguori
2008-07-17 21:19 ` [Qemu-devel] [PATCH 6/6] kvm: qemu: fix vga screendump Anthony Liguori
2008-07-19 14:36   ` andrzej zaborowski
2008-07-20  2:33     ` Anthony Liguori
2008-07-20 17:07       ` andrzej zaborowski
2008-07-20 18:39         ` Anthony Liguori
2008-07-20 19:28           ` andrzej zaborowski
2008-07-20 19:46             ` Anthony Liguori
2008-07-20 20:08               ` andrzej zaborowski
2008-07-20 21:53                 ` Anthony Liguori
2008-07-20 21:56                 ` Anthony Liguori
2008-07-21  2:00                   ` Jamie Lokier
2008-07-17 21:39 ` [Qemu-devel] [PATCH 0/6] Various fixes from KVM tree Anthony Liguori

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=487FC090.6060706@codemonkey.ws \
    --to=anthony@codemonkey.ws \
    --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.