summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests/qtest/vhost-user-blk-test: Check whether qemu-storage-daemon is availableThomas Huth2021-08-111-0/+8
* storage-daemon: Add missing build dependency to the vhost-user-blk-testThomas Huth2021-08-111-2/+5
* tests: filter out TLS distinguished name in certificate checksDaniel P. Berrangé2021-08-093-3/+8
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2021-08-045-0/+0
|\
| * Drop _DSM 5 from expected DSDTs on ARMMichael S. Tsirkin2021-08-036-5/+0Star
| * arm/acpi: allow DSDT changesMichael S. Tsirkin2021-08-031-0/+5
* | Merge remote-tracking branch 'remotes/philmd/tags/sdmmc-20210803' into stagingPeter Maydell2021-08-041-0/+36
|\ \
| * | hw/sd/sdcard: Fix assertion accessing out-of-range addresses with CMD30Philippe Mathieu-Daudé2021-08-031-0/+36
* | | tests/tcg: Test that compare-and-trap raises SIGFPEJonathan Albrecht2021-08-032-1/+103
|/ /
* | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20210729-pull-request' ...Peter Maydell2021-07-292-0/+2
|\ \
| * | ci: add libusb for windows buildsGerd Hoffmann2021-07-292-0/+2
| |/
* / tests: Fix migration-test build failure for sparcPeter Xu2021-07-291-2/+3
|/
* Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into ...Peter Maydell2021-07-271-1/+86
|\
| * tests/qtest/nvme-test: add mmio read testKlaus Jensen2021-07-261-0/+26
| * tests/qtest/nvme-test: add persistent memory region testGollu Appalanaidu2021-07-261-1/+60
* | Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-migration-202...Peter Maydell2021-07-271-2/+2
|\ \
| * | tests/qtest/migration-test.c: use 127.0.0.1 instead of 0Dr. David Alan Gilbert2021-07-261-2/+2
* | | tests/unit: Remove unused variable from test_ioRichard Henderson2021-07-261-4/+1Star
| |/ |/|
* | Merge remote-tracking branch 'remotes/stsquad/tags/pull-for-6.1-rc1-230721-1'...Peter Maydell2021-07-262-5/+47
|\ \ | |/ |/|
| * gitlab: enable a very minimal build with the tricore containerAlex Bennée2021-07-231-5/+29
| * tests/tcg/configure.sh: add handling for assembler only buildsAlex Bennée2021-07-231-0/+18
* | qapi: introduce forwarding visitorPaolo Bonzini2021-07-232-0/+198
|/
* qemu-img: Add --skip-broken-bitmaps for 'convert --bitmaps'Eric Blake2021-07-212-2/+49
* qemu-img: Fail fast on convert --bitmaps with inconsistent bitmapEric Blake2021-07-212-20/+4Star
* iotests: Improve and rename test 291 to qemu-img-bitmapEric Blake2021-07-212-2/+68
* tests/acceptance/virtio-gpu.py: provide kernel and initrd hashesCleber Rosa2021-07-201-4/+6
* tests/acceptance/virtio-gpu.py: use virtio-vga-glCleber Rosa2021-07-201-2/+2
* tests/acceptance/virtio-gpu.py: combine kernel command lineCleber Rosa2021-07-201-9/+3Star
* tests/acceptance/virtio-gpu.py: combine CPU tagsCleber Rosa2021-07-201-2/+1Star
* tests/acceptance/virtio-gpu.py: combine x86_64 arch tagsCleber Rosa2021-07-201-2/+1Star
* tests/acceptance/virtio-gpu.py: use require_accelerator()Cleber Rosa2021-07-201-8/+2Star
* iotests/307: Test iothread conflict for exportsMax Reitz2021-07-202-0/+23
* block/mirror: fix active mirror dead-lock in mirror_wait_on_conflictsVladimir Sementsov-Ogievskiy2021-07-201-13/+5Star
* iotest 151: add test-case that shows active mirror dead-lockVladimir Sementsov-Ogievskiy2021-07-202-4/+62
* ci: build & store windows installerGerd Hoffmann2021-07-191-0/+1
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream3' into stagingPeter Maydell2021-07-1611-0/+0
|\
| * bios-tables-test: Update golden binariesJulia Suvorova2021-07-1612-11/+0Star
| * bios-tables-test: Allow changes in DSDT ACPI tablesJulia Suvorova2021-07-161-0/+11
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-07-15' into ...Peter Maydell2021-07-163-0/+4
|\ \ | |/ |/|
| * qapi: Fix crash on missing enum member nameMarkus Armbruster2021-07-153-0/+4
* | Merge remote-tracking branch 'remotes/berrange-gitlab/tags/crypto-and-more-pu...Peter Maydell2021-07-156-41/+52
|\ \
| * | tests/migration: fix unix socket migrationHyman2021-07-141-1/+1
| * | crypto: replace 'des-rfb' cipher with 'des'Daniel P. Berrangé2021-07-141-9/+9
| * | crypto: add crypto tests for single block DES-ECB and DES-CBCDaniel P. Berrangé2021-07-141-0/+23
| * | crypto: use &error_fatal in crypto testsDaniel P. Berrangé2021-07-142-26/+15Star
| * | crypto: skip essiv ivgen tests if AES+ECB isn't availableDaniel P. Berrangé2021-07-141-5/+9
| * | crypto: remove obsolete crypto test conditionDaniel P. Berrangé2021-07-141-4/+1Star
| * | crypto: remove conditional around 3DES crypto test casesDaniel P. Berrangé2021-07-141-2/+0Star
* | | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-plugins-1...Peter Maydell2021-07-1527-216/+433
|\ \ \ | |_|/ |/| |
| * | tests/tcg: make test-mmap a little less aggressiveAlex Bennée2021-07-142-113/+104Star