Re: [Qemu-devel] [PATCH v3 0/6] Add error_abort and associated cleanups

2013-12-16 Thread Luiz Capitulino
On Tue, 10 Dec 2013 20:09:25 -0800 Peter Crosthwaite wrote: > 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 c

Re: [Qemu-devel] [PATCH v3 0/6] Add error_abort and associated cleanups

2013-12-12 Thread Luiz Capitulino
On Thu, 12 Dec 2013 08:23:06 +0100 Markus Armbruster wrote: > 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. Th

Re: [Qemu-devel] [PATCH v3 0/6] Add error_abort and associated cleanups

2013-12-11 Thread Markus Armbruster
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

Re: [Qemu-devel] [PATCH v3 0/6] Add error_abort and associated cleanups

2013-12-11 Thread Peter Crosthwaite
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 verbo

Re: [Qemu-devel] [PATCH v3 0/6] Add error_abort and associated cleanups

2013-12-11 Thread Markus Armbruster
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.

[Qemu-devel] [PATCH v3 0/6] Add error_abort and associated cleanups

2013-12-10 Thread Peter Crosthwaite
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 - additi