aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2024-04-26exec: Rename NEED_CPU_H -> COMPILING_PER_TARGETPhilippe Mathieu-Daudé
2024-04-25Merge tag 'hw-misc-20240425' of https://github.com/philmd/qemu into stagingRichard Henderson
2024-04-25scripts/coccinelle: New script to add ResetType to hold and exit phasesPeter Maydell
2024-04-25scripts: add script to compare compatibility propertiesMaksim Davydov
2024-04-24meson: Make DEBUG_REMAP a meson optionIlya Leoshkevich
2024-04-24Merge tag 'housekeeping-20240424' of https://github.com/philmd/qemu into stagingRichard Henderson
2024-04-24Merge tag 'pull-qapi-2024-04-24' of https://repo.or.cz/qemu/armbru into stagingRichard Henderson
2024-04-24Merge tag 'pull-error-2024-04-24' of https://repo.or.cz/qemu/armbru into stagingRichard Henderson
2024-04-24hw/rdma: Remove deprecated pvrdma device and rdmacm-mux helperPhilippe Mathieu-Daudé
2024-04-24target/nios2: Remove the deprecated Nios II targetPhilippe Mathieu-Daudé
2024-04-24qapi: Dumb down QAPISchema.lookup_entity()Markus Armbruster
2024-04-24qapi: Tighten check whether implicit object type already existsMarkus Armbruster
2024-04-24qapi/schema: remove unnecessary assertsJohn Snow
2024-04-24qapi/schema: turn on mypy strictnessJohn Snow
2024-04-24qapi/schema: add type hintsJohn Snow
2024-04-24qapi/parser.py: assert member.info is present in connect_memberJohn Snow
2024-04-24qapi/parser: demote QAPIExpression to Dict[str, Any]John Snow
2024-04-24qapi/schema: assert inner type of QAPISchemaVariants in check_clash()John Snow
2024-04-24qapi/schema: fix typing for QAPISchemaVariants.tag_memberJohn Snow
2024-04-24qapi/schema: Don't initialize "members" with `None`John Snow
2024-04-24qapi/schema: add _check_complete flagJohn Snow
2024-04-24qapi/schema: assert info is present when necessaryJohn Snow
2024-04-24qapi/schema: fix QAPISchemaArrayType.check's call to resolve_typeJohn Snow
2024-04-24qapi: Assert built-in types existMarkus Armbruster
2024-04-24qapi/schema: assert resolve_type has 'info' and 'what' args on errorJohn Snow
2024-04-24qapi/schema: add type narrowing to lookup_type()John Snow
2024-04-24qapi/schema: adjust type narrowing for mypy's benefitJohn Snow
2024-04-24qapi/schema: make c_type() and json_type() abstract methodsJohn Snow
2024-04-24qapi/schema: declare type for QAPISchemaArrayType.element_typeJohn Snow
2024-04-24qapi/schema: declare type for QAPISchemaObjectTypeMember.typeJohn Snow
2024-04-24qapi: create QAPISchemaDefinitionJohn Snow
2024-04-24qapi/schema: add pylint suppressionsJohn Snow
2024-04-24qapi: sort pylint suppressionsJohn Snow
2024-04-24qapi/parser: shush up pylintJohn Snow
2024-04-24qapi/parser: fix typo - self.returns.info => self.errors.infoJohn Snow
2024-04-24qapi: Inline and remove QERR_INVALID_PARAMETER_TYPE definitionPhilippe Mathieu-Daudé
2024-04-23scripts/update-linux-headers: Add bits.h to file importsMichael Roth
2024-04-23scripts/update-linux-headers: Add setup_data.h to import listMichael Roth
2024-03-12tracetool: remove redundant --target-type / --target-name argsDaniel P. Berrangé
2024-03-09Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingPeter Maydell
2024-03-09make-release: switch to .xz format by defaultMichael Tokarev
2024-03-08run-coverity-scan: add --check-upload-only optionPaolo Bonzini
2024-03-04qapi: Reject "Returns" section when command doesn't return anythingMarkus Armbruster
2024-03-04qapi: New documentation section tag "Errors"Markus Armbruster
2024-03-04qapi: Slightly clearer error message for invalid "Returns" sectionMarkus Armbruster
2024-03-04qapi: Memorize since & returns sectionsMarkus Armbruster
2024-02-28gdbstub: Add members to identify registers to GDBFeatureAkihiko Odaki
2024-02-26qapi: Divorce QAPIDoc from QAPIParseErrorMarkus Armbruster
2024-02-26qapi: Reject multiple and empty feature descriptionsMarkus Armbruster
2024-02-26qapi: Rewrite doc comment parserMarkus Armbruster