From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LSgKG-0003GQ-N6 for qemu-devel@nongnu.org; Thu, 29 Jan 2009 18:29:36 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LSgKE-0003GE-RW for qemu-devel@nongnu.org; Thu, 29 Jan 2009 18:29:35 -0500 Received: from [199.232.76.173] (port=55833 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LSgKE-0003GB-LY for qemu-devel@nongnu.org; Thu, 29 Jan 2009 18:29:34 -0500 Received: from hobi.com ([130.94.185.247]:1455) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LSgKE-000269-6g for qemu-devel@nongnu.org; Thu, 29 Jan 2009 18:29:34 -0500 Received: from unknown (HELO ricklap.localnet) ([68.23.60.237]) (envelope-sender ) by 130.94.185.247 (qmail-ldap-1.03) with SMTP for ; 29 Jan 2009 23:29:33 -0000 From: Rick Vernam Subject: Re: [Qemu-devel] vmmouse Date: Thu, 29 Jan 2009 17:29:31 -0600 References: <200901292058.n0TKwRwG044115@saturn.kn-bremen.de> <49822607.1060600@codemonkey.ws> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901291729.31860.rickv@hobi.com> 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 Thursday 29 January 2009 5:20:20 pm andrzej zaborowski wrote: > 2009/1/29 Anthony Liguori : > > Rick Vernam wrote: > >> On Thursday 29 January 2009 2:58:27 pm you wrote: > >>> In article <200901282248.26006.rickv@hobi.com> you write: > >>>> 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 > >>> > >>> `It's dead, Jim!' ;) > >>> > >>> Yeah, I had reported vmmouse brokenness before (for linux guests): > >>> > >>> http://lists.gnu.org/archive/html/qemu-devel/2009-01/msg01061.html > >>> > >>> I guess its good (in a way) you confirm its broken for windows > >>> guests too... > >>> > >>> Juergen > >> > >> It seems the brokenness extends beyond the mouse - the arrow keys on the > >> keyboard are not behaving correctly either, although the arrows on the > >> keypad are working correctly. > > > > Arrow keys are a separate problem. I wasn't aware that vmmouse was > > having problems. Does anyone know what changeset broke it? > > I hit the issue with the generic tablet. Hopefully fixed it in r6476. tablet is better. thanks. > > Cheers