aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2024-05-08migration: Remove block migrationFabiano Rosas1-4/+0
2024-05-06qapi: Simplify QAPISchemaVariants @tag_memberMarkus Armbruster1-26/+18
2024-05-06qapi: Move conditional code from QAPISchemaVariants to its subtypesMarkus Armbruster1-70/+70
2024-05-06qapi: Rename QAPISchemaAlternateType.variants to .alternativesMarkus Armbruster1-12/+13
2024-05-06qapi: Rename QAPISchemaObjectType.variants to .branchesMarkus Armbruster5-22/+22
2024-05-06qapi: Rename visitor parameter @variants to @alternativesMarkus Armbruster4-9/+10
2024-05-06qapi: Rename visitor parameter @variants to @branchesMarkus Armbruster4-14/+14
2024-05-06qapi: New QAPISchemaBranches, QAPISchemaAlternativesMarkus Armbruster4-18/+38
2024-05-03Merge tag 'accel-sh4-ui-20240503' of https://github.com/philmd/qemu into stagingRichard Henderson1-1/+1
2024-05-03coverity: Update user emulation regexpPhilippe Mathieu-Daudé1-1/+1
2024-04-30Merge tag 'pull-request-2024-04-30' of https://gitlab.com/thuth/qemu into sta...Richard Henderson1-3/+13
2024-04-30build-environment: make some packages optionalAlex Bennée1-3/+13
2024-04-29checkpatch.pl: forbid strerrorname_np()Daniel Henrique Barboza1-0/+3
2024-04-29scripts/checkpatch: Do not use mailmapPhilippe Mathieu-Daudé1-3/+3
2024-04-29scripts/checkpatch: Avoid author email mangled by qemu-*@nongnu.orgPhilippe Mathieu-Daudé1-1/+1
2024-04-26exec: Rename NEED_CPU_H -> COMPILING_PER_TARGETPhilippe Mathieu-Daudé1-3/+3
2024-04-25Merge tag 'hw-misc-20240425' of https://github.com/philmd/qemu into stagingRichard Henderson1-0/+486
2024-04-25scripts/coccinelle: New script to add ResetType to hold and exit phasesPeter Maydell1-0/+133
2024-04-25scripts: add script to compare compatibility propertiesMaksim Davydov1-0/+486
2024-04-24meson: Make DEBUG_REMAP a meson optionIlya Leoshkevich1-0/+3
2024-04-24Merge tag 'housekeeping-20240424' of https://github.com/philmd/qemu into stagingRichard Henderson6-36/+0
2024-04-24Merge tag 'pull-qapi-2024-04-24' of https://repo.or.cz/qemu/armbru into stagingRichard Henderson5-287/+536
2024-04-24Merge tag 'pull-error-2024-04-24' of https://repo.or.cz/qemu/armbru into stagingRichard Henderson1-3/+2
2024-04-24hw/rdma: Remove deprecated pvrdma device and rdmacm-mux helperPhilippe Mathieu-Daudé3-31/+0
2024-04-24target/nios2: Remove the deprecated Nios II targetPhilippe Mathieu-Daudé3-5/+0
2024-04-24qapi: Dumb down QAPISchema.lookup_entity()Markus Armbruster1-12/+6
2024-04-24qapi: Tighten check whether implicit object type already existsMarkus Armbruster1-1/+2
2024-04-24qapi/schema: remove unnecessary assertsJohn Snow1-25/+0
2024-04-24qapi/schema: turn on mypy strictnessJohn Snow1-5/+0
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