Re: [Qemu-devel] [PATCH v2 04/54] qlit: add qobject_form_qlit()

2017-08-22 Thread Markus Armbruster
Typo in the subject: s/form/from/ 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 changed, 65 inserti

[Qemu-devel] [PATCH v2 04/54] qlit: add qobject_form_qlit()

2017-08-22 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