summary refs log tree commit diff stats
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | Update lcitool and fedora to 37Marc-André Lureau2023-02-025-9/+9
| * | meson: replace Perl usage with PythonMarc-André Lureau2023-02-021-3/+4
| * | tests/unit: drop hacky race avoidance in test-io-channel-commandAlex Bennée2023-02-021-4/+10
* | | Merge tag 'pull-request-2023-01-31' of https://gitlab.com/thuth/qemu into sta...Peter Maydell2023-02-028-47/+493
|\ \ \
| * | | tests/qtest/display-vga-test: Add proper checks if a device is availableThomas Huth2023-01-311-40/+25
| * | | tests/qtest/boot-serial-test: Constify tests[] arrayPhilippe Mathieu-Daudé2023-01-261-1/+1
| * | | tests/qtest/vnc-display-test: Disable on DarwinPhilippe Mathieu-Daudé2023-01-261-1/+4
| * | | tests/qtest/vnc-display-test: Use the 'none' machinePhilippe Mathieu-Daudé2023-01-261-1/+1
| * | | tests/qtest/vnc-display-test: Suppress build warnings on WindowsPhilippe Mathieu-Daudé2023-01-261-0/+4
| * | | tests/docker/dockerfiles: Add libfdt to the i386 and to the riscv64 containerThomas Huth2023-01-262-0/+2
| * | | tests/qtest/bios-tables-test: Make the test less verbose by defaultThomas Huth2023-01-261-5/+12
| * | | tests/qtest/qom-test: Stop spamming the test logThomas Huth2023-01-261-5/+7
| * | | tests/qtest: netdev: test stream and dgram backendsLaurent Vivier2023-01-262-0/+450
| | |/ | |/|
* | | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell2023-02-0239-44/+127
|\ \ \ | |_|/ |/| |
| * | tests/qtest/bios-tables-test: Make the test less verbose by defaultThomas Huth2023-01-281-5/+12
| * | tests: acpi: update expected blobsIgor Mammedov2023-01-2812-11/+0
| * | tests: acpi: whitelist DSDT before moving non-hotpluggble slots description f...Igor Mammedov2023-01-281-0/+11
| * | tests: acpi: update expected blobsIgor Mammedov2023-01-285-4/+0
| * | tests: acpi: whitelist DSDT blobs before removing dynamic _DSM on coldplugged...Igor Mammedov2023-01-281-0/+4
| * | tests: acpi: update expected blobsIgor Mammedov2023-01-2815-14/+0
| * | tests: acpi: whitelist DSDT before decoupling PCI hotplug code from basic slo...Igor Mammedov2023-01-281-0/+14
| * | tests: acpi: update expected blobsIgor Mammedov2023-01-285-4/+0
| * | tests: acpi: add endpoint devices to bridgesIgor Mammedov2023-01-281-8/+29
| * | whitelist DSDT before adding endpoint devices to bridge testcasesIgor Mammedov2023-01-281-0/+4
| * | tests: acpi: update expected blobsIgor Mammedov2023-01-2837-36/+0
| * | tests: acpi: whitelist DSDT before refactoring acpi based PCI hotplug machineryIgor Mammedov2023-01-281-0/+36
| * | tests: acpi: update expected blobsIgor Mammedov2023-01-282-1/+0
| * | tests: acpi: whitelist DSDT before refactoring acpi based PCI hotplug machineryIgor Mammedov2023-01-281-0/+1
| * | tests: acpi: add reboot cycle to bridge testIgor Mammedov2023-01-281-1/+15
| * | tests: boot_sector_test(): make it multi-shotIgor Mammedov2023-01-281-0/+2
| * | tests: acpi: extend bridge tests with hotplugged bridgesIgor Mammedov2023-01-281-8/+40
| * | tests: boot_sector_test: avoid crashing if status is not available yetIgor Mammedov2023-01-281-1/+3
| * | tests: acpi: cleanup use_uefi argument usageIgor Mammedov2023-01-281-20/+15
| * | tests: acpi: update expected blobsIgor Mammedov2023-01-284-4/+0
| * | tests: acpi: extend pcihp with nested bridgesIgor Mammedov2023-01-281-4/+13
| * | tests: acpi: whitelist DSDT blobs for tests that use pci-bridgesIgor Mammedov2023-01-281-0/+4
| * | tests: acpi: cleanup arguments to make them more readableIgor Mammedov2023-01-281-10/+7
| * | tests: qtest: print device_add error before failing testIgor Mammedov2023-01-281-0/+4
| |/
* / python/machine: Fix AF_UNIX path too long on macOSPeter Delevoryas2023-01-241-1/+1
|/
* Merge tag 'pull-riscv-to-apply-20230120' of https://github.com/alistair23/qem...Peter Maydell2023-01-201-0/+65
|\
| * tests/avocado: add RISC-V OpenSBI boot testDaniel Henrique Barboza2023-01-201-0/+65
* | Merge tag 'pull-include-2023-01-20' of https://repo.or.cz/qemu/armbru into st...Peter Maydell2023-01-205-5/+3
|\ \ | |/ |/|
| * include/block: Untangle inclusion loopsMarkus Armbruster2023-01-202-1/+2
| * coroutine: Split qemu/coroutine-core.h off qemu/coroutine.hMarkus Armbruster2023-01-201-1/+1
| * coroutine: Clean up superfluous inclusion of qemu/lockable.hMarkus Armbruster2023-01-191-1/+0
| * coroutine: Clean up superfluous inclusion of qemu/coroutine.hMarkus Armbruster2023-01-192-2/+0
* | Merge tag 'trivial-branch-for-8.0-pull-request' of https://gitlab.com/laurent...Peter Maydell2023-01-195-7/+8
|\ \
| * | tests/qtest/test-hmp: Improve the check for verbose modeThomas Huth2023-01-161-1/+1
| * | Call qemu_socketpair() instead of socketpair() when possibleGuoyi Tu2023-01-164-6/+7
* | | Merge tag 'pull-request-2023-01-18' of https://gitlab.com/thuth/qemu into sta...Peter Maydell2023-01-185-24/+20
|\ \ \ | |_|/ |/| |