From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47821) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Szyfl-0004E8-Kj for qemu-devel@nongnu.org; Fri, 10 Aug 2012 19:31:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Szyfj-0007ks-Ej for qemu-devel@nongnu.org; Fri, 10 Aug 2012 19:31:17 -0400 Received: from mail-ob0-f173.google.com ([209.85.214.173]:53881) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Szyfj-0007kB-9u for qemu-devel@nongnu.org; Fri, 10 Aug 2012 19:31:15 -0400 Received: by obbta14 with SMTP id ta14so2742726obb.4 for ; Fri, 10 Aug 2012 16:31:14 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: Date: Sat, 11 Aug 2012 09:31:14 +1000 Message-ID: From: Peter Crosthwaite Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [Qemu-devel] [PATCH v5 08/15] ssd0323: abort() instead of exit(1) on error. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: i.mitsyanko@samsung.com, stefanha@gmail.com, qemu-devel@nongnu.org, paul@codesourcery.com, edgar.iglesias@gmail.com, john.williams@petalogix.com On Mon, Aug 6, 2012 at 7:41 PM, Peter Maydell wrote: > On 6 August 2012 03:16, Peter A. G. Crosthwaite > wrote: >> To be more consistent with the newer ways of error signalling. That and SIGABT >> is easier to debug with than exit(1). >> >> Signed-off-by: Peter A. G. Crosthwaite > > Reviewed-by: Peter Maydell > This is independent of the rest of the series, do we want to en-queue to arm-devs and ill remove from series? One less diff for me and one less spam for the mailing list :) Regards, Peter > -- PMM