aboutsummaryrefslogtreecommitdiff
path: root/scripts/qapi/gen.py
AgeCommit message (Expand)AuthorFilesLines
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