aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2025-01-03Merge tag 'qtest-20250102-pull-request' of https://gitlab.com/farosas/qemu in...Stefan Hajnoczi7-69/+16
2025-01-02qtest/fw-cfg: remove compiled out codeAni Sinha1-6/+0
2025-01-02tests/qtest/migration: Re-enable postcopy testsFabiano Rosas1-1/+5
2025-01-02tests/migration: Drop arch_[source|target]Peter Xu1-6/+2
2025-01-02tests/qtest/virtio-iommu-test: Don't pass uninitialized data into qtest_memwriteFabiano Rosas1-2/+2
2025-01-02tests/qtest/bios-tables-test: Free tables at dump_aml_filesFabiano Rosas1-0/+1
2025-01-02tests/qtest/migration: Initialize buffer in probe_o_direct_supportFabiano Rosas1-0/+1
2025-01-02tests/qtest/migration: Do proper cleanup in the dirty_limit testFabiano Rosas1-0/+5
2025-01-02tests/qtest/migration: Fix compile errors when CONFIG_UADK is setShameer Kolothum1-54/+0
2025-01-02tests/functional/test_arm_quanta_gsj: Fix broken testThomas Huth1-1/+1
2025-01-02tests/functional/test_rx_gdbsim: Use stable URL for test_linux_sashPhilippe Mathieu-Daudé1-5/+8
2025-01-02tests/functional/test_ppc64_hv: Update to Alpine 3.21.0Nicholas Piggin1-4/+4
2025-01-02tests/functional/test_ppc64_hv: Update repo managementNicholas Piggin1-3/+4
2025-01-02tests/functional/test_ppc64_hv: Simplify console handlingNicholas Piggin1-24/+19
2025-01-02tests/functional: Extract the find_free_ports() function into a helper fileThomas Huth2-28/+64
2025-01-02tests/functional/test_vnc: Remove the test_no_vnc testThomas Huth1-5/+0
2025-01-02tests/functional/test_vnc: Do not use a hard-coded VNC portThomas Huth1-2/+2
2025-01-02tests/functional: Convert the vnc testThomas Huth2-5/+8
2024-12-31ui & main loop: Redesign of system-specific main thread event handlingPhil Dennis-Jordan1-0/+1
2024-12-24tests/tcg: Do not use inttypes.h in multiarch/system/memory.cIlya Leoshkevich1-5/+4
2024-12-21Merge tag 'exec-20241220' of https://github.com/philmd/qemu into stagingStefan Hajnoczi18-19/+43
2024-12-21Merge tag 'pull-riscv-to-apply-20241220' of https://github.com/alistair23/qem...Stefan Hajnoczi1-0/+0
2024-12-21Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi1-1/+0
2024-12-20include: Include missing 'qemu/clang-tsa.h' headerPhilippe Mathieu-Daudé2-0/+2
2024-12-20include: Rename sysemu/ -> system/Philippe Mathieu-Daudé16-18/+18
2024-12-20tests: Explicitly create containers in test_qom_partial_path()Peter Xu1-1/+1
2024-12-20tests: Fix test-qdev-global-props on anonymous qdev realize()Peter Xu1-0/+22
2024-12-20tests/qtest/bios-tables-test: Update virt SPCR golden reference for RISC-VSia Jee Heng2-1/+0
2024-12-20qtest: allow SPCR acpi table changesSia Jee Heng1-0/+1
2024-12-19include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson1-1/+0
2024-12-18Merge tag 'pull-request-2024-12-18' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi77-1028/+1271
2024-12-17tests/functional: Convert the hotplug_cpu avocado testThomas Huth3-37/+70
2024-12-17tests/functional: Convert the intel_iommu avocado testThomas Huth3-123/+178
2024-12-17tests/functional: Add a helper function for retrieving the hostfwd portThomas Huth2-5/+10
2024-12-17tests/functional: Convert the arm virt avocado testThomas Huth3-21/+31
2024-12-17tests/functional: Convert the quanta-gsj avocado testThomas Huth3-86/+96
2024-12-17tests/functional: ignore errors when caching assets, except for 404Daniel P. Berrangé1-1/+13
2024-12-17tests/functional: skip tests if assets are not availableDaniel P. Berrangé2-1/+18
2024-12-17tests/functional: remove now unused 'run_cmd' helperDaniel P. Berrangé2-12/+1
2024-12-17tests/functional: replace 'run_cmd' with subprocess helpersDaniel P. Berrangé6-30/+41
2024-12-17tests/functional: drop back compat imports from utils.pyDaniel P. Berrangé1-5/+0
2024-12-17tests/functional: convert tests to new uncompress helperDaniel P. Berrangé14-88/+31
2024-12-17tests/functional: add 'uncompress' to QemuBaseTestDaniel P. Berrangé1-0/+25
2024-12-17tests/functional: add a generalized uncompress helperDaniel P. Berrangé2-0/+48
2024-12-17tests/functional: convert tests to new archive_extract helperDaniel P. Berrangé37-205/+134
2024-12-17tests/functional: add 'archive_extract' to QemuBaseTestDaniel P. Berrangé1-0/+32
2024-12-17tests/functional: add a generalized archive_extractDaniel P. Berrangé2-0/+59
2024-12-17tests/functional: let cpio_extract accept filenamesDaniel P. Berrangé1-5/+11
2024-12-17tests/functional: add common deb_extract helperDaniel P. Berrangé2-9/+17
2024-12-17tests/functional: add common zip_extract helperDaniel P. Berrangé1-0/+8