qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/4] qapi: generate a literal qobject for introspect


From: Marc-André Lureau
Subject: [Qemu-devel] [PATCH 0/4] qapi: generate a literal qobject for introspection
Date: Mon, 5 Mar 2018 18:29:47 +0100

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]