From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LSgBM-00041V-3Z for qemu-devel@nongnu.org; Thu, 29 Jan 2009 18:20:24 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LSgBL-00040I-CY for qemu-devel@nongnu.org; Thu, 29 Jan 2009 18:20:23 -0500 Received: from [199.232.76.173] (port=52592 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LSgBL-000404-4s for qemu-devel@nongnu.org; Thu, 29 Jan 2009 18:20:23 -0500 Received: from rv-out-0708.google.com ([209.85.198.244]:50745) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LSgBK-0001LO-Pb for qemu-devel@nongnu.org; Thu, 29 Jan 2009 18:20:23 -0500 Received: by rv-out-0708.google.com with SMTP id f25so161804rvb.22 for ; Thu, 29 Jan 2009 15:20:20 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <49822607.1060600@codemonkey.ws> References: <200901292058.n0TKwRwG044115@saturn.kn-bremen.de> <200901291531.48496.rickv@hobi.com> <49822607.1060600@codemonkey.ws> Date: Fri, 30 Jan 2009 00:20:20 +0100 Message-ID: Subject: Re: [Qemu-devel] vmmouse From: andrzej zaborowski Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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 Cc: Juergen Lock 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. Cheers