From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35760) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSpPA-000829-KQ for qemu-devel@nongnu.org; Wed, 26 Mar 2014 11:06:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WSpP4-0005OT-G4 for qemu-devel@nongnu.org; Wed, 26 Mar 2014 11:06:12 -0400 Received: from s16892447.onlinehome-server.info ([82.165.15.123]:34198) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSpP4-0005Mf-Aw for qemu-devel@nongnu.org; Wed, 26 Mar 2014 11:06:06 -0400 Message-ID: <5332EC4E.2050004@ilande.co.uk> Date: Wed, 26 Mar 2014 15:03:42 +0000 From: Mark Cave-Ayland MIME-Version: 1.0 References: <532B94FF.4090809@caramail.com> <53309E95.1080206@ilande.co.uk> <5330B520.1080506@suse.de> In-Reply-To: <5330B520.1080506@suse.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v3] sparc : 32bits integer division overflow List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Cc: Blue Swirl , Peter Maydell , qemu-devel , Olivier Danet , Richard Henderson On 24/03/14 22:43, Andreas Färber wrote: > Am 24.03.2014 22:36, schrieb Peter Maydell: >> On 24 March 2014 21:07, Mark Cave-Ayland wrote: >>> This patch fixes the original bug report, and doesn't appear to have any >>> ill-effects on my SPARC32/SPARC64 image collection boot tests so: >>> >>> Tested-by: Mark Cave-Ayland >>> >>> Peter - given that this prevents a guest from crashing the QEMU host, is it >>> a candidate for 2.0? >> >> Yes, I think so -- it's small and self-contained, it fixes a crash bug, >> and it's been reviewed. If you want to put it in a pull request I'll >> apply it. > > Mark, please fix up the subject then. :) Hi Andreas, Do you mean s/sparc/target-sparc/ ? My main observation was that I could also prefix the part after the colon with the word "fix". ATB, Mark.