From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33978) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vr0c7-00034r-C8 for qemu-devel@nongnu.org; Thu, 12 Dec 2013 02:23:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vr0c2-0002Ec-C5 for qemu-devel@nongnu.org; Thu, 12 Dec 2013 02:23:15 -0500 Received: from mx1.redhat.com ([209.132.183.28]:48230) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vr0c2-0002EY-3U for qemu-devel@nongnu.org; Thu, 12 Dec 2013 02:23:10 -0500 From: Markus Armbruster References: <87ppp3bice.fsf@blackfin.pond.sub.org> Date: Thu, 12 Dec 2013 08:23:06 +0100 In-Reply-To: (Peter Crosthwaite's message of "Thu, 12 Dec 2013 08:43:58 +1000") Message-ID: <87lhzqo7mt.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v3 0/6] Add error_abort and associated cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Crosthwaite Cc: Luiz Capitulino , Igor Mammedov , Paolo Bonzini , "qemu-devel@nongnu.org Developers" , Andreas =?utf-8?Q?F=C3=A4rber?= Peter Crosthwaite writes: > On Wed, Dec 11, 2013 at 11:57 PM, Markus Armbruster wrote: >> Peter Crosthwaite writes: >> >>> Following our discussion RE self asserting API calls, here is a spin of >>> my proposal. This series obsoletes the need for _nofail variants for >>> Error ** accepting APIs. Is also greatly reduces the verbosity of calls >>> sites that are currently asserting against errors. >>> >>> Patch 1 is the main event - addition of error_abort. The following >>> patches then cleanup uses of _nofail and assert_no_error(). >>> >>> To give it a smoke test, I introduce a (critical) bug into QOM: >> [...] >> >> Reviewed-by: Markus Armbruster >> > > Thanks, > > Do you have a suggested patch queue or person this should go via? Luiz (cc'ed) has taken error work in the past. Luiz, what about this series?