aboutsummaryrefslogtreecommitdiff
path: root/scripts/qapi/commands.py
AgeCommit message (Expand)AuthorFilesLines
2021-08-26qapi: wrap Sequence[str] in an objectMarc-André Lureau1-2/+2
2021-03-19qapi: Implement deprecated-input=reject for QMP command argumentsMarkus Armbruster1-2/+1
2021-03-19qapi: Implement deprecated-input=reject for QMP commandsMarkus Armbruster1-3/+7
2021-03-19qapi: Implement deprecated-output=hide for QMP command resultsMarkus Armbruster1-2/+2
2021-02-18qapi: Replace List[str] with Sequence[str] for ifcondJohn Snow1-1/+2
2021-02-08qapi: type 'info' as Optional[QAPISourceInfo]John Snow1-1/+1
2021-02-08qapi/commands: Simplify command registry generationMarkus Armbruster1-27/+22
2021-02-08qapi/gen: Combine ._add_[user|system]_moduleMarkus Armbruster1-1/+1
2021-02-08qapi: use explicitly internal module namesJohn Snow1-1/+1
2021-02-08qapi/commands: assert arg_type is not NoneJohn Snow1-3/+6
2020-10-10qapi/commands.py: add type hint annotationsJohn Snow1-18/+56
2020-10-10qapi/commands.py: Don't re-bind to variable of different typeJohn Snow1-3/+1
2020-10-10qapi/common.py: move build_params into gen.pyJohn Snow1-2/+7
2020-10-10qapi: delint using flake8John Snow1-1/+2
2020-10-10qapi: Remove wildcard includesJohn Snow1-1/+1
2020-10-10qapi: Prefer explicit relative importsJohn Snow1-2/+2
2020-10-09qapi: Add a 'coroutine' flag for commandsKevin Wolf1-3/+7
2020-07-10qapi: Smooth visitor error checking in generated codeMarkus Armbruster1-13/+9
2020-04-30qapi: Generate simpler marshalling code when no argumentsMarkus Armbruster1-16/+24
2020-04-30qapi: Disallow qmp_marshal_FOO(NULL, ...)Markus Armbruster1-24/+2
2020-03-17qapi: Consistently put @features parameter right after @ifcondMarkus Armbruster1-3/+3
2020-03-05qapi: Brush off some (py)lintMarkus Armbruster1-1/+1
2020-03-05qapi: Use super() now we have Python 3Markus Armbruster1-2/+2
2020-01-14qapi: Simplify QAPISchemaModularCVisitorMarkus Armbruster1-1/+1
2020-01-14qapi: Generate command registration stuff into separate filesMarkus Armbruster1-4/+11
2019-10-22qapi: Add feature flags to commandsPeter Krempa1-1/+2
2019-10-22qapi: Split up scripts/qapi/common.pyMarkus Armbruster1-0/+1
2019-09-24qapi: Permit 'boxed' with empty typeMarkus Armbruster1-2/+2
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-2/+0
2019-03-05qapi: Pass file name to QAPIGen constructor instead of methodsMarkus Armbruster1-1/+1
2019-02-18qapi: Clean up modular built-in code generation a bitMarkus Armbruster1-1/+1
2018-07-03qapi/commands: add #if conditions to commandsMarc-André Lureau1-8/+16
2018-07-03qapi: add 'ifcond' to visitor methodsMarc-André Lureau1-1/+1
2018-05-30qapi: introduce new cmd option "allow-preconfig"Igor Mammedov1-4/+7
2018-03-19qapi: introduce new cmd option "allow-oob"Peter Xu1-5/+13
2018-03-02qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster1-7/+0
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-6/+8
2018-03-02qapi: Generate separate .h, .c for each moduleMarkus Armbruster1-11/+24
2018-03-02qapi: Make code-generating visitors use QAPIGen moreMarkus Armbruster1-43/+28
2018-03-02qapi: Rename generated qmp-marshal.c to qmp-commands.cMarkus Armbruster1-1/+1
2018-03-02qapi-gen: New common driver for code and doc generatorsMarkus Armbruster1-0/+293