summary refs log tree commit diff stats
path: root/scripts (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| |/
* | Merge tag 'pull-error-2024-04-24' of https://repo.or.cz/qemu/armbru into stagingRichard Henderson2024-04-241-3/+2
|\ \
| * | qapi: Inline and remove QERR_INVALID_PARAMETER_TYPE definitionPhilippe Mathieu-Daudé2024-04-241-3/+2
| |/
* | scripts/update-linux-headers: Add bits.h to file importsMichael Roth2024-04-231-1/+1
* | scripts/update-linux-headers: Add setup_data.h to import listMichael Roth2024-04-231-1/+5
|/
* tracetool: remove redundant --target-type / --target-name argsDaniel P. Berrangé2024-03-121-19/+5
* Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingPeter Maydell2024-03-091-1/+1
|\
| * make-release: switch to .xz format by defaultMichael Tokarev2024-03-091-1/+1
* | run-coverity-scan: add --check-upload-only optionPaolo Bonzini2024-03-081-17/+42
|/
* 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
* gdbstub: Add members to identify registers to GDBFeatureAkihiko Odaki2024-02-281-1/+13
* 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
* qapi: Require descriptions and tagged sections to be indentedMarkus Armbruster2024-02-261-0/+3
* qapi: Reject section heading in the middle of a doc commentMarkus Armbruster2024-02-261-3/+3
* qapi: Rename QAPIDoc.Section.name to .tagMarkus Armbruster2024-02-261-15/+15
* qapi: Improve error message for empty doc sectionsMarkus Armbruster2024-02-261-7/+7
* qapi: Improve error position for bogus invalid "Returns" sectionMarkus Armbruster2024-02-261-3/+7
* qapi: Improve error position for bogus argument descriptionsMarkus Armbruster2024-02-261-1/+3
* ci/gitlab-pipeline-status: correct typosManos Pitsidianakis2024-02-211-1/+1
* Merge tag 'pull-qapi-2024-02-12' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell2024-02-132-1/+8
|\
| * qapi: Require member documentation (with loophole)Markus Armbruster2024-02-122-1/+8
* | scripts: drop comment about autogenerated CPU API fileDaniel P. Berrangé2024-02-091-1/+0
|/
* scripts/clean-includes: Update exclude listPeter Maydell2024-01-301-1/+1
* analyze-migration.py: Remove trick on parsing ramblocksPeter Xu2024-01-291-8/+3
* qapi: Fix dangling references to docs/devel/qapi-code-gen.txtMarkus Armbruster2024-01-261-1/+1
* Merge tag 'pull-testing-updates-120124-2' of https://gitlab.com/stsquad/qemu ...Peter Maydell2024-01-121-1/+2
|\
| * mtest2make: stop disabling meson test timeoutsDaniel P. Berrangé2024-01-121-1/+2
* | scripts/checkpatch: Support codespell checkingZhao Liu2024-01-111-20/+105
|/
* linux-headers: riscv: add ptrace.hDaniel Henrique Barboza2024-01-101-0/+3
* scripts/replay_dump: track total number of instructionsAlex Bennée2024-01-081-1/+4