From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=46322 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q831w-00019w-JE for qemu-devel@nongnu.org; Fri, 08 Apr 2011 00:10:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q831v-0000hu-6a for qemu-devel@nongnu.org; Fri, 08 Apr 2011 00:10:44 -0400 Received: from adelie.canonical.com ([91.189.90.139]:33164) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q831v-0000hc-12 for qemu-devel@nongnu.org; Fri, 08 Apr 2011 00:10:43 -0400 Received: from loganberry.canonical.com ([91.189.90.37]) by adelie.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1Q831t-0000PF-Gy for ; Fri, 08 Apr 2011 04:10:41 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 7F8932E8914 for ; Fri, 8 Apr 2011 04:10:41 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Date: Fri, 08 Apr 2011 04:03:28 -0000 From: Brad Hards Sender: bounces@canonical.com References: <20110406124547.32492.80246.malonedeb@gandwana.canonical.com> Message-Id: <20110408040328.11015.24424.malone@palladium.canonical.com> Errors-To: bounces@canonical.com Subject: [Qemu-devel] [Bug 752476] Re: monitor command mouse_button 1 moves mouse Reply-To: Bug 752476 <752476@bugs.launchpad.net> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Can you try the attached patch? ** Patch added: "0001-monitor-Avoid-moving-the-cursor-when-doing-mouse_but.= patch" https://bugs.launchpad.net/qemu/+bug/752476/+attachment/1998150/+files/0= 001-monitor-Avoid-moving-the-cursor-when-doing-mouse_but.patch -- = You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/752476 Title: monitor command mouse_button 1 moves mouse Status in QEMU: New Bug description: via the qemu -monitor interface, it is possible to move and click the mou= se using mouse_move 20000 10000 mouse_button 1 but the mouse_button command always moves the mouse to (0,0) making it ra= ther unusable to (auto-)trigger any widgets in the VM from the outside. Would be nice to have this available for my qemu/kvm based os-autoinst testing framework.