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