aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2023-05-24Add Kubernetes runner configurationCamilla Conte1-0/+30
2023-05-23igb: Notify only new interruptsAkihiko Odaki1-0/+1
2023-05-23Fix references to igb Avocado testAkihiko Odaki1-1/+1
2023-05-22Merge tag 'pull-qapi-2023-05-17-v2' of https://repo.or.cz/qemu/armbru into st...Richard Henderson1-2/+2
2023-05-22qapi: Improve error message for description following sectionMarkus Armbruster1-2/+2
2023-05-21Merge tag 'for-upstream-urgent' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson5-1/+1
2023-05-19scripts: make sure scripts are invoked via $(PYTHON)Paolo Bonzini4-0/+0
2023-05-19remove remaining traces of meson submodulePaolo Bonzini1-1/+1
2023-05-18Merge tag 'migration-20230518-pull-request' of https://gitlab.com/juan.quinte...Richard Henderson1-0/+3
2023-05-18configure: add --disable-colo-proxy optionVladimir Sementsov-Ogievskiy1-0/+3
2023-05-18build: move --disable-debug-info to mesonPaolo Bonzini2-0/+5
2023-05-18build: move stack protector flag selection to mesonPaolo Bonzini1-0/+3
2023-05-18build: move coroutine backend selection to mesonPaolo Bonzini2-0/+4
2023-05-18build: move SafeStack tests to mesonPaolo Bonzini1-0/+4
2023-05-18build: move sanitizer tests to mesonPaolo Bonzini1-0/+6
2023-05-18configure, meson: move --enable-modules to MesonPaolo Bonzini1-0/+3
2023-05-18meson: regenerate meson-buildoptions.shPaolo Bonzini1-3/+3
2023-05-18Python: Drop support for Python 3.6Paolo Bonzini1-1/+1
2023-05-18configure: bootstrap sphinx with mkvenvJohn Snow1-3/+0
2023-05-18tests: Use configure-provided pyvenv for testsJohn Snow2-3/+3
2023-05-18coverity: the definitive COMPONENTS.md updatePaolo Bonzini1-15/+30
2023-05-17qapi/parser: Drop two bad type hints for nowMarkus Armbruster1-2/+2
2023-05-16Merge tag 'pull-9p-20230516' of https://github.com/cschoenebeck/qemu into sta...Richard Henderson1-0/+4
2023-05-16Don't require libcap-ng for virtfs supportPeter Foley1-0/+4
2023-05-16Add information how to fix common build error on Windows in symlink-install-treeMateusz Krawczuk1-0/+3
2023-05-10Merge tag 'pull-testing-updates-100523-1' of https://gitlab.com/stsquad/qemu ...Richard Henderson2-34/+78
2023-05-10scripts/ci: clean-up the 20.04/22.04 confusion in ansibleAlex Bennée1-34/+77
2023-05-10scripts/ci: add gitlab-runner to kvm groupAlex Bennée1-0/+1
2023-05-10Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingRichard Henderson1-0/+13
2023-05-10block: compile out assert_bdrv_graph_readable() by defaultStefan Hajnoczi1-0/+4
2023-05-10block: add configure options for excluding vmdk, vhdx and vpcVladimir Sementsov-Ogievskiy1-0/+9
2023-05-10qapi: Section parameter @indent is no longer used, dropMarkus Armbruster1-17/+14
2023-05-10qapi: Relax doc string @name: description indentation rulesMarkus Armbruster1-55/+18
2023-05-10qapi: Rewrite parsing of doc comment section symbols and tagsMarkus Armbruster1-28/+27
2023-05-09qapi: Fix argument description indentation strippingMarkus Armbruster1-9/+11
2023-05-09qapi: Fix crash on stray double quote characterMarkus Armbruster1-1/+1
2023-05-05audio/pwaudio.c: Add Pipewire audio backend for QEMUDorinda Bassey1-2/+6
2023-04-29Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson1-2/+2
2023-04-28update-linux-headers.sh: Add missing kernel headers.David 'Digit' Turner1-2/+2
2023-04-28checkpatch: add qemu_bh_new/aio_bh_new checksAlexander Bulekov1-0/+8
2023-04-27scripts/device-crash-test: Add a parameter to run with TCG onlyThomas Huth1-1/+3
2023-04-27vmstate-static-checker: Recognize "num" fieldPeter Xu1-3/+10
2023-04-26Merge tag 'pull-qapi-2023-04-26' of https://repo.or.cz/qemu/armbru into stagingRichard Henderson6-59/+91
2023-04-26qapi: allow unions to contain further unionsDaniel P. Berrangé1-3/+3
2023-04-26qapi: Improve specificity of type/member descriptionsMarkus Armbruster1-2/+7
2023-04-25Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson1-1/+1
2023-04-24tracetool: use relative paths for '#line' preprocessor directivesThomas De Schampheleire3-3/+9
2023-04-24qapi: Require boxed for conditional command and event argumentsMarkus Armbruster3-0/+16
2023-04-24qapi: Fix code generated for optional conditional struct memberMarkus Armbruster1-0/+2
2023-04-24qapi: Fix to reject 'data': 'mumble' in structMarkus Armbruster1-9/+15