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

2014-01-06 Thread Luiz Capitulino
On Mon, 06 Jan 2014 20:18:45 +0100 Andreas Färber wrote: > Am 06.01.2014 20:13, schrieb Luiz Capitulino: > > On Wed, 1 Jan 2014 18:46:24 -0800 > > Peter Crosthwaite wrote: > > > >> Following our discussion RE self asserting API calls, here is a spin of > >> my proposal. This series obsoletes t

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

2014-01-06 Thread Andreas Färber
Am 06.01.2014 20:13, schrieb Luiz Capitulino: > On Wed, 1 Jan 2014 18:46:24 -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 gr

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

2014-01-06 Thread Luiz Capitulino
On Wed, 1 Jan 2014 18:46:24 -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

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

2014-01-01 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