summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * crypto: Support DER encodingsLei He2022-11-021-22/+104
| * test/acpi/bios-tables-test: SSDT: update golden master binariesRobert Hoo2022-11-024-2/+0Star
| * tests/acpi: allow SSDT changesRobert Hoo2022-11-021-0/+2
* | Merge tag 'pull-request-2022-11-06' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi2022-11-073-80/+21Star
|\ \
| * | tests/qtest: migration-test: Enable TLS PSK tests for win32Bin Meng2022-11-061-14/+0Star
| * | tests/qtest: Fix two format stringsStefan Weil2022-11-061-2/+2
| * | tests/qtest/libqos/e1000e: Use IVAR shift definitionsAkihiko Odaki2022-11-061-3/+3
| * | tests/qtest/libqos/e1000e: Use E1000_STATUS_ASDV_1000Akihiko Odaki2022-11-061-2/+2
| * | tests/qtest/e1000e-test: Use e1000_regs.hAkihiko Odaki2022-11-061-56/+10Star
| * | tests/qtest/libqos/e1000e: Set E1000_CTRL_SLUAkihiko Odaki2022-11-061-1/+1
| * | tests/qtest/libqos/e1000e: Refer common PCI ID definitionsAkihiko Odaki2022-11-061-2/+3
| |/
* | tests/unit: simpler variable sequence for test-io-channelAlex Bennée2022-11-051-10/+4Star
* | Fix some typos in documentation and commentsStefan Weil2022-11-051-1/+1
|/
* Merge tag 'pull-testing-for-7.2-011122-3' of https://github.com/stsquad/qemu ...Stefan Hajnoczi2022-11-0116-148/+286
|\
| * tests/vm: use -o IdentitiesOnly=yes for sshIlya Leoshkevich2022-10-311-1/+2
| * tests/unit: cleanups for test-io-channel-commandAlex Bennée2022-10-311-17/+28
| * tests/tcg: re-enable threadcount for sh4Alex Bennée2022-10-311-6/+0Star
| * tests/tcg: re-enable linux-test for sh4Alex Bennée2022-10-311-6/+0Star
| * tests/avocado: disable sh4 rd2 tests on GitlabAlex Bennée2022-10-311-0/+5
| * tests/avocado: raspi2_initrd: Wait for guest shutdown message before stoppingPeter Maydell2022-10-311-1/+1
| * tests/avocado: set -machine none for userfwd and vnc testsAlex Bennée2022-10-312-0/+4
| * tests/tcg/nios2: Tweak 10m50-ghrd.ldRichard Henderson2022-10-311-5/+9
| * tests/tcg: use regular semihosting for nios2-softmmuAlex Bennée2022-10-311-2/+1Star
| * tests/docker: Add flex/bison to `debian-hexagon-cross`Anton Johansson2022-10-311-1/+1
| * tests/avocado: extend the timeout for x86_64 tcg testsAlex Bennée2022-10-311-0/+1
| * tests/docker: Add flex/bison to `debian-all-test`Anton Johansson2022-10-311-0/+2
| * tests/docker: update test-mingw to run single buildAlex Bennée2022-10-311-10/+6Star
| * tests/lcitool: Refresh to latest libvirt-ci moduleAlex Bennée2022-10-311-0/+0
| * tests/docker: update fedora-win[32|64]-cross with lcitoolAlex Bennée2022-10-313-80/+207
| * tests/lcitool: Rename non-Debian specific helperAlex Bennée2022-10-311-19/+19
* | tests/tcg/multiarch: Add munmap-pthread.cIlya Leoshkevich2022-10-312-0/+82
|/
* Merge tag 'pull-request-2022-10-28' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi2022-10-3134-1401/+1596
|\
| * tests/qtest: libqtest: Correct the timeout unit of blocking receive calls for...Bin Meng2022-10-281-1/+10
| * tests/qtest: libqos: Do not build virtio-9p unconditionallyBin Meng2022-10-281-2/+4
| * tests/qtest: migration-test: Make sure QEMU process "to" exited after migrati...Xuzhou Cheng2022-10-281-0/+4
| * tests/qtest: libqtest: Introduce qtest_wait_qemu()Bin Meng2022-10-282-25/+47
| * tests/qtest: Use EXIT_FAILURE instead of magic numberBin Meng2022-10-282-3/+3
| * tests/qtest: device-plug-test: Reverse the usage of double/single quotesBin Meng2022-10-281-8/+8
| * tests/qtest: Support libqtest to build and run on WindowsBin Meng2022-10-281-2/+94
| * tests/qtest: Use send/recv for socket communicationXuzhou Cheng2022-10-282-4/+6
| * tests: Add sndio to the FreeBSD CI containers / VMBrad Smith2022-10-2817-1272/+1288
| * tests/vm: update openbsd to release 7.2Brad Smith2022-10-281-2/+5
| * tests/qtest/libqos/e1000e: Use e1000_regs.hAkihiko Odaki2022-10-281-75/+44Star
| * tests/qtest/cxl-test: Remove temporary directories after testingThomas Huth2022-10-281-0/+3
| * tests/qtest/tpm: Clean up remainders of swtpmThomas Huth2022-10-285-9/+26
| * tests/tcg/s390x: Add a test for the vistr instructionThomas Huth2022-10-282-0/+49
| * tests/tcg/s390x: Test compiler flags only once, not every timeThomas Huth2022-10-271-10/+17
* | Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi2022-10-306-55/+83
|\ \
| * | block: remove bdrv_try_set_aio_context and replace it with bdrv_try_change_ai...Emanuele Giuseppe Esposito2022-10-272-8/+8
| * | block: Manipulate bs->file / bs->backing pointers in .attach/.detachVladimir Sementsov-Ogievskiy2022-10-271-6/+4Star