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