From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43222) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z2bAE-0007kB-E1 for qemu-devel@nongnu.org; Wed, 10 Jun 2015 04:15:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z2bAA-0004ge-Sm for qemu-devel@nongnu.org; Wed, 10 Jun 2015 04:15:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48544) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z2bAA-0004ei-NV for qemu-devel@nongnu.org; Wed, 10 Jun 2015 04:15:06 -0400 Message-ID: <1433924102.16508.43.camel@redhat.com> From: Gerd Hoffmann Date: Wed, 10 Jun 2015 10:15:02 +0200 In-Reply-To: <55774009.3070706@rdsoftware.de> References: <55774009.3070706@rdsoftware.de> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 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: Erik Rull Cc: "qemu-devel@nongnu.org" 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