aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
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
2024-04-24qapi/schema: declare type for QAPISchemaObjectTypeMember.typeJohn Snow1-1/+1
2024-04-24qapi: create QAPISchemaDefinitionJohn Snow1-58/+78
2024-04-24qapi/schema: add pylint suppressionsJohn Snow2-5/+5
2024-04-24qapi: sort pylint suppressionsJohn Snow1-3/+3
2024-04-24qapi/parser: shush up pylintJohn Snow1-0/+1
2024-04-24qapi/parser: fix typo - self.returns.info => self.errors.infoJohn Snow1-1/+1
2024-04-24qapi: Inline and remove QERR_INVALID_PARAMETER_TYPE definitionPhilippe Mathieu-Daudé1-3/+2
2024-04-23scripts/update-linux-headers: Add bits.h to file importsMichael Roth1-1/+1
2024-04-23scripts/update-linux-headers: Add setup_data.h to import listMichael Roth1-1/+5
2024-03-12tracetool: remove redundant --target-type / --target-name argsDaniel P. Berrangé1-19/+5
2024-03-09Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingPeter Maydell1-1/+1
2024-03-09make-release: switch to .xz format by defaultMichael Tokarev1-1/+1
2024-03-08run-coverity-scan: add --check-upload-only optionPaolo Bonzini1-17/+42
2024-03-04qapi: Reject "Returns" section when command doesn't return anythingMarkus Armbruster1-1/+6
2024-03-04qapi: New documentation section tag "Errors"Markus Armbruster1-6/+17
2024-03-04qapi: Slightly clearer error message for invalid "Returns" sectionMarkus Armbruster1-2/+3
2024-03-04qapi: Memorize since & returns sectionsMarkus Armbruster1-14/+17
2024-02-28gdbstub: Add members to identify registers to GDBFeatureAkihiko Odaki1-1/+13
2024-02-26qapi: Divorce QAPIDoc from QAPIParseErrorMarkus Armbruster1-38/+28
2024-02-26qapi: Reject multiple and empty feature descriptionsMarkus Armbruster1-1/+7
2024-02-26qapi: Rewrite doc comment parserMarkus Armbruster1-269/+211
2024-02-26qapi: Merge adjacent untagged sectionsMarkus Armbruster1-0/+3
2024-02-26qapi: Call QAPIDoc.check() alwaysMarkus Armbruster1-5/+2
2024-02-26qapi: Recognize section tags and 'Features:' only after blank lineMarkus Armbruster1-3/+8
2024-02-26qapi: Require descriptions and tagged sections to be indentedMarkus Armbruster1-0/+3
2024-02-26qapi: Reject section heading in the middle of a doc commentMarkus Armbruster1-3/+3
2024-02-26qapi: Rename QAPIDoc.Section.name to .tagMarkus Armbruster1-15/+15
2024-02-26qapi: Improve error message for empty doc sectionsMarkus Armbruster1-7/+7
2024-02-26qapi: Improve error position for bogus invalid "Returns" sectionMarkus Armbruster1-3/+7
2024-02-26qapi: Improve error position for bogus argument descriptionsMarkus Armbruster1-1/+3
2024-02-21ci/gitlab-pipeline-status: correct typosManos Pitsidianakis1-1/+1
2024-02-13Merge tag 'pull-qapi-2024-02-12' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell2-1/+8
2024-02-12qapi: Require member documentation (with loophole)Markus Armbruster2-1/+8
2024-02-09scripts: drop comment about autogenerated CPU API fileDaniel P. Berrangé1-1/+0
2024-01-30scripts/clean-includes: Update exclude listPeter Maydell1-1/+1