summary refs log tree commit diff stats
path: root/scripts/qapi (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove unnessary "coding" headerPaolo Bonzini2025-10-015-10/+0
* qapi: Fix undocumented return values by generating somethingJohn Snow2025-07-142-0/+40
* qapi: lift restriction on using '=' in doc blocksJohn Snow2025-07-141-4/+0
* docs/sphinx: remove special parsing for freeform sectionsJohn Snow2025-07-141-7/+0
* qapi: delete un-needed python static analysis configsJohn Snow2025-06-053-14/+0
* python: add qapi static analysis testsJohn Snow2025-06-051-0/+1
* qapi: Add some pylint ignoresJohn Snow2025-06-051-0/+2
* Drop support for Python 3.8Thomas Huth2025-04-301-1/+1
* scripts/qapi/backend: Clean up create_backend()'s failure modeMarkus Armbruster2025-03-111-15/+9
* qapi/parser: add undocumented stub members to all_sectionsJohn Snow2025-03-111-1/+16
* qapi/source: allow multi-line QAPISourceInfo advancingJohn Snow2025-03-111-2/+2
* qapi/schema: add __repr__ to QAPIDoc.SectionJohn Snow2025-03-111-0/+3
* qapi: clean up encoding of section kindsJohn Snow2025-03-111-27/+70
* qapi/parser: adjust info location for doc body sectionJohn Snow2025-03-111-1/+5
* qapi/introspect: Use @dataclass to simplifyMarkus Armbruster2025-03-061-7/+5
* qapi: Eliminate OrderedDictMarkus Armbruster2025-03-062-9/+7
* qapi: pluggable backend code generatorsDaniel P. Berrangé2025-03-042-35/+108
* qapi: update pylintrc configJohn Snow2025-02-261-0/+1
* qapi: expose all schema features to codeDaniel P. Berrangé2025-02-107-7/+91
* qapi: rename 'special_features' to 'features'Daniel P. Berrangé2025-02-104-26/+18
* qapi: change 'unsigned special_features' to 'uint64_t features'Daniel P. Berrangé2025-02-101-1/+1
* qapi: cope with feature names containing a '-'Daniel P. Berrangé2025-02-101-1/+2
* qapi: Move and rename qapi/qmp/dispatch.h to qapi/qmp-registry.hDaniel P. Berrangé2025-02-101-1/+1
* qapi: Move include/qapi/qmp/ to include/qobject/Daniel P. Berrangé2025-02-103-4/+4
* qapi: Smarter camel_to_upper() to reduce need for 'prefix'Markus Armbruster2024-09-102-20/+26
* qapi: remove "Example" doc sectionJohn Snow2024-07-171-1/+9
* qapi/parser: don't parse rST markup as section headersJohn Snow2024-07-061-2/+7
* qapi: convert "Note" sections to plain rSTJohn Snow2024-07-061-0/+15
* qapi/parser: fix comment parsing immediately following a doc blockJohn Snow2024-07-061-1/+1
* qapi/parser: preserve indentation in QAPIDoc sectionsJohn Snow2024-07-061-2/+2
* qapi: linter fixupsJohn Snow2024-07-063-9/+10
* qapi: Simplify QAPISchemaVariants @tag_memberMarkus Armbruster2024-05-061-26/+18
* qapi: Move conditional code from QAPISchemaVariants to its subtypesMarkus Armbruster2024-05-061-70/+70
* qapi: Rename QAPISchemaAlternateType.variants to .alternativesMarkus Armbruster2024-05-061-12/+13
* qapi: Rename QAPISchemaObjectType.variants to .branchesMarkus Armbruster2024-05-065-22/+22
* qapi: Rename visitor parameter @variants to @alternativesMarkus Armbruster2024-05-064-9/+10
* qapi: Rename visitor parameter @variants to @branchesMarkus Armbruster2024-05-064-14/+14
* qapi: New QAPISchemaBranches, QAPISchemaAlternativesMarkus Armbruster2024-05-064-18/+38
* Merge tag 'pull-qapi-2024-04-24' of https://repo.or.cz/qemu/armbru into stagingRichard Henderson2024-04-245-287/+536
|\
| * qapi: Dumb down QAPISchema.lookup_entity()Markus Armbruster2024-04-241-12/+6
| * qapi: Tighten check whether implicit object type already existsMarkus Armbruster2024-04-241-1/+2
| * qapi/schema: remove unnecessary assertsJohn Snow2024-04-241-25/+0
| * qapi/schema: turn on mypy strictnessJohn Snow2024-04-241-5/+0
| * qapi/schema: add type hintsJohn Snow2024-04-241-173/+397
| * qapi/parser.py: assert member.info is present in connect_memberJohn Snow2024-04-241-0/+1
| * qapi/parser: demote QAPIExpression to Dict[str, Any]John Snow2024-04-241-1/+2
| * qapi/schema: assert inner type of QAPISchemaVariants in check_clash()John Snow2024-04-241-1/+4
| * qapi/schema: fix typing for QAPISchemaVariants.tag_memberJohn Snow2024-04-241-3/+19
| * qapi/schema: Don't initialize "members" with `None`John Snow2024-04-241-5/+7
| * qapi/schema: add _check_complete flagJohn Snow2024-04-241-3/+5