aboutsummaryrefslogtreecommitdiff
path: root/scripts/qapi/parser.py
AgeCommit message (Expand)AuthorFilesLines
2020-03-05qapi: Brush off some (py)lintMarkus Armbruster1-4/+2
2020-03-05qapi: Use super() now we have Python 3Markus Armbruster1-1/+1
2020-03-05qapi: Drop conditionals for Python 2Markus Armbruster1-5/+1
2020-03-05qapi: Inheriting from object is pointless with Python 3, dropMarkus Armbruster1-3/+3
2019-10-29qapi: Check feature documentation against the schemaMarkus Armbruster1-9/+22
2019-10-29qapi: Polish reporting of bogus member documentationMarkus Armbruster1-2/+4
2019-10-22qapi: Split up scripts/qapi/common.pyMarkus Armbruster1-0/+570