From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LSOpO-0001bi-Tk for qemu-devel@nongnu.org; Wed, 28 Jan 2009 23:48:34 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LSOpL-0001Z5-C8 for qemu-devel@nongnu.org; Wed, 28 Jan 2009 23:48:33 -0500 Received: from [199.232.76.173] (port=33328 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LSOpL-0001Z2-6o for qemu-devel@nongnu.org; Wed, 28 Jan 2009 23:48:31 -0500 Received: from hobi.com ([130.94.185.247]:3701) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LSOpK-0005Zp-JG for qemu-devel@nongnu.org; Wed, 28 Jan 2009 23:48:30 -0500 Received: from unknown (HELO ricklap.localnet) ([76.223.4.109]) (envelope-sender ) by 130.94.185.247 (qmail-ldap-1.03) with SMTP for ; 29 Jan 2009 04:48:26 -0000 From: Rick Vernam Date: Wed, 28 Jan 2009 22:48:25 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901282248.26006.rickv@hobi.com> Subject: [Qemu-devel] vmmouse 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 For the past few days (10-15, longer?) both my windows vms seem to have broken mice - the mouse cursor does not move in the guest... Both guests run windows (2k,xp) and both have vmware mouse driver installed (not sure which version, off the top of my head). I've not followed the list too closely during this time period either - in trying to catch up tonight I haven't seen anything on this subject, so I'm posting to see if this is a known issue... I built qemu with DEBUG_VMMOUSE turned on in hw/vmmouse.c. When I run qemu I get a single vmmouse_init right when qemu starts, but then no additional output. Perhaps this is a separate issue, but when I "usb_add tablet" the mouse cursor becomes constrained to the upper left corner of the guests' screen. Any ideas about what might be going on? Thanks