aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2019-05-28Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-next-280519-2...Peter Maydell17-386/+1618
2019-05-28tests/qemu-iotests: re-format output to for make check-blockAlex Bennée1-60/+117
2019-05-28tests/qemu-iotests/group: Re-use the "auto" group for tests that can always runThomas Huth1-82/+95
2019-05-28tests/tcg/alpha: add system boot.SRichard Henderson3-0/+575
2019-05-28tests/tcg/multiarch: expand system memory test to cover moreAlex Bennée3-72/+282
2019-05-28tests/tcg/minilib: support %c format charAlex Bennée1-0/+3
2019-05-28tests/tcg/multiarch: move the system memory testAlex Bennée1-0/+0
2019-05-28tests/tcg/aarch64: add system boot.SAlex Bennée3-0/+295
2019-05-28tests/tcg/multiarch: add hello world system testAlex Bennée2-1/+1
2019-05-28tests/tcg/multiarch: add support for multiarch system testsAlex Bennée2-0/+15
2019-05-28tests/docker: Test more components on the Fedora default imagePhilippe Mathieu-Daudé1-0/+7
2019-05-28tests/docker: add ubuntu 18.04Gerd Hoffmann1-0/+57
2019-05-26BootLinuxSshTest: Test some userspace commands on MaltaPhilippe Mathieu-Daudé2-0/+231
2019-05-23tests: fw_cfg: add 'splash-time' test caseLi Qiang1-0/+20
2019-05-23tests: fw_cfg: add 'reboot-timeout' test caseLi Qiang1-0/+21
2019-05-23tests: fw_cfg: add a function to get the fw_cfg fileLi Qiang2-0/+47
2019-05-23tests: refactor fw_cfg_testLi Qiang1-15/+78
2019-05-23tests/fw_cfg: Free QFWCFG object after qtest has runPhilippe Mathieu-Daudé1-0/+1
2019-05-23tests/libqos: Add pc_fw_cfg_uninit() and use itPhilippe Mathieu-Daudé2-1/+6
2019-05-23tests/libqos: Add io_fw_cfg_uninit() and mm_fw_cfg_uninit()Philippe Mathieu-Daudé2-0/+12
2019-05-22tests/vhost-user-bridge: Fix misuse of isdigit()Markus Armbruster1-1/+2
2019-05-21Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell5-75/+159
2019-05-21tests: acpi: print error unable to dump ACPI table during rebuildIgor Mammedov1-1/+4
2019-05-21tests: acpi: refactor rebuild-expected-aml.sh to dump ACPI tables for a speci...Igor Mammedov1-12/+11
2019-05-21Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-05-2...Peter Maydell116-369/+192
2019-05-21Merge remote-tracking branch 'remotes/xtensa/tags/20190520-xtensa' into stagingPeter Maydell1-0/+48
2019-05-21tests/qemu-iotests: Remove the "_supported_os Linux" line from many testsThomas Huth99-99/+0
2019-05-21tests/qemu-iotests: Do not hard-code the path to bashThomas Huth5-5/+5
2019-05-21tests/qemu-iotests/check: Pick a default machine if necessaryThomas Huth1-1/+12
2019-05-21tests/qemu-iotests/005: Add a sanity check for large sparse file supportThomas Huth1-0/+9
2019-05-21tests/hd-geo-test: Use qtest_init() instead of qtest_start()Thomas Huth1-35/+41
2019-05-21tests/device-introspect: Use qtest_init() instead of qtest_start()Thomas Huth1-39/+46
2019-05-21tests/qom-test: Use qtest_init() instead of qtest_start()Thomas Huth1-15/+13
2019-05-21tests/numa-test: Use qtest_init() instead of qtest_start()Thomas Huth1-23/+30
2019-05-21tests/q35-test: Make test independent of global_qtestThomas Huth1-21/+18
2019-05-21tests/libqos: Get rid of global_qtest dependency in qvring_init()Thomas Huth4-11/+15
2019-05-21tests/libqtest: Fix description of qtest_vinitf() and qtest_initf()Thomas Huth1-2/+2
2019-05-21tests/libqtest: Remove unused global_qtest-related wrapper functionsThomas Huth2-118/+1
2019-05-20tests: acpi: allow to override default acceleratorIgor Mammedov1-3/+5
2019-05-20tests: acpi: ignore SMBIOS tests when UEFI firmware is usedIgor Mammedov1-2/+9
2019-05-20tests: acpi: add a way to start tests with UEFI firmwareIgor Mammedov1-17/+35
2019-05-20tests: acpi: add acpi_find_rsdp_address_uefi() helperIgor Mammedov2-0/+46
2019-05-20tests: acpi: move boot_sector_init() into x86 tests branchIgor Mammedov1-4/+5
2019-05-20tests: acpi: skip FACS table if board uses hw reduced ACPI profileIgor Mammedov1-3/+7
2019-05-20tests: acpi: fetch X_DSDT if pointer to DSDT is 0Igor Mammedov1-1/+10
2019-05-20tests: acpi: make pointer to RSDP 64bitIgor Mammedov3-8/+6
2019-05-20tests: acpi: make RSDT test routine handle XSDTIgor Mammedov3-19/+14
2019-05-20tests: acpi: make acpi_fetch_table() take size of fetched table pointerIgor Mammedov4-11/+13
2019-05-20tests: acpi: rename acpi_parse_rsdp_table() into acpi_fetch_rsdp_table()Igor Mammedov4-4/+4
2019-05-20iotests: Make 245 faster and more reliableMax Reitz2-8/+26