summary refs log tree commit diff stats
path: root/scripts/qapi (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* qapi/common.py: Remove python compatibility workaroundJohn Snow2020-10-101-4/+1
* qapi: add pylintrcJohn Snow2020-10-101-0/+73
* qapi: delint using flake8John Snow2020-10-104-9/+20
* qapi: enforce import order/styling with isortJohn Snow2020-10-105-5/+16
* qapi: Remove wildcard includesJohn Snow2020-10-106-8/+38
* qapi: Prefer explicit relative importsJohn Snow2020-10-1010-33/+33
* qapi: move generator entrypoint into packageJohn Snow2020-10-101-0/+95
* qapi: modify docstrings to be sphinx-compatibleJohn Snow2020-10-101-2/+4
* qapi: Add a 'coroutine' flag for commandsKevin Wolf2020-10-094-10/+26
* scripts/qapi: Remove texinfo generation supportPeter Maydell2020-09-292-309/+0
* scripts/qapi/parser.py: improve doc comment indent handlingPeter Maydell2020-09-291-19/+74
* scripts/qapi: Move doc-comment whitespace stripping to doc.pyPeter Maydell2020-09-292-8/+5
* qapi: Make section headings start a new doc comment blockMarkus Armbruster2020-09-071-8/+13
* qapi: Reject section markup in definition documentationMarkus Armbruster2020-09-071-0/+5
* qapi: enable use of g_autoptr with QAPI typesDaniel P. Berrangé2020-09-031-0/+1
* qapi: Fix visit_type_STRUCT() not to fail for null objectMarkus Armbruster2020-07-211-0/+1
* qapi: Smooth visitor error checking in generated codeMarkus Armbruster2020-07-102-47/+32
* qapi: Make visitor functions taking Error ** return bool, not voidMarkus Armbruster2020-07-101-34/+24
* qapi: Generate simpler marshalling code when no argumentsMarkus Armbruster2020-04-301-16/+24
* qapi: Disallow qmp_marshal_FOO(NULL, ...)Markus Armbruster2020-04-301-24/+2
* qapi: Assert non-input visitors see only valid alternate tagsMarkus Armbruster2020-04-301-0/+1
* qapi: Clean up visitor's recovery from input with invalid typeMarkus Armbruster2020-04-301-0/+3
* qapi: Assert incomplete object occurs only in dealloc visitorMarkus Armbruster2020-04-301-0/+4
* qapi: New special feature flag "deprecated"Markus Armbruster2020-03-171-0/+6
* qapi: Add feature flags to struct membersMarkus Armbruster2020-03-173-7/+23
* qapi/schema: Call QAPIDoc.connect_member() in just one placeMarkus Armbruster2020-03-171-11/+12
* qapi/schema: Rename QAPISchemaObjectType{Variant,Variants}Markus Armbruster2020-03-171-11/+11
* qapi/schema: Reorder classes so related ones are togetherMarkus Armbruster2020-03-171-134/+134
* qapi/schema: Change _make_features() to a take feature listMarkus Armbruster2020-03-171-8/+9
* qapi/introspect: Factor out _make_tree()Markus Armbruster2020-03-171-20/+24
* qapi/introspect: Rename *qlit* to reduce confusionMarkus Armbruster2020-03-171-17/+18
* qapi: Consistently put @features parameter right after @ifcondMarkus Armbruster2020-03-176-36/+34
* qapi: Add feature flags to remaining definitionsMarkus Armbruster2020-03-177-74/+80
* qapi/schema: Clean up around QAPISchemaEntity.connect_doc()Markus Armbruster2020-03-171-4/+9
* qemu-storage-daemon: Add --monitor optionKevin Wolf2020-03-061-0/+5
* qapi: Brush off some (py)lintMarkus Armbruster2020-03-056-18/+15
* qapi: Use super() now we have Python 3Markus Armbruster2020-03-059-44/+43
* qapi: Drop conditionals for Python 2Markus Armbruster2020-03-053-15/+3
* qapi: Inheriting from object is pointless with Python 3, dropMarkus Armbruster2020-03-054-12/+12
* drop "from __future__ import print_function"Paolo Bonzini2020-02-071-1/+0
* qapi: Fix code generation with Python 3.5Markus Armbruster2020-01-201-1/+1
* qapi: Simplify QAPISchemaModularCVisitorMarkus Armbruster2020-01-145-22/+23
* qapi: Fix code generation for empty modulesMarkus Armbruster2020-01-141-11/+13
* qapi: Proper intermediate representation for modulesMarkus Armbruster2020-01-141-20/+43
* qapi: Generate command registration stuff into separate filesMarkus Armbruster2020-01-141-4/+11
* qapi: Tweak "command returns a nice type" check for clarityMarkus Armbruster2020-01-141-4/+5
* qapi: Check feature documentation against the schemaMarkus Armbruster2019-10-292-9/+24
* qapi: Polish reporting of bogus member documentationMarkus Armbruster2019-10-291-2/+4
* qapi: Lift features into QAPISchemaEntityMarkus Armbruster2019-10-291-21/+11
* qapi: Fold normalize_enum() into check_enum()Markus Armbruster2019-10-291-7/+2