aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/qapi (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * qapi/schema: assert info is present when necessaryJohn Snow2024-04-241-0/+2
| * qapi/schema: fix QAPISchemaArrayType.check's call to resolve_typeJohn Snow2024-04-241-1/+1
| * qapi: Assert built-in types existMarkus Armbruster2024-04-241-2/+6
| * qapi/schema: assert resolve_type has 'info' and 'what' args on errorJohn Snow2024-04-241-0/+1
| * qapi/schema: add type narrowing to lookup_type()John Snow2024-04-241-1/+3
| * qapi/schema: adjust type narrowing for mypy's benefitJohn Snow2024-04-241-7/+9
| * qapi/schema: make c_type() and json_type() abstract methodsJohn Snow2024-04-241-1/+4
| * qapi/schema: declare type for QAPISchemaArrayType.element_typeJohn Snow2024-04-241-1/+1
| * qapi/schema: declare type for QAPISchemaObjectTypeMember.typeJohn Snow2024-04-241-1/+1
| * qapi: create QAPISchemaDefinitionJohn Snow2024-04-241-58/+78
| * qapi/schema: add pylint suppressionsJohn Snow2024-04-242-5/+5
| * qapi: sort pylint suppressionsJohn Snow2024-04-241-3/+3
| * qapi/parser: shush up pylintJohn Snow2024-04-241-0/+1
| * qapi/parser: fix typo - self.returns.info => self.errors.infoJohn Snow2024-04-241-1/+1
* | qapi: Inline and remove QERR_INVALID_PARAMETER_TYPE definitionPhilippe Mathieu-Daudé2024-04-241-3/+2
|/
* qapi: Reject "Returns" section when command doesn't return anythingMarkus Armbruster2024-03-041-1/+6
* qapi: New documentation section tag "Errors"Markus Armbruster2024-03-041-6/+17
* qapi: Slightly clearer error message for invalid "Returns" sectionMarkus Armbruster2024-03-041-2/+3
* qapi: Memorize since & returns sectionsMarkus Armbruster2024-03-041-14/+17
* qapi: Divorce QAPIDoc from QAPIParseErrorMarkus Armbruster2024-02-261-38/+28
* qapi: Reject multiple and empty feature descriptionsMarkus Armbruster2024-02-261-1/+7
* qapi: Rewrite doc comment parserMarkus Armbruster2024-02-261-269/+211
* qapi: Merge adjacent untagged sectionsMarkus Armbruster2024-02-261-0/+3
* qapi: Call QAPIDoc.check() alwaysMarkus Armbruster2024-02-261-5/+2
* qapi: Recognize section tags and 'Features:' only after blank lineMarkus Armbruster2024-02-261-3/+8