]> Git Repo - qemu.git/commit - scripts/qapi/common.py
qapi: Prepare for system modules other than 'builtin'
authorMarkus Armbruster <[email protected]>
Thu, 14 Feb 2019 15:22:37 +0000 (16:22 +0100)
committerMarkus Armbruster <[email protected]>
Mon, 18 Feb 2019 13:44:04 +0000 (14:44 +0100)
commitc2e196a9b41235a308fb6d1c516aa91ba0a807c8
tree53908c99db599f1e5c4bcb8c6b74aa1174ca0062
parentdcac64711ea906e844ae60a5927e5580f7252c1e
qapi: Prepare for system modules other than 'builtin'

The next commit wants to generate qapi-emit-events.{c.h}.  To enable
that, extend QAPISchemaModularCVisitor to support additional "system
modules", i.e. modules that don't correspond to a (user-defined) QAPI
schema module.

Signed-off-by: Markus Armbruster <[email protected]>
Reviewed-by: Marc-AndrĂ© Lureau <[email protected]>
Message-Id: <20190214152251[email protected]>
scripts/qapi/common.py
scripts/qapi/types.py
scripts/qapi/visit.py
This page took 0.020184 seconds and 4 git commands to generate.