Re: [Qemu-devel] [PATCH 1/9] QJSON: Introduce qobject_from_json_va()

2009-11-13 Thread Luiz Capitulino
On Thu, 12 Nov 2009 15:39:14 -0600 Anthony Liguori wrote: > Luiz Capitulino wrote: > > Accepts a va_list, will be used by QError. > > > > Signed-off-by: Luiz Capitulino > > --- > > qjson.c | 14 ++ > > qjson.h |2 ++ > > 2 files changed, 16 insertions(+), 0 deletions(-) > > >

Re: [Qemu-devel] [PATCH 1/9] QJSON: Introduce qobject_from_json_va()

2009-11-12 Thread Anthony Liguori
Luiz Capitulino wrote: Accepts a va_list, will be used by QError. Signed-off-by: Luiz Capitulino --- qjson.c | 14 ++ qjson.h |2 ++ 2 files changed, 16 insertions(+), 0 deletions(-) diff --git a/qjson.c b/qjson.c index 7270909..491b61e 100644 --- a/qjson.c +++ b/qjson.c @@

[Qemu-devel] [PATCH 1/9] QJSON: Introduce qobject_from_json_va()

2009-11-12 Thread Luiz Capitulino
Accepts a va_list, will be used by QError. Signed-off-by: Luiz Capitulino --- qjson.c | 14 ++ qjson.h |2 ++ 2 files changed, 16 insertions(+), 0 deletions(-) diff --git a/qjson.c b/qjson.c index 7270909..491b61e 100644 --- a/qjson.c +++ b/qjson.c @@ -64,6 +64,20 @@ QObject *