From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37856) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aP9Au-0002h3-C7 for qemu-devel@nongnu.org; Fri, 29 Jan 2016 08:33:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aP9At-0005Iu-IJ for qemu-devel@nongnu.org; Fri, 29 Jan 2016 08:33:20 -0500 From: =?utf-8?Q?Llu=C3=ADs_Vilanova?= References: <145401801194.13643.11789300006832270147.stgit@localhost> <145401802305.13643.16884320385969020316.stgit@localhost> <20160129053037.GN23043@voom.redhat.com> Date: Fri, 29 Jan 2016 14:33:08 +0100 In-Reply-To: <20160129053037.GN23043@voom.redhat.com> (David Gibson's message of "Fri, 29 Jan 2016 16:30:37 +1100") Message-ID: <877fisse7f.fsf@fimbulvetr.bsc.es> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v5 2/5] util: Use new error_report_fatal/abort instead of error_setg(&error_fatal/abort) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: Kevin Wolf , Thomas Huth , "open list:Floppy" , Stefan Hajnoczi , Alexander Graf , qemu-devel@nongnu.org, "open list:sPAPR" , "Dr . David Alan Gilbert" , John Snow , Markus Armbruster David Gibson writes: > On Thu, Jan 28, 2016 at 10:53:43PM +0100, Llu=C3=ADs Vilanova wrote: >> Replaces all direct uses of 'error_setg(&error_fatal/abort)' with >> 'error_report_fatal/abort'. Also reimplements the former on top of the >> latter. >>=20 >> Signed-off-by: Llu=C3=ADs Vilanova > I think the spapr parts of this will be obsoleted by the cleanups to > error handling included in the pull request I sent today. Ok, then I'll rebase once merged. Is there an ETA for the merge? Thanks, Lluis