aboutsummaryrefslogtreecommitdiff
path: root/scripts/qapi/gen.py
AgeCommit message (Expand)Author
2022-01-27qapi/gen: Add FOO.trace-events output moduleVladimir Sementsov-Ogievskiy
2021-10-29qapi: Tools for sets of special feature flags in generated codeMarkus Armbruster
2021-10-02qapi/gen: use dict.items() to iterate over _modulesJohn Snow
2021-09-03qapi: Simplify QAPISchemaIfCond's interface for generating CMarkus Armbruster
2021-08-26qapi: introduce QAPISchemaIfCond.cgen()Marc-André Lureau
2021-08-26qapi: wrap Sequence[str] in an objectMarc-André Lureau
2021-02-18qapi: Replace List[str] with Sequence[str] for ifcondJohn Snow
2021-02-08qapi: type 'info' as Optional[QAPISourceInfo]John Snow
2021-02-08qapi/gen: Drop support for QAPIGen without a file nameMarkus Armbruster
2021-02-08qapi/gen: Support switching to another module temporarilyMarkus Armbruster
2021-02-08qapi/gen: write _genc/_genh access shimsJohn Snow
2021-02-08qapi/gen: Combine ._add_[user|system]_moduleMarkus Armbruster
2021-02-08qapi: use './builtin' as the built-in module nameJohn Snow
2021-02-08qapi: use explicitly internal module namesJohn Snow
2021-02-08qapi/gen: Replace ._begin_system_module()Markus Armbruster
2021-02-08qapi: centralize is_[user|system|builtin]_module methodsJohn Snow
2021-02-08qapi/gen: inline _wrap_ifcond into end_if()John Snow
2020-10-10qapi/gen.py: delint with pylintJohn Snow
2020-10-10qapi/gen.py: update write() to be more idiomaticJohn Snow
2020-10-10qapi/gen.py: Remove unused parameterJohn Snow
2020-10-10qapi/gen.py: add type hint annotationsJohn Snow
2020-10-10qapi/gen: Make _is_user_module() return boolJohn Snow
2020-10-10qapi/common.py: move build_params into gen.pyJohn Snow
2020-10-10qapi: Remove wildcard includesJohn Snow
2020-10-10qapi: Prefer explicit relative importsJohn Snow
2020-10-10qapi: modify docstrings to be sphinx-compatibleJohn Snow
2020-09-29scripts/qapi: Remove texinfo generation supportPeter Maydell
2020-03-06qemu-storage-daemon: Add --monitor optionKevin Wolf
2020-03-05qapi: Brush off some (py)lintMarkus Armbruster
2020-03-05qapi: Use super() now we have Python 3Markus Armbruster
2020-03-05qapi: Drop conditionals for Python 2Markus Armbruster
2020-03-05qapi: Inheriting from object is pointless with Python 3, dropMarkus Armbruster
2020-01-14qapi: Simplify QAPISchemaModularCVisitorMarkus Armbruster
2019-10-22qapi: Split up scripts/qapi/common.pyMarkus Armbruster