All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] qapi: generate a literal qobject for introspection
@ 2018-03-05 17:29 Marc-André Lureau
  2018-03-05 17:29 ` [Qemu-devel] [PATCH 1/4] qapi2texi: minor python code simplification Marc-André Lureau
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Marc-André Lureau @ 2018-03-05 17:29 UTC (permalink / raw)
  To: qemu-devel; +Cc: eblake, armbru, Marc-André Lureau

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-03-08 23:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-05 17:29 [Qemu-devel] [PATCH 0/4] qapi: generate a literal qobject for introspection Marc-André Lureau
2018-03-05 17:29 ` [Qemu-devel] [PATCH 1/4] qapi2texi: minor python code simplification Marc-André Lureau
2018-03-05 17:29 ` [Qemu-devel] [PATCH 2/4] qlit: use QType instead of int Marc-André Lureau
2018-03-05 17:29 ` [Qemu-devel] [PATCH 3/4] qlit: add qobject_from_qlit() Marc-André Lureau
2018-03-05 17:29 ` [Qemu-devel] [PATCH 4/4] qapi: generate a literal qobject for introspection Marc-André Lureau
2018-03-05 17:59   ` Daniel P. Berrangé
2018-03-05 17:40 ` [Qemu-devel] [PATCH 0/4] " no-reply
2018-03-08 23:18 ` Eric Blake

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.