From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36026) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UuSKQ-0004sj-8e for qemu-devel@nongnu.org; Wed, 03 Jul 2013 15:03:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UuSKN-0002bF-Mm for qemu-devel@nongnu.org; Wed, 03 Jul 2013 15:02:58 -0400 Received: from collab.rosalab.ru ([195.19.76.181]:52320) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UuSKN-0002ay-Fi for qemu-devel@nongnu.org; Wed, 03 Jul 2013 15:02:55 -0400 Date: Wed, 3 Jul 2013 23:02:53 +0400 (MSD) From: Eugene Shatokhin Message-ID: <149588601.24366.1372878173024.JavaMail.root@collab.rosalab.ru> In-Reply-To: <51D44C6B.8020001@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] monitor: Fix 'mouse_button': do not move mouse List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?utf-8?Q?Andreas_F=C3=A4rber?= Cc: Gerd Hoffmann , qemu-devel@nongnu.org, Luiz Capitulino Ah, I see it now. Thanks for the link, I should have found that thread earlier. Indeed, there can be several mice and keeping the position in global variables is a bad idea here. Will test your patches when you update them. Our automated testing system at ROSA Laboratory is quite similar to os-autoinst, so it is no surprise we ran into the same problem. Thanks again for the info. Regards, Eugene