From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44604) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z2mrx-0003V9-BW for qemu-devel@nongnu.org; Wed, 10 Jun 2015 16:45:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z2mru-0004V6-3G for qemu-devel@nongnu.org; Wed, 10 Jun 2015 16:45:05 -0400 Received: from mout.kundenserver.de ([212.227.17.13]:61025) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z2mrt-0004Rx-RN for qemu-devel@nongnu.org; Wed, 10 Jun 2015 16:45:02 -0400 Received: from [192.168.178.39] ([46.223.228.224]) by mrelayeu.kundenserver.de (mreue104) with ESMTPSA (Nemesis) id 0MhDBR-1Yh9Fi3Eg5-00MMw7 for ; Wed, 10 Jun 2015 22:44:59 +0200 Message-ID: <5578A1CC.60709@rdsoftware.de> Date: Wed, 10 Jun 2015 22:45:00 +0200 From: Erik Rull MIME-Version: 1.0 References: <55774009.3070706@rdsoftware.de> <1433924102.16508.43.camel@redhat.com> In-Reply-To: <1433924102.16508.43.camel@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Query QEMU Tablet / Mouse position / Mouse freeze in guest List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi Gerd, thanks a lot! After some browsing through search result lists, it looks similar to the issue that was reported here: https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1323758 I will try the input_* tracepoints if this does not fix it. I need some feedback from my colleague to check if it was actually fixed by the solution in the bug report on mutiple other systems. Best regards, Erik Gerd Hoffmann wrote: > Hi, > >> is there a way to query the current cursor position of the QEMU tablet or >> QEMU Mouse? Or is there a way to see that the mouse was moved e.g. since >> the last query? > > There are "input_*" tracepoints. Also "info mice" monitor command tells > which is the active pointer device. > >> I currently have some trouble with the mouse - it just freezes in the guest >> after an undefined period (might work before the freeze for several days) - >> until I right click the hardware mouse within the freeze of the cursor, >> then it unfreezes. > > Which device? usb-tablet? usb has tracepoints too ... > > cheers, > Gerd > > >