summaryrefslogtreecommitdiff
path: root/scripts/qapi/commands.py
AgeCommit message (Expand)Author
2020-03-05qapi: Brush off some (py)lintMarkus Armbruster
2020-03-05qapi: Use super() now we have Python 3Markus Armbruster
2020-01-14qapi: Simplify QAPISchemaModularCVisitorMarkus Armbruster
2020-01-14qapi: Generate command registration stuff into separate filesMarkus Armbruster
2019-10-22qapi: Add feature flags to commandsPeter Krempa
2019-10-22qapi: Split up scripts/qapi/common.pyMarkus Armbruster
2019-09-24qapi: Permit 'boxed' with empty typeMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-03-05qapi: Pass file name to QAPIGen constructor instead of methodsMarkus Armbruster
2019-02-18qapi: Clean up modular built-in code generation a bitMarkus Armbruster
2018-07-03qapi/commands: add #if conditions to commandsMarc-André Lureau
2018-07-03qapi: add 'ifcond' to visitor methodsMarc-André Lureau
2018-05-30qapi: introduce new cmd option "allow-preconfig"Igor Mammedov
2018-03-19qapi: introduce new cmd option "allow-oob"Peter Xu
2018-03-02qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-03-02qapi: Generate separate .h, .c for each moduleMarkus Armbruster
2018-03-02qapi: Make code-generating visitors use QAPIGen moreMarkus Armbruster
2018-03-02qapi: Rename generated qmp-marshal.c to qmp-commands.cMarkus Armbruster
2018-03-02qapi-gen: New common driver for code and doc generatorsMarkus Armbruster