aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2024-02-02hw/arm/npcm7xx: use qemu_configure_nic_device, allow emc0/emc1 as aliasesDavid Woodhouse1-14/+4
2024-02-01Merge tag 'pull-aspeed-20240201' of https://github.com/legoater/qemu into sta...Peter Maydell3-9/+215
2024-02-01hw/fsi: Added qtestNinad Palsule2-0/+206
2024-02-01tests/avocado/machine_aspeed.py: Update buildroot images to 2023.11Cédric Le Goater1-9/+9
2024-01-31Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingPeter Maydell1-2/+0
2024-01-30aspeed: Clean up includesPeter Maydell1-2/+0
2024-01-30Merge tag 'qga-pull-2024-01-30' of https://github.com/kostyanf14/qemu into st...Peter Maydell1-3/+3
2024-01-30Merge tag 'pull-tcg-20240130' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell16-398/+184
2024-01-30tests/unit/test-qga: do not qualify executable pathsSamuel Tardieu1-3/+3
2024-01-29tests/tcg: Add the PROT_NONE gdbstub testIlya Leoshkevich3-1/+84
2024-01-29tests/tcg: Factor out gdbstub test functionsIlya Leoshkevich13-397/+100
2024-01-29userfaultfd: use 1ULL to build ioctl masksPaolo Bonzini1-2/+2
2024-01-26iotests/277: Use iotests.sock_dir for socket creationAndrey Drobyshev1-1/+2
2024-01-26iotests/iothreads-stream: Use the right TimeoutErrorKevin Wolf1-1/+2
2024-01-26tests/unit: Bump test-replication timeout to 60 secondsKevin Wolf1-1/+2
2024-01-26iotests/264: Use iotests.sock_dir for socket creationAndrey Drobyshev1-1/+2
2024-01-26monitor: only run coroutine commands in qemu_aio_contextStefan Hajnoczi30-160/+182
2024-01-26iotests: port 141 to Python for reliable QMP testingStefan Hajnoczi2-331/+176
2024-01-26iotests: add filter_qmp_generated_node_ids()Stefan Hajnoczi1-0/+7
2024-01-26commit: Allow users to request only format driver names in backing file formatPeter Krempa1-1/+2
2024-01-25Merge tag 'pull-request-2024-01-24' of https://gitlab.com/thuth/qemu into sta...Peter Maydell2-12/+16
2024-01-24tests/qtest: Bump timeouts of boot_sector_test()-based tests to 610 secondsThomas Huth1-2/+4
2024-01-23tests/unit/test-iov: Fix timeout problem on NetBSD and OpenBSDThomas Huth1-9/+11
2024-01-23Merge tag 'pull-hex-20240121' of https://github.com/quic/qemu into stagingPeter Maydell1-2/+2
2024-01-23tests/qtest: Bump timeout of the boot-serial-test to 360 secondsThomas Huth1-1/+1
2024-01-21tests/docker: Hexagon toolchain updateBrian Cain1-2/+2
2024-01-20Merge tag 'pull-request-2024-01-19' of https://gitlab.com/thuth/qemu into sta...Peter Maydell6-11/+9
2024-01-19Merge tag 'hw-cpus-20240119' of https://github.com/philmd/qemu into stagingPeter Maydell1-1/+24
2024-01-19Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell1-1/+1
2024-01-19tests/tcg/xtensa: add icount/ibreak priority testMax Filippov1-1/+24
2024-01-19tests/vm/netbsd: Remove missing py311-expat packagePhilippe Mathieu-Daudé1-1/+0
2024-01-19hmp: Remove deprecated 'singlestep' commandPhilippe Mathieu-Daudé1-1/+0
2024-01-19qapi: Remove deprecated 'singlestep' member of StatusInfoPhilippe Mathieu-Daudé4-9/+9
2024-01-18Merge tag 'pull-target-arm-20240118' of https://git.linaro.org/people/pmaydel...Peter Maydell3-0/+861
2024-01-18Merge tag 'pull-request-2024-01-16' of https://gitlab.com/thuth/qemu into sta...Peter Maydell2-3/+5
2024-01-18acpi/tests/avocado/bits: wait for 200 seconds for SHUTDOWN event from bits VMAni Sinha1-3/+6
2024-01-18tests/tcg: Don't #include <inttypes.h> in aarch64/system/vtimer.cIlya Leoshkevich1-1/+1
2024-01-16qtest: Bump npcm7xx_watchdog_timer-test timeout to 2 minutesThomas Huth1-0/+1
2024-01-16tests/qtest/npcm7xx_watchdog_timer: Only test the corner cases by defaultThomas Huth1-2/+3
2024-01-16tests/qtest/meson.build: Bump the boot-serial-test timeout to 4 minutesThomas Huth1-1/+1
2024-01-16tests/qtest: Re-enable multifd cancel testFabiano Rosas1-8/+2
2024-01-16tests/qtest/migration: Use the new migration_test_addFabiano Rosas1-103/+112
2024-01-16tests/qtest/migration: Add a wrapper to print test namesFabiano Rosas2-0/+33
2024-01-16tests/qtest/migration: Print migration incoming errorsFabiano Rosas1-0/+6
2024-01-15tests/qtest: Add STM32L4x5 SYSCFG QTest testcaseInès Varhol2-1/+333
2024-01-15tests/qtest: Add STM32L4x5 EXTI QTest testcaseInès Varhol2-0/+529
2024-01-12Merge tag 'pull-testing-updates-120124-2' of https://gitlab.com/stsquad/qemu ...Peter Maydell6-14/+46
2024-01-12Merge tag 'pull-request-2024-01-11' of https://gitlab.com/thuth/qemu into sta...Peter Maydell5-53/+59
2024-01-12tests/avocado: partially revert unmasking of replay_linux testsAlex Bennée1-0/+3
2024-01-12tests/fp: Bump fp-test-mulAdd test timeout to 3 minutesThomas Huth1-1/+1