aboutsummaryrefslogtreecommitdiff
path: root/scripts/qapi/gen.py
AgeCommit message (Expand)AuthorFilesLines
2024-05-06qapi: Rename QAPISchemaObjectType.variants to .branchesMarkus Armbruster1-1/+1
2023-10-19qapi: re-establish linting baselineJohn Snow1-1/+1
2023-09-08scripts/: spelling fixesMichael Tokarev1-1/+1
2023-06-01scripts/qapi: document the tool that generated the fileAlex Bennée1-2/+7
2023-04-24qapi: Require boxed for conditional command and event argumentsMarkus Armbruster1-0/+1
2022-12-13qapi: Start to elide redundant has_FOO in generated CMarkus Armbruster1-1/+1
2022-01-27qapi/gen: Add FOO.trace-events output moduleVladimir Sementsov-Ogievskiy1-4/+27
2021-10-29qapi: Tools for sets of special feature flags in generated codeMarkus Armbruster1-0/+8
2021-10-02qapi/gen: use dict.items() to iterate over _modulesJohn Snow1-2/+1
2021-09-03qapi: Simplify QAPISchemaIfCond's interface for generating CMarkus Armbruster1-4/+2
2021-08-26qapi: introduce QAPISchemaIfCond.cgen()Marc-André Lureau1-2/+2
2021-08-26qapi: wrap Sequence[str] in an objectMarc-André Lureau1-7/+7
2021-02-18qapi: Replace List[str] with Sequence[str] for ifcondJohn Snow1-6/+6
2021-02-08qapi: type 'info' as Optional[QAPISourceInfo]John Snow1-1/+1
2021-02-08qapi/gen: Drop support for QAPIGen without a file nameMarkus Armbruster1-2/+2
2021-02-08qapi/gen: Support switching to another module temporarilyMarkus Armbruster1-0/+7
2021-02-08qapi/gen: write _genc/_genh access shimsJohn Snow1-5/+13
2021-02-08qapi/gen: Combine ._add_[user|system]_moduleMarkus Armbruster1-12/+5
2021-02-08qapi: use './builtin' as the built-in module nameJohn Snow1-9/+9
2021-02-08qapi: use explicitly internal module namesJohn Snow1-1/+2
2021-02-08qapi/gen: Replace ._begin_system_module()Markus Armbruster1-4/+5
2021-02-08qapi: centralize is_[user|system|builtin]_module methodsJohn Snow1-14/+11
2021-02-08qapi/gen: inline _wrap_ifcond into end_if()John Snow1-5/+2
2020-10-10qapi/gen.py: delint with pylintJohn Snow1-0/+2
2020-10-10qapi/gen.py: update write() to be more idiomaticJohn Snow1-14/+11
2020-10-10qapi/gen.py: Remove unused parameterJohn Snow1-2/+2
2020-10-10qapi/gen.py: add type hint annotationsJohn Snow1-47/+57
2020-10-10qapi/gen: Make _is_user_module() return boolJohn Snow1-1/+1
2020-10-10qapi/common.py: move build_params into gen.pyJohn Snow1-2/+27
2020-10-10qapi: Remove wildcard includesJohn Snow1-3/+9
2020-10-10qapi: Prefer explicit relative importsJohn Snow1-2/+2
2020-10-10qapi: modify docstrings to be sphinx-compatibleJohn Snow1-2/+4
2020-09-29scripts/qapi: Remove texinfo generation supportPeter Maydell1-7/+0
2020-03-06qemu-storage-daemon: Add --monitor optionKevin Wolf1-0/+5
2020-03-05qapi: Brush off some (py)lintMarkus Armbruster1-3/+6
2020-03-05qapi: Use super() now we have Python 3Markus Armbruster1-5/+5
2020-03-05qapi: Drop conditionals for Python 2Markus Armbruster1-5/+1
2020-03-05qapi: Inheriting from object is pointless with Python 3, dropMarkus Armbruster1-1/+1
2020-01-14qapi: Simplify QAPISchemaModularCVisitorMarkus Armbruster1-14/+14
2019-10-22qapi: Split up scripts/qapi/common.pyMarkus Armbruster1-0/+291