aboutsummaryrefslogtreecommitdiff
path: root/scripts/qapi
AgeCommit message (Expand)AuthorFilesLines
2025-03-11scripts/qapi/backend: Clean up create_backend()'s failure modeMarkus Armbruster1-15/+9
2025-03-11qapi/parser: add undocumented stub members to all_sectionsJohn Snow1-1/+16
2025-03-11qapi/source: allow multi-line QAPISourceInfo advancingJohn Snow1-2/+2
2025-03-11qapi/schema: add __repr__ to QAPIDoc.SectionJohn Snow1-0/+3
2025-03-11qapi: clean up encoding of section kindsJohn Snow1-27/+70
2025-03-11qapi/parser: adjust info location for doc body sectionJohn Snow1-1/+5
2025-03-06qapi/introspect: Use @dataclass to simplifyMarkus Armbruster1-7/+5
2025-03-06qapi: Eliminate OrderedDictMarkus Armbruster2-9/+7
2025-03-04qapi: pluggable backend code generatorsDaniel P. Berrangé2-35/+108
2025-02-26qapi: update pylintrc configJohn Snow1-0/+1
2025-02-10qapi: expose all schema features to codeDaniel P. Berrangé7-7/+91
2025-02-10qapi: rename 'special_features' to 'features'Daniel P. Berrangé4-26/+18
2025-02-10qapi: change 'unsigned special_features' to 'uint64_t features'Daniel P. Berrangé1-1/+1
2025-02-10qapi: cope with feature names containing a '-'Daniel P. Berrangé1-1/+2
2025-02-10qapi: Move and rename qapi/qmp/dispatch.h to qapi/qmp-registry.hDaniel P. Berrangé1-1/+1
2025-02-10qapi: Move include/qapi/qmp/ to include/qobject/Daniel P. Berrangé3-4/+4
2024-09-10qapi: Smarter camel_to_upper() to reduce need for 'prefix'Markus Armbruster2-20/+26
2024-07-17qapi: remove "Example" doc sectionJohn Snow1-1/+9
2024-07-06qapi/parser: don't parse rST markup as section headersJohn Snow1-2/+7
2024-07-06qapi: convert "Note" sections to plain rSTJohn Snow1-0/+15
2024-07-06qapi/parser: fix comment parsing immediately following a doc blockJohn Snow1-1/+1
2024-07-06qapi/parser: preserve indentation in QAPIDoc sectionsJohn Snow1-2/+2
2024-07-06qapi: linter fixupsJohn Snow3-9/+10
2024-05-06qapi: Simplify QAPISchemaVariants @tag_memberMarkus Armbruster1-26/+18
2024-05-06qapi: Move conditional code from QAPISchemaVariants to its subtypesMarkus Armbruster1-70/+70
2024-05-06qapi: Rename QAPISchemaAlternateType.variants to .alternativesMarkus Armbruster1-12/+13
2024-05-06qapi: Rename QAPISchemaObjectType.variants to .branchesMarkus Armbruster5-22/+22
2024-05-06qapi: Rename visitor parameter @variants to @alternativesMarkus Armbruster4-9/+10
2024-05-06qapi: Rename visitor parameter @variants to @branchesMarkus Armbruster4-14/+14
2024-05-06qapi: New QAPISchemaBranches, QAPISchemaAlternativesMarkus Armbruster4-18/+38
2024-04-24Merge tag 'pull-qapi-2024-04-24' of https://repo.or.cz/qemu/armbru into stagingRichard Henderson5-287/+536
2024-04-24qapi: Dumb down QAPISchema.lookup_entity()Markus Armbruster1-12/+6
2024-04-24qapi: Tighten check whether implicit object type already existsMarkus Armbruster1-1/+2
2024-04-24qapi/schema: remove unnecessary assertsJohn Snow1-25/+0
2024-04-24qapi/schema: turn on mypy strictnessJohn Snow1-5/+0
2024-04-24qapi/schema: add type hintsJohn Snow1-173/+397
2024-04-24qapi/parser.py: assert member.info is present in connect_memberJohn Snow1-0/+1
2024-04-24qapi/parser: demote QAPIExpression to Dict[str, Any]John Snow1-1/+2
2024-04-24qapi/schema: assert inner type of QAPISchemaVariants in check_clash()John Snow1-1/+4
2024-04-24qapi/schema: fix typing for QAPISchemaVariants.tag_memberJohn Snow1-3/+19
2024-04-24qapi/schema: Don't initialize "members" with `None`John Snow1-5/+7
2024-04-24qapi/schema: add _check_complete flagJohn Snow1-3/+5
2024-04-24qapi/schema: assert info is present when necessaryJohn Snow1-0/+2
2024-04-24qapi/schema: fix QAPISchemaArrayType.check's call to resolve_typeJohn Snow1-1/+1
2024-04-24qapi: Assert built-in types existMarkus Armbruster1-2/+6
2024-04-24qapi/schema: assert resolve_type has 'info' and 'what' args on errorJohn Snow1-0/+1
2024-04-24qapi/schema: add type narrowing to lookup_type()John Snow1-1/+3
2024-04-24qapi/schema: adjust type narrowing for mypy's benefitJohn Snow1-7/+9
2024-04-24qapi/schema: make c_type() and json_type() abstract methodsJohn Snow1-1/+4
2024-04-24qapi/schema: declare type for QAPISchemaArrayType.element_typeJohn Snow1-1/+1