aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2023-05-31decodetree: Add --output-null for meson testingRichard Henderson1-2/+2
2023-05-30Merge tag 'pull-tcg-20230530' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson8-28/+120
2023-05-30tests/avocado/virtio-gpu: Cancel test if drm rendering is not availableThomas Huth1-1/+5
2023-05-30tests/decode: Add tests for various named-field casesPeter Maydell6-0/+60
2023-05-30tests/decode: Convert tests to mesonRichard Henderson3-28/+60
2023-05-30Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingRichard Henderson10-118/+88
2023-05-30aio: remove aio_disable_external() APIStefan Hajnoczi5-108/+5
2023-05-30block: drain from main loop thread in bdrv_co_yield_to_drain()Stefan Hajnoczi1-6/+8
2023-05-30iotests: Test blockdev-create in iothreadKevin Wolf2-0/+71
2023-05-30iotests: Make verify_virtio_scsi_pci_or_ccw() publicKevin Wolf2-2/+2
2023-05-30raw-format: Fix open with 'file' in iothreadKevin Wolf1-3/+0
2023-05-30block: Take main AioContext lock when calling bdrv_open()Kevin Wolf1-0/+3
2023-05-30tests/qtest: Run arm-specific tests only if the required machine is availableThomas Huth1-3/+4
2023-05-28target/ppc: Add POWER9 DD2.2 modelNicholas Piggin1-2/+2
2023-05-26Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson4-11/+10
2023-05-26Merge tag 'pull-hex-20230526' of https://github.com/quic/qemu into stagingRichard Henderson20-1206/+1061
2023-05-26Hexagon (target/hexagon) Fix assignment to tmp registersMarco Liebel1-0/+31
2023-05-26Hexagon (tests/tcg/hexagon) Clean up Hexagon check-tcg testsTaylor Simpson19-1206/+1030
2023-05-26meson: Add static glib dependency for initrd-stress.imgFabiano Rosas1-1/+3
2023-05-26Makefile: remove $(TESTS_PYTHON)Paolo Bonzini2-6/+4
2023-05-26tests/vm: fix and simplify HOST_ARCH definitionPaolo Bonzini1-3/+2
2023-05-26tests/docker: simplify HOST_ARCH definitionPaolo Bonzini1-1/+1
2023-05-26hw/scsi/lsi53c895a: Fix reentrancy issues in the LSI controller (CVE-2023-0330)Thomas Huth1-0/+33
2023-05-26tests/qtest/ac97-test: add up-/downsampling testsVolker RĂ¼melin1-1/+39
2023-05-26tests/qtest/usb-hcd-ehci-test: Check for EHCI and UHCI HCDs before using themThomas Huth1-0/+5
2023-05-26tests/qtest/rtl8139-test: Check whether the rtl8139 device is availableThomas Huth1-0/+4
2023-05-26tests/qtest: Check for virtio-blk before using -cdrom with the arm virt machineThomas Huth2-2/+6
2023-05-26tests/qtest/usb-hcd-uhci-test: Check whether "usb-storage" is availableThomas Huth1-1/+3
2023-05-25Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2-12/+12
2023-05-25monitor: do not use mb_read/mb_set for suspend_cntPaolo Bonzini2-12/+12
2023-05-23migration/xbzrle: Use i386 host/cpuinfo.hRichard Henderson3-514/+10
2023-05-23igb: Notify only new interruptsAkihiko Odaki1-4/+0
2023-05-23tests/qtest/libqos/igb: Set GPIE.Multiple_MSIXAkihiko Odaki1-0/+1
2023-05-23tests/avocado: Remove test_igb_nomsi_kvmAkihiko Odaki1-11/+1
2023-05-23tests/avocado: Remove unused importsAkihiko Odaki1-1/+0
2023-05-22Merge tag 'pull-qapi-2023-05-17-v2' of https://repo.or.cz/qemu/armbru into st...Richard Henderson1-1/+1
2023-05-22Merge tag 'pull-request-2023-05-22' of https://gitlab.com/thuth/qemu into sta...Richard Henderson8-46/+54
2023-05-22Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingRichard Henderson8-21/+200
2023-05-22acpi/tests/avocado/bits: enable bios bits avocado tests on gitlab CI pipelineAni Sinha1-4/+4
2023-05-22qapi: Improve error message for description following sectionMarkus Armbruster1-1/+1
2023-05-22tests/qemu-iotests/172: Run QEMU with -vga none and -nic noneThomas Huth1-1/+1
2023-05-22tests/qtest/meson.build: Run the net filter tests only with default devicesThomas Huth1-6/+6
2023-05-22tests/qtest: Check for the availability of virtio-ccw devices before using themThomas Huth2-8/+21
2023-05-22tests/qtest/virtio-ccw-test: Remove superfluous testsThomas Huth1-23/+0
2023-05-22tests/qtest/cdrom-test: Fix the test to also work without optional devicesThomas Huth1-3/+13
2023-05-22tests/qtest/usb-hcd-uhci-test: Skip test if UHCI controller is not availableThomas Huth1-0/+5
2023-05-22tests/qtest/readconfig-test: Check for the availability of USB controllersThomas Huth1-1/+4
2023-05-19Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson16-45/+109
2023-05-19iotests: Test commit with iothreads and ongoing I/OKevin Wolf3-6/+58
2023-05-19tested: add test for nested aio_poll() in poll handlersStefan Hajnoczi2-1/+134