The following changes since commit cb88904a54903ef6ba21a68a61d9cd51e2166304:
Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-dec-16-2019' into staging (2019-12-16 14:07:56 +0000) are available in the Git repository at: git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2019-12-17 for you to fetch changes up to 328add3012e0b642134afedcd53660c30c758866: qapi: Simplify QAPISchemaModularCVisitor (2019-12-17 08:09:28 +0100) ---------------------------------------------------------------- QAPI patches for 2019-12-17 ---------------------------------------------------------------- Markus Armbruster (6): qapi: Tweak "command returns a nice type" check for clarity tests/Makefile.include: Fix missing test-qapi-emit-events.[ch] qapi: Generate command registration stuff into separate files qapi: Proper intermediate representation for modules qapi: Fix code generation for empty modules qapi: Simplify QAPISchemaModularCVisitor docs/devel/qapi-code-gen.txt | 19 +++++-- Makefile | 4 +- monitor/misc.c | 7 ++- qga/main.c | 2 +- tests/test-qmp-cmds.c | 1 + .gitignore | 1 + qapi/Makefile.objs | 1 + qga/Makefile.objs | 1 + scripts/qapi/commands.py | 17 ++++-- scripts/qapi/events.py | 2 +- scripts/qapi/gen.py | 28 +++++----- scripts/qapi/schema.py | 92 ++++++++++++++++++++------------ scripts/qapi/types.py | 5 +- scripts/qapi/visit.py | 8 +-- tests/.gitignore | 1 + tests/Makefile.include | 9 +++- tests/qapi-schema/empty.out | 1 + tests/qapi-schema/include-repetition.out | 6 +-- tests/qapi-schema/qapi-schema-test.out | 24 ++++----- 19 files changed, 144 insertions(+), 85 deletions(-) -- 2.21.0