summaryrefslogtreecommitdiffstats
path: root/scripts/qapi/gen.py
Commit message (Expand)AuthorAgeFilesLines
* 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