From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41416) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqkIe-000433-GY for qemu-devel@nongnu.org; Wed, 11 Dec 2013 08:58:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VqkIY-0005MQ-Jv for qemu-devel@nongnu.org; Wed, 11 Dec 2013 08:58:04 -0500 Received: from mx1.redhat.com ([209.132.183.28]:2752) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqkIY-0005KB-D2 for qemu-devel@nongnu.org; Wed, 11 Dec 2013 08:57:58 -0500 From: Markus Armbruster References: Date: Wed, 11 Dec 2013 14:57:53 +0100 In-Reply-To: (Peter Crosthwaite's message of "Tue, 10 Dec 2013 20:09:25 -0800") Message-ID: <87ppp3bice.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: imammedo@redhat.com, pbonzini@redhat.com, qemu-devel@nongnu.org, afaerber@suse.de 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