aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (follow)
Commit message (Expand)AuthorAgeFilesLines
* tests/avocado: excercise scripts/replay-dump.py in replay testsNicholas Piggin2024-08-161-2/+4
* scripts/replay-dump.py: rejig decoders in event number orderNicholas Piggin2024-08-161-28/+28
* scripts/replay-dump.py: Update to current rr record formatNicholas Piggin2024-08-161-34/+93
* scripts/checkpatch: more checks on files imported from LinuxStefano Garzarella2024-08-161-0/+24
* ci: refresh package lists with lcitoolDaniel P. Berrangé2024-08-162-0/+2
* Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingRichard Henderson2024-07-181-7/+7
|\
| * meson: Update meson-buildoptions.shZhao Liu2024-07-171-7/+7
* | qapi: remove "Example" doc sectionJohn Snow2024-07-171-1/+9
|/
* qapi/parser: don't parse rST markup as section headersJohn Snow2024-07-061-2/+7
* qapi: convert "Note" sections to plain rSTJohn Snow2024-07-061-0/+15
* qapi/parser: fix comment parsing immediately following a doc blockJohn Snow2024-07-061-1/+1
* qapi/parser: preserve indentation in QAPIDoc sectionsJohn Snow2024-07-061-2/+2
* qapi: linter fixupsJohn Snow2024-07-063-9/+10
* meson: remove dead optimization optionPaolo Bonzini2024-06-281-3/+0
* meson: allow configuring the x86-64 baselinePaolo Bonzini2024-06-281-0/+3
* scripts/coverity-scan/COMPONENTS.md: Include libqmp in testlibsPeter Maydell2024-06-211-1/+1
* scripts/coverity-scan/COMPONENTS.md: Fix monitor componentPeter Maydell2024-06-211-1/+1
* scripts/coverity-scan/COMPONENTS.md: Add crypto headers in host/include to the crypto componentPeter Maydell2024-06-211-1/+1
* scripts/coverity-scan/COMPONENTS.md: Fix 'char' componentPeter Maydell2024-06-211-1/+4
* scripts/coverity-scan/COMPONENTS.md: Update paths to match gitlab CIPeter Maydell2024-06-211-52/+52
* configure: Add uadk optionShameer Kolothum2024-06-141-0/+3
* configure: add --enable-qpl build optionYuan Liu2024-06-141-0/+3
* Merge tag 'pull-request-2024-06-12' of https://gitlab.com/thuth/qemu into stagingRichard Henderson2024-06-132-2/+0
|\
| * test: Remove libibumad dependencezhenwei pi2024-06-122-2/+0
* | tracetool: Forbid newline character in event formatPhilippe Mathieu-Daudé2024-06-101-0/+2
* | tracetool: Remove unused vcpu.py scriptPhilippe Mathieu-Daudé2024-06-102-66/+1
|/
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2024-06-081-0/+13
|\
| * 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
|\