Re: [Qemu-devel] [RfC PATCH] vnc: rich cursor support.

2010-05-03 Thread Gerd Hoffmann
On 05/03/10 14:20, Anthony Liguori wrote: On 05/03/2010 06:59 AM, Gerd Hoffmann wrote: Hi, Simple patch. Difficuilt matter. Not really sure where to go from here ... It'll be a complicated patch :-) I looked at this a while ago and there are a few gotchas. Yea, /me isn't surprised after dig

Re: [Qemu-devel] [RfC PATCH] vnc: rich cursor support.

2010-05-03 Thread Anthony Liguori
On 05/03/2010 06:59 AM, Gerd Hoffmann wrote: Hi, Simple patch. Difficuilt matter. Not really sure where to go from here ... It'll be a complicated patch :-) I looked at this a while ago and there are a few gotchas. The whole thing is about local cursor support, i.e. just let the

[Qemu-devel] [RfC PATCH] vnc: rich cursor support.

2010-05-03 Thread Gerd Hoffmann
Hi, Simple patch. Difficuilt matter. Not really sure where to go from here ... The whole thing is about local cursor support, i.e. just let the UI (sdl, vnc viewer, spice client, ...) draw the mouse pointer directly, without round trip to the guest for mouse pointer rendering. Current state