Re: [Qemu-devel] [PATCH v2 0/5] block: Purge error_is_set()

2014-04-25 Thread Stefan Hajnoczi
On Fri, Apr 25, 2014 at 04:50:30PM +0200, Markus Armbruster wrote: > I got a private branch getting rid of it entirely. This is the first > part, covering the block subsystem. > > v2: > * Rebased, trivial semantic conflict in 1/5 resolved > * Use local_err rather than err in 2/5 [Kevin] > > Mark

[Qemu-devel] [PATCH v2 0/5] block: Purge error_is_set()

2014-04-25 Thread Markus Armbruster
I got a private branch getting rid of it entirely. This is the first part, covering the block subsystem. v2: * Rebased, trivial semantic conflict in 1/5 resolved * Use local_err rather than err in 2/5 [Kevin] Markus Armbruster (5): Use error_is_set() only when necessary (again) qemu-img: Con