aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2018-11-06tests: Fix Python 3 detection on older GNU make versionsEduardo Habkost1-2/+2
2018-11-06Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell49-4/+18
2018-11-05tests/bios-tables-test: add 64-bit PCI MMIO aperture round-up test on Q35Laszlo Ersek1-0/+16
2018-11-05bios-tables-test: prepare expected files for mmio64Michael S. Tsirkin2-0/+0
2018-11-05tests: Move tests/hex-loader-check-data/ to tests/data/hex-loader/Peter Maydell2-1/+1
2018-11-05tests: Move tests/acpi-test-data/ to tests/data/acpi/Peter Maydell45-3/+1
2018-11-05option: Make option help nicer to readMax Reitz1-478/+478
2018-11-05qemu-iotests: Test auto-read-only with -drive and -blockdevKevin Wolf3-0/+207
2018-11-05iotest: Test x-blockdev-change on a QuorumAlberto Garcia2-0/+140
2018-11-05iotest: Test the blkverify mode of the Quorum driverAlberto Garcia2-0/+46
2018-11-05iotests: make 083 specific to rawCleber Rosa1-1/+1
2018-11-02tests/boot-serial-test: Add microbit board testcaseJulia Suvorova1-0/+19
2018-11-02Merge remote-tracking branch 'remotes/elmarco/tags/chrdev-pull-request' into ...Peter Maydell1-0/+125
2018-11-01Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...Peter Maydell38-815/+896
2018-11-01Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2018-10-29-2...Peter Maydell3-44/+43
2018-11-01tests/test-char: Check websocket chardev functionalityJulia Suvorova1-0/+125
2018-10-30Acceptance tests: add make rule for running themCleber Rosa2-2/+20
2018-10-30Bootstrap Python venv for testsCleber Rosa2-0/+29
2018-10-30iotests: Unify log outputs between Python 2 and 3Max Reitz16-740/+744
2018-10-30iotests: Modify imports for Python 3Max Reitz2-6/+14
2018-10-30iotests: 'new' module replacement in 169Max Reitz1-2/+1
2018-10-30iotests: Explicitly bequeath FDs in PythonMax Reitz2-2/+2
2018-10-30iotests: Different iterator behavior in Python 3Max Reitz6-16/+23
2018-10-30iotests: Use // for Python integer divisionMax Reitz11-30/+30
2018-10-30iotests: Use Python byte strings where appropriateMax Reitz6-20/+25
2018-10-30iotests: Flush in iotests.py's QemuIoInteractiveMax Reitz1-0/+1
2018-10-30iotests: Make nbd-fault-injector flushMax Reitz2-0/+10
2018-10-30tests/tpm: Display if swtpm is not found or --tpm2 not supportedMarc-André Lureau3-19/+24
2018-10-30Merge remote-tracking branch 'remotes/vivier2/tags/qemu-trivial-for-3.1-pull-...Peter Maydell11-13/+13
2018-10-29iotests: 169: add cases for source vm resumingVladimir Sementsov-Ogievskiy2-3/+61
2018-10-29iotests: improve 169Vladimir Sementsov-Ogievskiy1-0/+9
2018-10-29iotests: 169: drop deprecated 'autoload' parameterVladimir Sementsov-Ogievskiy1-1/+0
2018-10-27Merge remote-tracking branch 'remotes/famz/tags/testing-pull-request' into st...Peter Maydell7-11/+27
2018-10-26tests/bios-tables-test: Remove an useless castPhilippe Mathieu-Daudé1-1/+1
2018-10-26tests: Fix typos in comments and help message (found by codespell)Stefan Weil8-9/+9
2018-10-26qemu-iotests: make 218 executableCleber Rosa1-0/+0
2018-10-26qemu-iotests: fix filename containing checksCleber Rosa1-2/+2
2018-10-26tests/tcg/README: fix location for lm32 testsCleber Rosa1-1/+1
2018-10-26tests/vm: Do not abuse parallelism when HOST != TARGET architecturePhilippe Mathieu-Daudé1-4/+4
2018-10-26tests/vm: Do not use -enable-kvm if HOST != TARGET architecturePhilippe Mathieu-Daudé1-1/+1
2018-10-26tests/vm: Add a BaseVM::arch propertyPhilippe Mathieu-Daudé6-1/+8
2018-10-26tests/vm: Display remaining seconds to wait for a VM to startPhilippe Mathieu-Daudé1-1/+4
2018-10-26tests/vm: Do not use the -smp option with a single cpuPhilippe Mathieu-Daudé1-1/+1
2018-10-26tests/vm: Do not abuse parallelism when KVM is not availablePhilippe Mathieu-Daudé1-1/+8
2018-10-26tests/vm: Extract the kvm_available() handy functionPhilippe Mathieu-Daudé1-2/+2
2018-10-26tests: docker: update test-mingw for GTK+ 2.0 removalPaolo Bonzini1-2/+1
2018-10-25Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell1-9/+9
2018-10-25tests/tpm: fix tpm_util_swtpm_has_tpm2()Marc-André Lureau1-26/+20
2018-10-24crypto: add testing for unaligned buffers with XTS cipher modeDaniel P. Berrangé1-0/+86
2018-10-24crypto: refactor XTS cipher mode test suiteDaniel P. Berrangé1-60/+80