qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] monitor: intervally send down events to guest i


From: Laszlo Ersek
Subject: Re: [Qemu-devel] [PATCH] monitor: intervally send down events to guest in hold time
Date: Tue, 14 May 2013 14:42:09 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5

Hi,

On 04/19/13 06:44, Amos Kong wrote:
> (qemu) sendkey a 1000
> 
> Current design is that qemu only send one down event to guest,
> and delay sometime, then send one up event. In this case, only
> key can be identified by guest.
> 
> This patch changed qemu to intervally send down events to guest
> in the hold time, the interval is 100ms.
> 
> (qemu) sendkey a 1000
> 
> qemu will send 9 down events, 1 up event to guest, we can see
> 9 'a' in guest screen.
> 
> Signed-off-by: Amos Kong <address@hidden>
> ---
> This patch based on Luiz's qmp-unstable/queue/qmp
> 
> Signed-off-by: Amos Kong <address@hidden>
> ---
>  hmp-commands.hx |    4 +++-
>  qmp-commands.hx |    3 ++-
>  ui/input.c      |   38 ++++++++++++++++++++++++++------------
>  3 files changed, 31 insertions(+), 14 deletions(-)

What's the status of this patch if I may ask?

Thanks,
Laszlo




reply via email to

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