Re: [Qemu-devel] [PATCH v2 13/14] qlit: add qobject_form_qlit()

2017-08-30 Thread Marc-André Lureau
Hi - Original Message - > Eric already pointed out the typo in the title. > > Marc-André Lureau writes: > > > Signed-off-by: Marc-André Lureau > > --- > > include/qapi/qmp/qlit.h | 2 ++ > > qobject/qlit.c | 37 + > > tests/check-qlit.c

Re: [Qemu-devel] [PATCH v2 13/14] qlit: add qobject_form_qlit()

2017-08-30 Thread Markus Armbruster
Eric already pointed out the typo in the title. Marc-André Lureau writes: > Signed-off-by: Marc-André Lureau > --- > include/qapi/qmp/qlit.h | 2 ++ > qobject/qlit.c | 37 + > tests/check-qlit.c | 26 ++ > 3 files chang

Re: [Qemu-devel] [PATCH v2 13/14] qlit: add qobject_form_qlit()

2017-08-25 Thread Eric Blake
On 08/25/2017 05:59 AM, Marc-André Lureau wrote: s/form/from/ in the subject > Signed-off-by: Marc-André Lureau > --- > include/qapi/qmp/qlit.h | 2 ++ > qobject/qlit.c | 37 + > tests/check-qlit.c | 26 ++ > 3 files cha

[Qemu-devel] [PATCH v2 13/14] qlit: add qobject_form_qlit()

2017-08-25 Thread Marc-André Lureau
Signed-off-by: Marc-André Lureau --- include/qapi/qmp/qlit.h | 2 ++ qobject/qlit.c | 37 + tests/check-qlit.c | 26 ++ 3 files changed, 65 insertions(+) diff --git a/include/qapi/qmp/qlit.h b/include/qapi/qmp/qlit.h inde