Re: [Qemu-devel] [PATCH] qemu-img: Exit with code 0 if there is no error

2014-04-22 Thread Fam Zheng
On Tue, 04/22 14:02, Kevin Wolf wrote: > Am 18.04.2014 um 08:23 hat Fam Zheng geschrieben: > > Signed-off-by: Fam Zheng > > --- > > qemu-img.c | 68 > > +++--- > > 1 file changed, 34 insertions(+), 34 deletions(-) > > Is this patch obsolet

Re: [Qemu-devel] [PATCH] qemu-img: Exit with code 0 if there is no error

2014-04-22 Thread Kevin Wolf
Am 18.04.2014 um 08:23 hat Fam Zheng geschrieben: > Signed-off-by: Fam Zheng > --- > qemu-img.c | 68 > +++--- > 1 file changed, 34 insertions(+), 34 deletions(-) Is this patch obsoleted by "qemu-img: Improve error message"? Kevin

Re: [Qemu-devel] [PATCH] qemu-img: Exit with code 0 if there is no error

2014-04-22 Thread Markus Armbruster
Michael Tokarev writes: > 18.04.2014 18:29, Eric Blake wrote: >> On 04/18/2014 12:23 AM, Fam Zheng wrote: >>> Signed-off-by: Fam Zheng >>> --- >>> qemu-img.c | 68 >>> +++--- >>> 1 file changed, 34 insertions(+), 34 deletions(-) >>> >> >>

Re: [Qemu-devel] [PATCH] qemu-img: Exit with code 0 if there is no error

2014-04-18 Thread Michael Tokarev
18.04.2014 18:29, Eric Blake wrote: > On 04/18/2014 12:23 AM, Fam Zheng wrote: >> Signed-off-by: Fam Zheng >> --- >> qemu-img.c | 68 >> +++--- >> 1 file changed, 34 insertions(+), 34 deletions(-) >> > >> /* Please keep in synch with qemu

Re: [Qemu-devel] [PATCH] qemu-img: Exit with code 0 if there is no error

2014-04-18 Thread Eric Blake
On 04/18/2014 12:23 AM, Fam Zheng wrote: > Signed-off-by: Fam Zheng > --- > qemu-img.c | 68 > +++--- > 1 file changed, 34 insertions(+), 34 deletions(-) > > /* Please keep in synch with qemu-img.texi */ > -static void help(void) > +stat

[Qemu-devel] [PATCH] qemu-img: Exit with code 0 if there is no error

2014-04-17 Thread Fam Zheng
Signed-off-by: Fam Zheng --- qemu-img.c | 68 +++--- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/qemu-img.c b/qemu-img.c index 8455994..756ccb1 100644 --- a/qemu-img.c +++ b/qemu-img.c @@ -58,7 +58,7 @@ static void format