aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2023-02-21Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingPeter Maydell1-0/+101
2023-02-21Merge tag 'pr-2023-02-16' of https://gitlab.com/a1xndr/qemu into stagingPeter Maydell11-379/+57
2023-02-20Merge tag 'pull-virtiofs-20230216b' of https://gitlab.com/dagrh/qemu into sta...Peter Maydell1-217/+0
2023-02-17net: stream: add a new option to automatically reconnectLaurent Vivier1-0/+101
2023-02-16fuzz: remove fork-fuzzing scaffoldingAlexander Bulekov4-123/+3
2023-02-16fuzz/i440fx: remove fork-based fuzzerAlexander Bulekov1-26/+1
2023-02-16fuzz/virtio-blk: remove fork-based fuzzerAlexander Bulekov1-44/+7
2023-02-16fuzz/virtio-net: remove fork-based fuzzerAlexander Bulekov1-49/+5
2023-02-16fuzz/virtio-scsi: remove fork-based fuzzerAlexander Bulekov1-44/+7
2023-02-16fuzz/generic-fuzz: add a limit on DMA bytes writtenAlexander Bulekov1-0/+5
2023-02-16fuzz/generic-fuzz: use reboots instead of forks to reset stateAlexander Bulekov1-92/+22
2023-02-16fuzz: add fuzz_reset APIAlexander Bulekov2-1/+7
2023-02-16virtiofsd: Remove testDr. David Alan Gilbert1-217/+0
2023-02-16tests/qtest: Restrict tpm-tis-devices-{swtpm}-test to CONFIG_TCGFabiano Rosas1-2/+2
2023-02-16tests/qtest: arm-cpu-features: Match tests to required acceleratorsFabiano Rosas1-7/+15
2023-02-16tests/avocado: Tag TCG tests with accel:tcgFabiano Rosas2-0/+9
2023-02-16tests/avocado: Skip tests that require a missing acceleratorFabiano Rosas1-0/+4
2023-02-16tests/avocado: retire the Aarch64 TCG tests from boot_linux.pyAlex Bennée2-46/+65
2023-02-16Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell4-161/+274
2023-02-14tests/tcg/s390x: Use -nostdlib for softmmu testsIlya Leoshkevich1-1/+1
2023-02-14tests/qtest: Don't build virtio-serial-test.c if device not presentFabiano Rosas1-1/+5
2023-02-14tests/qtest: bios-tables-test: Skip if missing configsFabiano Rosas1-1/+3
2023-02-14tests/qemu-iotests: Require virtio-scsi-pciFabiano Rosas1-0/+1
2023-02-14tests/qtest: Do not include hexloader-test if loader device is not presentFabiano Rosas1-2/+2
2023-02-14tests/qtest: Check for devices in bios-tables-testFabiano Rosas1-4/+71
2023-02-14tests/qtest: drive_del-test: Skip tests that require missing devicesFabiano Rosas1-0/+65
2023-02-14tests/qtest: Skip unplug tests that use missing devicesFabiano Rosas1-6/+27
2023-02-14test/qtest: Fix coding style in device-plug-test.cFabiano Rosas1-3/+5
2023-02-14tests/qtest: hd-geo-test: Check for missing devicesFabiano Rosas1-13/+25
2023-02-14tests/qtest: Add dependence on PCIE_PORT for virtio-net-failover.cFabiano Rosas1-1/+2
2023-02-14tests/qtest: Do not run lsi53c895a test if device is not presentFabiano Rosas1-0/+4
2023-02-14tests/qtest: Skip PXE tests for missing devicesFabiano Rosas1-0/+4
2023-02-14hw/misc/sga: Remove the deprecated "sga" deviceThomas Huth1-1/+1
2023-02-14tests/qtest/npcm7xx_pwm-test: Be less verbose unless V=2Peter Maydell1-6/+21
2023-02-11Update bench-code for addressing CI problemling xu3-5/+509
2023-02-11libqtest: ensure waitpid() is only called oncePaolo Bonzini1-22/+33
2023-02-11libqtest: split qtest_spawn_qemu functionPaolo Bonzini1-49/+56
2023-02-11target/i386: fix ADOX followed by ADCXPaolo Bonzini2-1/+80
2023-02-11target/i386: Fix BEXTR instructionRichard Henderson1-0/+12
2023-02-11tests/tcg/i386: Introduce and use reg_t consistentlyRichard Henderson1-89/+93
2023-02-09iotests/detect-zeroes-registered-buf: add new testStefan Hajnoczi2-0/+65
2023-02-09tests/qtest/netdev-socket: Raise connection timeout to 60 secondsPeter Maydell1-1/+1
2023-02-08Merge tag 'pull-tricore-20230208' of https://github.com/bkoppelmann/qemu into...Peter Maydell7-4/+201
2023-02-08tests/tcg/tricore: Add test for ld.hBastian Koppelmann3-0/+29
2023-02-08tests/tcg/tricore: Add LD.BU testsBastian Koppelmann3-0/+39
2023-02-08tests/tcg/tricore: Add OPC2_32_RRRR_DEXTR testsBastian Koppelmann2-0/+44
2023-02-08tests/tcg/tricore: Add tests for RRPW_DEXTRBastian Koppelmann3-0/+49
2023-02-08tests/tcg/tricore: Add test for OPC2_32_RCRW_INSERTBastian Koppelmann3-4/+22
2023-02-08tests/tcg/tricore: Add test for OPC2_32_RCRW_IMASKBastian Koppelmann3-0/+18
2023-02-08Drop duplicate #includeMarkus Armbruster1-1/+0