Re: [Qemu-devel] [PATCH 1/4] util/envlist: Properly forward a callback's error in envlist_parse.

2013-06-27 Thread Peter Maydell
On 29 May 2013 14:50, Thomas Schwinge wrote: > Signed-off-by: Thomas Schwinge Reviewed-by: Peter Maydell > --- > util/envlist.c |5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git util/envlist.c util/envlist.c > index ebc06cf..cbbf7e5 100644 > --- util/envlist.c > +

[Qemu-devel] [PATCH 1/4] util/envlist: Properly forward a callback's error in envlist_parse.

2013-05-29 Thread Thomas Schwinge
Signed-off-by: Thomas Schwinge --- util/envlist.c |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git util/envlist.c util/envlist.c index ebc06cf..cbbf7e5 100644 --- util/envlist.c +++ util/envlist.c @@ -109,9 +109,10 @@ envlist_parse(envlist_t *envlist, const char *env,

[Qemu-devel] [PATCH 1/4] util/envlist: Properly forward a callback's error in envlist_parse.

2013-04-25 Thread Thomas Schwinge
Signed-off-by: Thomas Schwinge --- util/envlist.c |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git util/envlist.c util/envlist.c index ebc06cf..cbbf7e5 100644 --- util/envlist.c +++ util/envlist.c @@ -109,9 +109,10 @@ envlist_parse(envlist_t *envlist, const char *env,