summaryrefslogtreecommitdiffstats
path: root/scripts/qapi/parser.py
Commit message (Expand)AuthorAgeFilesLines
* qapi: Brush off some (py)lintMarkus Armbruster2020-03-051-4/+2Star
* qapi: Use super() now we have Python 3Markus Armbruster2020-03-051-1/+1
* qapi: Drop conditionals for Python 2Markus Armbruster2020-03-051-5/+1Star
* qapi: Inheriting from object is pointless with Python 3, dropMarkus Armbruster2020-03-051-3/+3
* qapi: Check feature documentation against the schemaMarkus Armbruster2019-10-291-9/+22
* qapi: Polish reporting of bogus member documentationMarkus Armbruster2019-10-291-2/+4
* qapi: Split up scripts/qapi/common.pyMarkus Armbruster2019-10-221-0/+570