aboutsummaryrefslogtreecommitdiff
path: root/tests/qtest
AgeCommit message (Expand)AuthorFilesLines
2023-02-11libqtest: split qtest_spawn_qemu functionPaolo Bonzini1-49/+56
2023-02-09tests/qtest/netdev-socket: Raise connection timeout to 60 secondsPeter Maydell1-1/+1
2023-02-06io: Add support for MSG_PEEK for socket channelmanish.mishra1-1/+1
2023-02-06util/userfaultfd: Add uffd_open()Peter Xu1-2/+2
2023-02-02Merge tag 'pull-request-2023-01-31' of https://gitlab.com/thuth/qemu into sta...Peter Maydell6-47/+491
2023-01-31tests/qtest/display-vga-test: Add proper checks if a device is availableThomas Huth1-40/+25
2023-01-28tests/qtest/bios-tables-test: Make the test less verbose by defaultThomas Huth1-5/+12
2023-01-28tests: acpi: update expected blobsIgor Mammedov1-11/+0
2023-01-28tests: acpi: whitelist DSDT before moving non-hotpluggble slots description f...Igor Mammedov1-0/+11
2023-01-28tests: acpi: update expected blobsIgor Mammedov1-4/+0
2023-01-28tests: acpi: whitelist DSDT blobs before removing dynamic _DSM on coldplugged...Igor Mammedov1-0/+4
2023-01-28tests: acpi: update expected blobsIgor Mammedov1-14/+0
2023-01-28tests: acpi: whitelist DSDT before decoupling PCI hotplug code from basic slo...Igor Mammedov1-0/+14
2023-01-28tests: acpi: update expected blobsIgor Mammedov1-4/+0
2023-01-28tests: acpi: add endpoint devices to bridgesIgor Mammedov1-8/+29
2023-01-28whitelist DSDT before adding endpoint devices to bridge testcasesIgor Mammedov1-0/+4
2023-01-28tests: acpi: update expected blobsIgor Mammedov1-36/+0
2023-01-28tests: acpi: whitelist DSDT before refactoring acpi based PCI hotplug machineryIgor Mammedov1-0/+36
2023-01-28tests: acpi: update expected blobsIgor Mammedov1-1/+0
2023-01-28tests: acpi: whitelist DSDT before refactoring acpi based PCI hotplug machineryIgor Mammedov1-0/+1
2023-01-28tests: acpi: add reboot cycle to bridge testIgor Mammedov1-1/+15
2023-01-28tests: boot_sector_test(): make it multi-shotIgor Mammedov1-0/+2
2023-01-28tests: acpi: extend bridge tests with hotplugged bridgesIgor Mammedov1-8/+40
2023-01-28tests: boot_sector_test: avoid crashing if status is not available yetIgor Mammedov1-1/+3
2023-01-28tests: acpi: cleanup use_uefi argument usageIgor Mammedov1-20/+15
2023-01-28tests: acpi: update expected blobsIgor Mammedov1-4/+0
2023-01-28tests: acpi: extend pcihp with nested bridgesIgor Mammedov1-4/+13
2023-01-28tests: acpi: whitelist DSDT blobs for tests that use pci-bridgesIgor Mammedov1-0/+4
2023-01-28tests: acpi: cleanup arguments to make them more readableIgor Mammedov1-10/+7
2023-01-28tests: qtest: print device_add error before failing testIgor Mammedov1-0/+4
2023-01-26tests/qtest/boot-serial-test: Constify tests[] arrayPhilippe Mathieu-Daudé1-1/+1
2023-01-26tests/qtest/vnc-display-test: Disable on DarwinPhilippe Mathieu-Daudé1-1/+4
2023-01-26tests/qtest/vnc-display-test: Use the 'none' machinePhilippe Mathieu-Daudé1-1/+1
2023-01-26tests/qtest/vnc-display-test: Suppress build warnings on WindowsPhilippe Mathieu-Daudé1-0/+4
2023-01-26tests/qtest/bios-tables-test: Make the test less verbose by defaultThomas Huth1-5/+12
2023-01-26tests/qtest/qom-test: Stop spamming the test logThomas Huth1-5/+7
2023-01-26tests/qtest: netdev: test stream and dgram backendsLaurent Vivier2-0/+450
2023-01-19Merge tag 'trivial-branch-for-8.0-pull-request' of https://gitlab.com/laurent...Peter Maydell3-4/+5
2023-01-18Merge tag 'pull-request-2023-01-18' of https://gitlab.com/thuth/qemu into sta...Peter Maydell4-20/+17
2023-01-18tests/qtest/libqos/e1000e: Remove duplicate register definitionsAkihiko Odaki2-15/+10
2023-01-18tests/qtest/e1000e-test: Fix the code styleAkihiko Odaki2-3/+5
2023-01-18tests/qtest: Restrict bcm2835-dma-test to CONFIG_RASPIFabiano Rosas1-2/+2
2023-01-16tests/qtest/tpm-emu: Avoid hangs using abort handlers closing channelsStefan Berger1-0/+10
2023-01-16tests/qtest: Poll on waitpid() for a while before sending SIGKILLStefan Berger1-1/+19
2023-01-16tests/qtest/test-hmp: Improve the check for verbose modeThomas Huth1-1/+1
2023-01-16Call qemu_socketpair() instead of socketpair() when possibleGuoyi Tu2-3/+4
2023-01-16tests/qtest/qom-test: Do not print tested properties by defaultThomas Huth1-1/+11
2023-01-11tests: add G_GNUC_PRINTF for various functionsDaniel P. Berrangé13-14/+27
2023-01-09Merge tag 'pull-request-2023-01-09' of https://gitlab.com/thuth/qemu into sta...Peter Maydell3-14/+20
2023-01-09error handling: Use RETRY_ON_EINTR() macro where applicableNikita Ivanov1-3/+1