From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FaLkp-0005A1-KX for qemu-devel@nongnu.org; Sun, 30 Apr 2006 19:55:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FaLko-00059K-3m for qemu-devel@nongnu.org; Sun, 30 Apr 2006 19:55:07 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FaLkn-00059G-NV for qemu-devel@nongnu.org; Sun, 30 Apr 2006 19:55:05 -0400 Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FaLoU-0003kv-GM for qemu-devel@nongnu.org; Sun, 30 Apr 2006 19:58:54 -0400 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1FaLkj-0007DI-OB for qemu-devel@nongnu.org; Mon, 01 May 2006 01:55:01 +0200 Received: from cpe-70-116-9-243.austin.res.rr.com ([70.116.9.243]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 01 May 2006 01:55:01 +0200 Received: from anthony by cpe-70-116-9-243.austin.res.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 01 May 2006 01:55:01 +0200 From: Anthony Liguori Date: Sun, 30 Apr 2006 18:46:49 -0500 Message-ID: References: <4453DBDE.8020306@codemonkey.ws> <44543BF1.60304@codemonkey.ws> <44551A8A.9090802@codemonkey.ws> <46d6db660604301514l2c2dec9elf32db5e9a9d3d8d9@mail.gmail.com> <46d6db660604301611u591c371fna27eb64b042252d0@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: news Subject: [Qemu-devel] Re: [PATCH] VNC display support for QEMU Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Mon, 01 May 2006 01:11:04 +0200, Christian MICHON wrote: > neat! it is working on windows 3.0 guest (no acceleration) on a winXP > host. Fabrice fixed it live while I was trying it (he's fast!). Yeah, sorry about that. Fortunately, Fabrice rocks :-) > old mouse sync problem is still here, as you mentionned no calibration is > done. You mention "absolute mouse". how to do it ? You would need at least a win98 guest. You then have to add '-usb -usbdevice tablet' to the qemu command line. Regards, Anthony Liguori > On 5/1/06, Christian MICHON wrote: >> just a quick note: your patch breaks the mingw32 build on winXP. >> Christian