summaryrefslogtreecommitdiffstats
path: root/scripts/qapi/gen.py
Commit message (Expand)AuthorAgeFilesLines
* qapi: Replace List[str] with Sequence[str] for ifcondJohn Snow2021-02-181-6/+6
* qapi: type 'info' as Optional[QAPISourceInfo]John Snow2021-02-081-1/+1
* qapi/gen: Drop support for QAPIGen without a file nameMarkus Armbruster2021-02-081-2/+2
* qapi/gen: Support switching to another module temporarilyMarkus Armbruster2021-02-081-0/+7
* qapi/gen: write _genc/_genh access shimsJohn Snow2021-02-081-5/+13
* qapi/gen: Combine ._add_[user|system]_moduleMarkus Armbruster2021-02-081-12/+5Star
* qapi: use './builtin' as the built-in module nameJohn Snow2021-02-081-9/+9
* qapi: use explicitly internal module namesJohn Snow2021-02-081-1/+2
* qapi/gen: Replace ._begin_system_module()Markus Armbruster2021-02-081-4/+5
* qapi: centralize is_[user|system|builtin]_module methodsJohn Snow2021-02-081-14/+11Star
* qapi/gen: inline _wrap_ifcond into end_if()John Snow2021-02-081-5/+2Star
* 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