aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * coverity: Update user emulation regexpPhilippe Mathieu-Daudé2024-05-031-1/+1
* | Merge tag 'pull-request-2024-04-30' of https://gitlab.com/thuth/qemu into stagingRichard Henderson2024-04-301-3/+13
|\ \
| * | build-environment: make some packages optionalAlex Bennée2024-04-301-3/+13
| |/
* | checkpatch.pl: forbid strerrorname_np()Daniel Henrique Barboza2024-04-291-0/+3
* | scripts/checkpatch: Do not use mailmapPhilippe Mathieu-Daudé2024-04-291-3/+3
* | scripts/checkpatch: Avoid author email mangled by qemu-*@nongnu.orgPhilippe Mathieu-Daudé2024-04-291-1/+1
|/
* exec: Rename NEED_CPU_H -> COMPILING_PER_TARGETPhilippe Mathieu-Daudé2024-04-261-3/+3
* Merge tag 'hw-misc-20240425' of https://github.com/philmd/qemu into stagingRichard Henderson2024-04-251-0/+486
|\
| * scripts: add script to compare compatibility propertiesMaksim Davydov2024-04-251-0/+486
* | scripts/coccinelle: New script to add ResetType to hold and exit phasesPeter Maydell2024-04-251-0/+133
* | meson: Make DEBUG_REMAP a meson optionIlya Leoshkevich2024-04-241-0/+3
|/
* Merge tag 'housekeeping-20240424' of https://github.com/philmd/qemu into stagingRichard Henderson2024-04-246-36/+0
|\
| * hw/rdma: Remove deprecated pvrdma device and rdmacm-mux helperPhilippe Mathieu-Daudé2024-04-243-31/+0
| * target/nios2: Remove the deprecated Nios II targetPhilippe Mathieu-Daudé2024-04-243-5/+0
* | 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
| |/
* | 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