From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NrwWi-0006LZ-05 for qemu-devel@nongnu.org; Wed, 17 Mar 2010 12:55:24 -0400 Received: from [199.232.76.173] (port=56291 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NrwWh-0006L1-Ax for qemu-devel@nongnu.org; Wed, 17 Mar 2010 12:55:23 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NrwWd-0004dU-UK for qemu-devel@nongnu.org; Wed, 17 Mar 2010 12:55:21 -0400 Received: from cantor2.suse.de ([195.135.220.15]:50850 helo=mx2.suse.de) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NrwWd-0004dA-Ds for qemu-devel@nongnu.org; Wed, 17 Mar 2010 12:55:19 -0400 Message-ID: <4BA10972.4000307@suse.de> Date: Wed, 17 Mar 2010 17:55:14 +0100 From: Alexander Graf MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Fix SIGFPE for vnc display of width/height = 1 References: <20100308143449.GA4084@arachsys.com> <4BA0FC6E.5090805@codemonkey.ws> In-Reply-To: <4BA0FC6E.5090805@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Chris Webb , qemu-devel@nongnu.org, kvm@vger.kernel.org Anthony Liguori wrote: > On 03/08/2010 08:34 AM, Chris Webb wrote: >> During boot, the screen gets resized to height 1 and a mouse click at >> this >> point will cause a division by zero when calculating the absolute >> pointer >> position from the pixel (x, y). Return a click in the middle of the >> screen >> instead in this case. >> >> Signed-off-by: Chris Webb >> > Applied. Thanks. Also queued it to stable? Alex