Hi, This is a small series of a few preliminary patches taken off the "[PATCH v4 00/51]" qapi-conditional series that were already reviewed by Markus. They are improvements worthwhile for 2.12 inclusion.
Marc-André Lureau (4): qapi2texi: minor python code simplification qlit: use QType instead of int qlit: add qobject_from_qlit() qapi: generate a literal qobject for introspection scripts/qapi/doc.py | 7 ++- scripts/qapi/introspect.py | 76 +++++++++++++++++------------- include/qapi/qmp/qlit.h | 4 +- monitor.c | 2 +- qobject/qlit.c | 37 +++++++++++++++ tests/check-qlit.c | 28 +++++++++++ tests/test-qobject-input-visitor.c | 11 +++-- docs/devel/qapi-code-gen.txt | 29 ++++++++---- 8 files changed, 141 insertions(+), 53 deletions(-) -- 2.16.2.346.g9779355e34
