aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* i386/xen: add monitor commands to test event injectionJoao Martins2023-03-011-0/+1
* Merge tag 'buildsys-qom-qdev-ui-20230227' of https://github.com/philmd/qemu into stagingPeter Maydell2023-02-283-3/+3
|\
| * hw: Move ich9.h to southbridge/Bernhard Beschow2023-02-271-1/+1
| * tests/unit: Restrict machine-smp.c test to system emulationPhilippe Mathieu-Daudé2023-02-271-1/+1
| * replay: Extract core API to 'exec/replay-core.h'Philippe Mathieu-Daudé2023-02-271-1/+1
* | Merge tag 'for-upstream-8.0' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2023-02-2711-23/+113
|\ \ | |/ |/|
| * ci, docker: update CentOS and OpenSUSE Python to non-EOL versionsPaolo Bonzini2023-02-276-22/+107
| * lcitool: update submodulePaolo Bonzini2023-02-274-1/+3
| * target/i386: Fix BZHI instructionRichard Henderson2023-02-271-0/+3
* | Merge tag 'pull-target-arm-20230227' of https://git.linaro.org/people/pmaydell/qemu-arm into stagingPeter Maydell2023-02-271-0/+1
|\ \
| * | tests/avocado: add machine:none tag to version.pyFabiano Rosas2023-02-271-0/+1
| |/
* | Updated the FSF address to <https://www.gnu.org/licenses/>Khadija Kamran2023-02-273-7/+3
* | tests/tcg/s390x: Add sam.SIlya Leoshkevich2023-02-272-0/+68
* | tests/tcg/s390x: Add bal.SIlya Leoshkevich2023-02-272-0/+25
* | tests/qtest/rtl8139-test: Make the test less verbose by defaultThomas Huth2023-02-271-2/+13
|/
* Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell2023-02-242-10/+13
|\
| * block: Mark public read/write functions GRAPH_RDLOCKKevin Wolf2023-02-231-9/+11
| * block: Mark bdrv_co_block_status() and callers GRAPH_RDLOCKKevin Wolf2023-02-231-1/+2
* | Merge tag 'python-pull-request' of https://gitlab.com/jsnow/qemu into stagingPeter Maydell2023-02-243-4/+3
|\ \
| * | python: drop pipenvJohn Snow2023-02-221-1/+0
| * | python: support pylint 2.16John Snow2023-02-222-3/+3
| |/
* | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2023-02-242-0/+72
|\ \ | |/ |/|
| * target/i386: Fix 32-bit AD[CO]X insns in 64-bit modeRichard Henderson2023-02-162-0/+72
* | Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingPeter Maydell2023-02-211-0/+101
|\ \
| * | net: stream: add a new option to automatically reconnectLaurent Vivier2023-02-171-0/+101
| |/
* | Merge tag 'pr-2023-02-16' of https://gitlab.com/a1xndr/qemu into stagingPeter Maydell2023-02-2111-379/+57
|\ \
| * | fuzz: remove fork-fuzzing scaffoldingAlexander Bulekov2023-02-164-123/+3
| * | fuzz/i440fx: remove fork-based fuzzerAlexander Bulekov2023-02-161-26/+1
| * | fuzz/virtio-blk: remove fork-based fuzzerAlexander Bulekov2023-02-161-44/+7
| * | fuzz/virtio-net: remove fork-based fuzzerAlexander Bulekov2023-02-161-49/+5
| * | fuzz/virtio-scsi: remove fork-based fuzzerAlexander Bulekov2023-02-161-44/+7
| * | fuzz/generic-fuzz: add a limit on DMA bytes writtenAlexander Bulekov2023-02-161-0/+5
| * | fuzz/generic-fuzz: use reboots instead of forks to reset stateAlexander Bulekov2023-02-161-92/+22
| * | fuzz: add fuzz_reset APIAlexander Bulekov2023-02-162-1/+7
| |/
* | Merge tag 'pull-virtiofs-20230216b' of https://gitlab.com/dagrh/qemu into stagingPeter Maydell2023-02-201-217/+0
|\ \
| * | virtiofsd: Remove testDr. David Alan Gilbert2023-02-161-217/+0
| |/
* | tests/qtest: Restrict tpm-tis-devices-{swtpm}-test to CONFIG_TCGFabiano Rosas2023-02-161-2/+2
* | tests/qtest: arm-cpu-features: Match tests to required acceleratorsFabiano Rosas2023-02-161-7/+15
* | tests/avocado: Tag TCG tests with accel:tcgFabiano Rosas2023-02-162-0/+9
* | tests/avocado: Skip tests that require a missing acceleratorFabiano Rosas2023-02-161-0/+4
* | tests/avocado: retire the Aarch64 TCG tests from boot_linux.pyAlex Bennée2023-02-162-46/+65
|/
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2023-02-164-161/+274
|\
| * libqtest: ensure waitpid() is only called oncePaolo Bonzini2023-02-111-22/+33
| * libqtest: split qtest_spawn_qemu functionPaolo Bonzini2023-02-111-49/+56
| * target/i386: fix ADOX followed by ADCXPaolo Bonzini2023-02-112-1/+80
| * target/i386: Fix BEXTR instructionRichard Henderson2023-02-111-0/+12
| * tests/tcg/i386: Introduce and use reg_t consistentlyRichard Henderson2023-02-111-89/+93
* | tests/tcg/s390x: Use -nostdlib for softmmu testsIlya Leoshkevich2023-02-141-1/+1
* | tests/qtest: Don't build virtio-serial-test.c if device not presentFabiano Rosas2023-02-141-1/+5
* | tests/qtest: bios-tables-test: Skip if missing configsFabiano Rosas2023-02-141-1/+3