Re: [Qemu-devel] qemu vl.c vnc.c qemu_socket.h

2006-04-30 Thread Christian MICHON
I talk too soon. Once re-enabling mouse acceleration, the sync issue is back. Maybe I need a better/more modern guest like XP ? :) On 5/1/06, Christian MICHON <[EMAIL PROTECTED]> wrote: cool. I see now: it has nothing to do with usb being supported by the guest (it's an old win3.0 in this case).

Re: [Qemu-devel] qemu vl.c vnc.c qemu_socket.h

2006-04-30 Thread Christian MICHON
cool. I see now: it has nothing to do with usb being supported by the guest (it's an old win3.0 in this case). I can manage to calibrate by hand the mouse... On 5/1/06, Lonnie Mendez <[EMAIL PROTECTED]> wrote: Christian MICHON wrote: > I see the old mouse sync problem is still here too...

Re: [Qemu-devel] qemu vl.c vnc.c qemu_socket.h

2006-04-30 Thread Lonnie Mendez
Christian MICHON wrote: I see the old mouse sync problem is still here too... Launch with -usbdevice tablet appended. ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] qemu vl.c vnc.c qemu_socket.h

2006-04-30 Thread Christian MICHON
ah! now it is working on winXP too. :) (you only forgot ssize_t should be long instead for mingw32) I see the old mouse sync problem is still here too... On 5/1/06, Fabrice Bellard <[EMAIL PROTECTED]> wrote: CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bel

[Qemu-devel] qemu vl.c vnc.c qemu_socket.h

2006-04-30 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/04/30 22:53:25 Modified files: . : vl.c vnc.c Added files: . : qemu_socket.h Log message: win32 socket fixes CVSWeb U