summary refs log tree commit diff stats
path: root/scripts (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fix references to igb Avocado testAkihiko Odaki2023-05-231-1/+1
* Merge tag 'pull-qapi-2023-05-17-v2' of https://repo.or.cz/qemu/armbru into st...Richard Henderson2023-05-221-2/+2
|\
| * qapi: Improve error message for description following sectionMarkus Armbruster2023-05-221-2/+2
* | Merge tag 'for-upstream-urgent' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2023-05-215-1/+1
|\ \ | |/ |/|
| * scripts: make sure scripts are invoked via $(PYTHON)Paolo Bonzini2023-05-194-0/+0
| * remove remaining traces of meson submodulePaolo Bonzini2023-05-191-1/+1
* | Merge tag 'migration-20230518-pull-request' of https://gitlab.com/juan.quinte...Richard Henderson2023-05-181-0/+3
|\ \ | |/ |/|
| * configure: add --disable-colo-proxy optionVladimir Sementsov-Ogievskiy2023-05-181-0/+3
* | build: move --disable-debug-info to mesonPaolo Bonzini2023-05-182-0/+5
* | build: move stack protector flag selection to mesonPaolo Bonzini2023-05-181-0/+3
* | build: move coroutine backend selection to mesonPaolo Bonzini2023-05-182-0/+4
* | build: move SafeStack tests to mesonPaolo Bonzini2023-05-181-0/+4
* | build: move sanitizer tests to mesonPaolo Bonzini2023-05-181-0/+6
* | configure, meson: move --enable-modules to MesonPaolo Bonzini2023-05-181-0/+3
* | meson: regenerate meson-buildoptions.shPaolo Bonzini2023-05-181-3/+3
* | Python: Drop support for Python 3.6Paolo Bonzini2023-05-181-1/+1
* | configure: bootstrap sphinx with mkvenvJohn Snow2023-05-181-3/+0
* | tests: Use configure-provided pyvenv for testsJohn Snow2023-05-182-3/+3
* | coverity: the definitive COMPONENTS.md updatePaolo Bonzini2023-05-181-15/+30
|/
* qapi/parser: Drop two bad type hints for nowMarkus Armbruster2023-05-171-2/+2
* Merge tag 'pull-9p-20230516' of https://github.com/cschoenebeck/qemu into sta...Richard Henderson2023-05-161-0/+4
|\
| * Don't require libcap-ng for virtfs supportPeter Foley2023-05-161-0/+4
* | Add information how to fix common build error on Windows in symlink-install-treeMateusz Krawczuk2023-05-161-0/+3
|/
* Merge tag 'pull-testing-updates-100523-1' of https://gitlab.com/stsquad/qemu ...Richard Henderson2023-05-102-34/+78
|\
| * scripts/ci: clean-up the 20.04/22.04 confusion in ansibleAlex Bennée2023-05-101-34/+77
| * scripts/ci: add gitlab-runner to kvm groupAlex Bennée2023-05-101-0/+1
* | Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingRichard Henderson2023-05-101-0/+13
|\ \ | |/ |/|
| * block: compile out assert_bdrv_graph_readable() by defaultStefan Hajnoczi2023-05-101-0/+4
| * block: add configure options for excluding vmdk, vhdx and vpcVladimir Sementsov-Ogievskiy2023-05-101-0/+9
* | qapi: Section parameter @indent is no longer used, dropMarkus Armbruster2023-05-101-17/+14
* | qapi: Relax doc string @name: description indentation rulesMarkus Armbruster2023-05-101-55/+18
* | qapi: Rewrite parsing of doc comment section symbols and tagsMarkus Armbruster2023-05-101-28/+27
* | qapi: Fix argument description indentation strippingMarkus Armbruster2023-05-091-9/+11
* | qapi: Fix crash on stray double quote characterMarkus Armbruster2023-05-091-1/+1
|/
* audio/pwaudio.c: Add Pipewire audio backend for QEMUDorinda Bassey2023-05-051-2/+6
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2023-04-291-2/+2
|\
| * update-linux-headers.sh: Add missing kernel headers.David 'Digit' Turner2023-04-281-2/+2
* | checkpatch: add qemu_bh_new/aio_bh_new checksAlexander Bulekov2023-04-281-0/+8
|/
* scripts/device-crash-test: Add a parameter to run with TCG onlyThomas Huth2023-04-271-1/+3
* vmstate-static-checker: Recognize "num" fieldPeter Xu2023-04-271-3/+10
* Merge tag 'pull-qapi-2023-04-26' of https://repo.or.cz/qemu/armbru into stagingRichard Henderson2023-04-266-59/+91
|\
| * qapi: allow unions to contain further unionsDaniel P. Berrangé2023-04-261-3/+3
| * qapi: Improve specificity of type/member descriptionsMarkus Armbruster2023-04-261-2/+7
| * qapi: Require boxed for conditional command and event argumentsMarkus Armbruster2023-04-243-0/+16
| * qapi: Fix code generated for optional conditional struct memberMarkus Armbruster2023-04-241-0/+2
| * qapi: Fix to reject 'data': 'mumble' in structMarkus Armbruster2023-04-241-9/+15
| * qapi: Fix error message when type name or array is expectedMarkus Armbruster2023-04-241-8/+7
| * qapi: Simplify code a bit after previous commitsMarkus Armbruster2023-04-241-11/+3
| * qapi: Improve error message for unexpected array typesMarkus Armbruster2023-04-241-6/+0
| * qapi: Split up check_type()Markus Armbruster2023-04-241-46/+64