From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Subject: Re: [Qemu-devel] [PATCH] Fix SIGFPE for vnc display of width/height = 1 Date: Wed, 17 Mar 2010 17:55:14 +0100 Message-ID: <4BA10972.4000307@suse.de> References: <20100308143449.GA4084@arachsys.com> <4BA0FC6E.5090805@codemonkey.ws> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Chris Webb , qemu-devel@nongnu.org, kvm@vger.kernel.org To: Anthony Liguori Return-path: Received: from cantor2.suse.de ([195.135.220.15]:50849 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751191Ab0CQQzS (ORCPT ); Wed, 17 Mar 2010 12:55:18 -0400 In-Reply-To: <4BA0FC6E.5090805@codemonkey.ws> Sender: kvm-owner@vger.kernel.org List-ID: 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