summaryrefslogtreecommitdiffstats
path: root/scripts/qapi/gen.py
Commit message (Expand)AuthorAgeFilesLines
* qapi/gen.py: delint with pylintJohn Snow2020-10-101-0/+2
* qapi/gen.py: update write() to be more idiomaticJohn Snow2020-10-101-14/+11Star
* qapi/gen.py: Remove unused parameterJohn Snow2020-10-101-2/+2
* qapi/gen.py: add type hint annotationsJohn Snow2020-10-101-47/+57
* qapi/gen: Make _is_user_module() return boolJohn Snow2020-10-101-1/+1
* qapi/common.py: move build_params into gen.pyJohn Snow2020-10-101-2/+27
* qapi: Remove wildcard includesJohn Snow2020-10-101-3/+9
* qapi: Prefer explicit relative importsJohn Snow2020-10-101-2/+2
* qapi: modify docstrings to be sphinx-compatibleJohn Snow2020-10-101-2/+4
* scripts/qapi: Remove texinfo generation supportPeter Maydell2020-09-291-7/+0Star
* qemu-storage-daemon: Add --monitor optionKevin Wolf2020-03-061-0/+5
* qapi: Brush off some (py)lintMarkus Armbruster2020-03-051-3/+6
* qapi: Use super() now we have Python 3Markus Armbruster2020-03-051-5/+5
* qapi: Drop conditionals for Python 2Markus Armbruster2020-03-051-5/+1Star
* qapi: Inheriting from object is pointless with Python 3, dropMarkus Armbruster2020-03-051-1/+1
* qapi: Simplify QAPISchemaModularCVisitorMarkus Armbruster2020-01-141-14/+14
* qapi: Split up scripts/qapi/common.pyMarkus Armbruster2019-10-221-0/+291