qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Mouse click queue patch
@ 2008-05-22  2:36 Joao Luis Meloni Assirati
  2008-05-22 10:25 ` Ian Jackson
  0 siblings, 1 reply; 4+ messages in thread
From: Joao Luis Meloni Assirati @ 2008-05-22  2:36 UTC (permalink / raw)
  To: qemu-devel

Hello,

I am a qemu user and would like to recommend Stefano Stabellini's mouse click 
queue patch that can be found in

http://marc.info/?l=qemu-devel&m=120152164232624&w=2

I am using it with qemu 0.9.1, windows xp guest and linux host. IMO this patch 
should be merged to qemu. Before this patch, missed double clicks were 
common. Now I never miss any double click.

Regards,
João Luis Meloni Assirati.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] Mouse click queue patch
  2008-05-22  2:36 [Qemu-devel] Mouse click queue patch Joao Luis Meloni Assirati
@ 2008-05-22 10:25 ` Ian Jackson
  2008-05-23  0:12   ` andrzej zaborowski
  0 siblings, 1 reply; 4+ messages in thread
From: Ian Jackson @ 2008-05-22 10:25 UTC (permalink / raw)
  To: qemu-devel

Joao Luis Meloni Assirati writes ("[Qemu-devel] Mouse click queue
> patch"): I am a qemu user and would like to recommend Stefano
> Stabellini's mouse click queue patch that can be found in
> 
> http://marc.info/?l=qemu-devel&m=120152164232624&w=2

Sorry to throw spanners, but I have a different mouse queue patch in
preparation.  Xen's qemu has a version of this already; I was holding
off pushing it upstream until I had successfully tested some of the
results of my merge.

My patch is entirely in usb-hid.  It queues events, coalescing
adjacent events which don't contain any button changes so as to avoid
generating a huge queue.  It also manages to mostly unify the USB
tablet and mouse handling.

Ian.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] Mouse click queue patch
  2008-05-22 10:25 ` Ian Jackson
@ 2008-05-23  0:12   ` andrzej zaborowski
  2008-05-23  9:30     ` Ian Jackson
  0 siblings, 1 reply; 4+ messages in thread
From: andrzej zaborowski @ 2008-05-23  0:12 UTC (permalink / raw)
  To: qemu-devel

On 22/05/2008, Ian Jackson <Ian.Jackson@eu.citrix.com> wrote:
> Joao Luis Meloni Assirati writes ("[Qemu-devel] Mouse click queue
>  > patch"): I am a qemu user and would like to recommend Stefano
>
> > Stabellini's mouse click queue patch that can be found in
>  >
>  > http://marc.info/?l=qemu-devel&m=120152164232624&w=2
>
>
> Sorry to throw spanners, but I have a different mouse queue patch in
>  preparation.  Xen's qemu has a version of this already; I was holding
>  off pushing it upstream until I had successfully tested some of the
>  results of my merge.
>
>  My patch is entirely in usb-hid.  It queues events, coalescing

Why should it be in usb-hid?  It is a generic issue.

Regards
-- 
Please do not print this email unless absolutely necessary. Spread
environmental awareness.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] Mouse click queue patch
  2008-05-23  0:12   ` andrzej zaborowski
@ 2008-05-23  9:30     ` Ian Jackson
  0 siblings, 0 replies; 4+ messages in thread
From: Ian Jackson @ 2008-05-23  9:30 UTC (permalink / raw)
  To: qemu-devel

andrzej zaborowski writes ("Re: [Qemu-devel] Mouse click queue patch"):
> On 22/05/2008, Ian Jackson <Ian.Jackson@eu.citrix.com> wrote:
> >  My patch is entirely in usb-hid.  It queues events, coalescing
> 
> Why should it be in usb-hid?  It is a generic issue.

Good question.  Ultimately because the way the queue is read is very
intertwined with the limits on sizes in USB packets.

It would be quite feasible to split it up and have the rest not be in
usb-hid.  But if I do that, to avoid a great deal of unnecessary
to-ing and fro-ing, the little queue still wants to be a transparent
structure rather than an opaque one.

Ian.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-05-23  9:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-22  2:36 [Qemu-devel] Mouse click queue patch Joao Luis Meloni Assirati
2008-05-22 10:25 ` Ian Jackson
2008-05-23  0:12   ` andrzej zaborowski
2008-05-23  9:30     ` Ian Jackson

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).