From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55694) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aK6bX-0002dt-Uj for qemu-devel@nongnu.org; Fri, 15 Jan 2016 10:48:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aK6bU-0007k7-Mr for qemu-devel@nongnu.org; Fri, 15 Jan 2016 10:47:59 -0500 From: Markus Armbruster References: <1452859244-9500-1-git-send-email-david@gibson.dropbear.id.au> Date: Fri, 15 Jan 2016 16:47:53 +0100 In-Reply-To: <1452859244-9500-1-git-send-email-david@gibson.dropbear.id.au> (David Gibson's message of "Fri, 15 Jan 2016 23:00:34 +1100") Message-ID: <8760yuyhcm.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH 00/10] Cleanups to error reporting on ppc and spapr (v2) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: aik@ozlabs.ru, qemu-ppc@nongnu.org, mdroth@linux.vnet.ibm.com, qemu-devel@nongnu.org David Gibson writes: > Here's a new spin of my patches to clean up a bunch of error reporting > in the pseries machine type and target-ppc code, to better use the > error API. > > Once reviewed, I hope to merge this into ppc-for-2.6 shortly. There's an error_setg(&error_abort, ...) left in spapr_drc.c. Should that be converted to a straight abort()?