From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=38464 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q87em-0001MQ-3w for qemu-devel@nongnu.org; Fri, 08 Apr 2011 05:07:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q87ek-0007gE-95 for qemu-devel@nongnu.org; Fri, 08 Apr 2011 05:07:07 -0400 Received: from ipmail06.adl2.internode.on.net ([150.101.137.129]:47598) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q87ej-0007fx-V5 for qemu-devel@nongnu.org; Fri, 08 Apr 2011 05:07:06 -0400 From: Brad Hards Subject: Re: [Qemu-devel] [PATCH] monitor: avoid moving cursor during "mouse_button" command Date: Fri, 8 Apr 2011 19:07:01 +1000 References: <1302248640-24913-1-git-send-email-bradh@frogmouth.net> In-Reply-To: <1302248640-24913-1-git-send-email-bradh@frogmouth.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201104081907.02086.bradh@frogmouth.net> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: armbru@redhat.com, lcapitulino@redhat.com On Fri, 8 Apr 2011 05:44:00 pm Brad Hards wrote: > I've tested this with a kubuntu 10.10 guest and it works fine > for me with both relative and absolute pointing devices. Note > that testing with realtive pointing device was relatively > light. This fix (in slightly different form) was verified by the original reporter as fixing the problem. See https://bugs.launchpad.net/qemu/+bug/752476/comments/3 Brad