summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* iotests: Make 182 do without device_addMax Reitz2019-05-072-5/+18
* iotests: Tweak 221 sizing for different hole granularitiesEric Blake2019-05-072-15/+15
* tests/qemu-iotests: Fix more reference output files due to recent qemu-io changeThomas Huth2019-05-073-50/+50
* iotests: Fix 233 for ports other than 10809Max Reitz2019-05-072-4/+6
* Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...Peter Maydell2019-05-035-25/+218
|\
| * tests/boot_linux_console: add a test for alpha + clipperCleber Rosa2019-05-031-0/+22
| * tests/boot_linux_console: add a test for s390x + s390-ccw-virtioCleber Rosa2019-05-031-0/+20
| * tests/boot_linux_console: add a test for arm + virtCleber Rosa2019-05-031-0/+20
| * tests/boot_linux_console: add a test for aarch64 + virtCleber Rosa2019-05-031-0/+21
| * tests/boot_linux_console: add a test for mips64el + maltaCleber Rosa2019-05-031-0/+33
| * tests/boot_linux_console: add a test for mips + maltaPhilippe Mathieu-Daudé2019-05-031-0/+41
| * tests/boot_linux_console: refactor the console watcher into utility methodCleber Rosa2019-05-031-9/+21
| * tests/boot_linux_console: increase timeoutCleber Rosa2019-05-031-1/+1
| * tests/boot_linux_console: add common kernel command line optionsCleber Rosa2019-05-031-1/+3
| * tests/boot_linux_console: update the x86_64 kernelCleber Rosa2019-05-031-3/+3
| * tests/boot_linux_console: rename the x86_64 after the arch and machineCleber Rosa2019-05-031-5/+7
| * tests/acceptance: look for target architecture in test tags firstCleber Rosa2019-05-031-1/+6
| * tests/acceptance: use "arch:" tag to filter target specific testsCleber Rosa2019-05-034-3/+6
| * tests/acceptance: introduce arch parameter and attributeCleber Rosa2019-05-031-3/+11
| * tests/acceptance: improve docstring on pick_default_qemu_bin()Cleber Rosa2019-05-031-0/+4
| * tests/acceptance: show avocado test execution by defaultCleber Rosa2019-05-031-1/+1
* | tests/uefi-boot-images: report the SMBIOS entry point structuresLaszlo Ersek2019-05-034-0/+0
* | tests/uefi-test-tools: report the SMBIOS entry point structuresLaszlo Ersek2019-05-033-10/+40
|/
* hmp: gva2gpa debug commandDr. David Alan Gilbert2019-05-011-0/+1
* iotests: Check that images are in read-only mode after block-commitAlberto Garcia2019-04-303-0/+151
* qemu-img: Make create hint at protocol optionsMax Reitz2019-04-301-4/+16
* iotests: Perform the correct test in 082Max Reitz2019-04-302-4/+6
* qemu-img: Saner printing of large file sizesEric Blake2019-04-3028-112/+112
* tests/qemu-iotests: Fix output of qemu-io related testsThomas Huth2019-04-3026-214/+214
* Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2019-04-261-0/+19
|\
| * cpu: Fix crash with empty -cpu optionEduardo Habkost2019-04-251-0/+19
* | Merge tag 's390-ccw-bios-2019-04-12' into s390-next-stagingCornelia Huck2019-04-251-1/+1
|\ \ | |/ |/|
| * s390-bios: Factor finding boot device out of virtio code pathJason J. Herne2019-04-121-1/+1
* | Merge remote-tracking branch 'remotes/lersek/tags/edk2-pull-2019-04-22' into ...Peter Maydell2019-04-242-92/+10Star
|\ \
| * | tests: add missing dependency to build QTEST_QEMU_BINARY, round 2Laszlo Ersek2019-04-171-1/+1
| * | tests/uefi-test-tools/build.sh: work around TianoCore#1607Laszlo Ersek2019-04-171-0/+3
| * | roms: lift "edk2-funcs.sh" from "tests/uefi-test-tools/build.sh"Laszlo Ersek2019-04-171-91/+6Star
* | | qemu-print: New qemu_printf(), qemu_vprintf() etc.Markus Armbruster2019-04-181-0/+1
|/ /
* | iotest: Fix 241 to run in generic directoryEric Blake2019-04-122-4/+6
* | iotests: Let 245 pass on tmpfsMax Reitz2019-04-121-2/+8
|/
* tests: Make check-block a phony targetMarkus Armbruster2019-04-091-1/+1
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2019-04-081-0/+1
|\
| * hmp: Fix drive_add ... format=help crashMarkus Armbruster2019-04-081-0/+1
* | test qgraph.c: Fix segs due to out of scope defaultDr. David Alan Gilbert2019-04-081-2/+4
* | tests/libqos: fix usage of bool in pci-spapr.cJafar Abdi2019-04-081-1/+1
* | tests/libqos: fix usage of bool in pci-pc.cJafar Abdi2019-04-081-1/+1
|/
* Merge remote-tracking branch 'remotes/berrange/tags/filemon-next-pull-request...Peter Maydell2019-04-021-327/+323Star
|\
| * filemon: fix watch IDs to avoid potential wraparound issuesDaniel P. Berrangé2019-04-021-58/+72
| * filemon: ensure watch IDs are unique to QFileMonitor scopeDaniel P. Berrangé2019-04-021-8/+108
| * tests: refactor file monitor test to make it more understandableDaniel P. Berrangé2019-04-021-326/+208Star