Re: [Qemu-devel] [PATCH v2 03/54] qobject: add literal qobject type

2017-08-22 Thread Markus Armbruster
Marc-André Lureau writes: > Hi > > - Original Message - >> Marc-André Lureau writes: >> >> > Promote LiteralQObject from tests/check-qjson.c to qobject/qlit.c, >> > allowing to statically declare complex qobjects. >> > >> >

Re: [Qemu-devel] [PATCH v2 03/54] qobject: add literal qobject type

2017-08-22 Thread Marc-André Lureau
Hi - Original Message - > Marc-André Lureau writes: > > > Promote LiteralQObject from tests/check-qjson.c to qobject/qlit.c, > > allowing to statically declare complex qobjects. > > > > Signed-off-by: Marc-André Lureau > > Your

Re: [Qemu-devel] [PATCH v2 03/54] qobject: add literal qobject type

2017-08-22 Thread Markus Armbruster
Marc-André Lureau writes: > Promote LiteralQObject from tests/check-qjson.c to qobject/qlit.c, > allowing to statically declare complex qobjects. > > Signed-off-by: Marc-André Lureau Your patch does more than that! It also * renames

[Qemu-devel] [PATCH v2 03/54] qobject: add literal qobject type

2017-08-22 Thread Marc-André Lureau
Promote LiteralQObject from tests/check-qjson.c to qobject/qlit.c, allowing to statically declare complex qobjects. Signed-off-by: Marc-André Lureau --- include/qapi/qmp/qlit.h | 54 + qobject/qlit.c | 106 ++