Re: [Qemu-devel] [PATCH 0/3] qemu-img: error path fixes

2014-08-27 Thread Stefan Hajnoczi
On Tue, Aug 26, 2014 at 07:17:53PM +0100, Stefan Hajnoczi wrote: > I noticed a few minor issues when looking at cache flag parsing. This series > cleans them up. > > Stefan Hajnoczi (3): > qemu-img: fix img_commit() error return value > qemu-img: fix img_compare() flags error path > qemu-im

Re: [Qemu-devel] [PATCH 0/3] qemu-img: error path fixes

2014-08-26 Thread John Snow
On 08/26/2014 02:17 PM, Stefan Hajnoczi wrote: I noticed a few minor issues when looking at cache flag parsing. This series cleans them up. Stefan Hajnoczi (3): qemu-img: fix img_commit() error return value qemu-img: fix img_compare() flags error path qemu-img: always goto out in img

[Qemu-devel] [PATCH 0/3] qemu-img: error path fixes

2014-08-26 Thread Stefan Hajnoczi
I noticed a few minor issues when looking at cache flag parsing. This series cleans them up. Stefan Hajnoczi (3): qemu-img: fix img_commit() error return value qemu-img: fix img_compare() flags error path qemu-img: always goto out in img_snapshot() error paths qemu-img.c | 23 ++--