summary refs log tree commit diff stats
path: root/scripts (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * target/i386: enumerate VMX nested-exception supportXin Li2024-06-081-0/+1
| * vmxcap: add support for VMX FRED controlsXin Li2024-06-081-0/+12
* | scripts/ci: drive ubuntu/build-environment.yml from lcitoolAlex Bennée2024-06-061-124/+7
* | tests/lcitool: generate package lists for ansibleAlex Bennée2024-06-063-0/+379
* | docs/ci: clean-up references for consistencyAlex Bennée2024-06-061-0/+0
* | scripts/ci: remove CentOS bits from common build-environmentAlex Bennée2024-06-061-98/+0
* | ci: remove centos-steam-8 customer runnerAlex Bennée2024-06-064-362/+0
|/
* update-linux-headers: import linux/kvm_para.h headerPaolo Bonzini2024-06-051-1/+21
* update-linux-headers: move pvpanic.h to correct directoryPaolo Bonzini2024-06-051-2/+4
* update-linux-headers: fix forwarding to asm-generic headersPaolo Bonzini2024-06-051-1/+8
* scripts/update-linux-headers.sh: Fix the path of setup_data.hThomas Huth2024-05-291-1/+1
* scripts/update-linux-headers.sh: Remove temporary directory inbetweenThomas Huth2024-05-291-0/+1
* fuzz: disable leak-detection for oss-fuzz buildsAlexander Bulekov2024-05-291-0/+1
* scripts/update-linux-header.sh: be more src tree friendlyAlex Bennée2024-05-161-39/+41
* migration: Remove block migrationFabiano Rosas2024-05-081-4/+0
* qapi: Simplify QAPISchemaVariants @tag_memberMarkus Armbruster2024-05-061-26/+18
* qapi: Move conditional code from QAPISchemaVariants to its subtypesMarkus Armbruster2024-05-061-70/+70
* qapi: Rename QAPISchemaAlternateType.variants to .alternativesMarkus Armbruster2024-05-061-12/+13
* qapi: Rename QAPISchemaObjectType.variants to .branchesMarkus Armbruster2024-05-065-22/+22
* qapi: Rename visitor parameter @variants to @alternativesMarkus Armbruster2024-05-064-9/+10
* qapi: Rename visitor parameter @variants to @branchesMarkus Armbruster2024-05-064-14/+14
* qapi: New QAPISchemaBranches, QAPISchemaAlternativesMarkus Armbruster2024-05-064-18/+38
* Merge tag 'accel-sh4-ui-20240503' of https://github.com/philmd/qemu into stagingRichard Henderson2024-05-031-1/+1
|\
| * 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 sta...Richard 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