summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* docker: remove libcap development packagesPaolo Bonzini2019-12-093-3/+0Star
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-rc3-testing-261119-1'...Peter Maydell2019-11-262-4/+4
|\
| * tests/vm/ubuntu: update i386 image to 18.04Alex Bennée2019-11-261-2/+2
| * tests/vm/ubuntu: include language pack to silence locale warningsAlex Bennée2019-11-261-1/+1
| * tests/vm/centos: fix centos build targetAlex Bennée2019-11-261-1/+1
* | Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-11-26' in...Peter Maydell2019-11-262-9/+17
|\ \
| * | iotests: add new test cases to bitmap migrationVladimir Sementsov-Ogievskiy2019-11-262-9/+17
| |/
* / pseries: fix migration-test and pxe-testLaurent Vivier2019-11-262-5/+5
|/
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-rc3-testing-and-tcg-2...Peter Maydell2019-11-213-4/+6
|\
| * tests/tcg: modify multiarch tests to work with clangTaylor Simpson2019-11-202-3/+5
| * tests/vm: make --interactive (and therefore DEBUG=1) unconditionalAlex Bennée2019-11-201-1/+1
* | tests: acpi: always retain dumped ACPI tables in case of errorIgor Mammedov2019-11-201-1/+1
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-11-191-2/+4
|\
| * scsi: deprecate scsi-diskPaolo Bonzini2019-11-191-2/+4
* | tests: More iotest 223 improvementsEric Blake2019-11-192-4/+97
* | iotests: Include QMP input in .out filesEric Blake2019-11-1923-0/+285
* | iotests: Switch nbd tests to use Unix rather than TCPEric Blake2019-11-182-7/+12
* | iotests: Fix 173Eric Blake2019-11-182-3/+7
* | iotests: Test NBD client reconnectionAndrey Shinkevich2019-11-185-1/+110
* | iotests: Test multiple blockdev-snapshot callsKevin Wolf2019-11-183-0/+414
* | iotests: Fix "no qualified output" error pathKevin Wolf2019-11-181-1/+1
* | qemu-iotests/iotests.py: improve assert_qmp messageVladimir Sementsov-Ogievskiy2019-11-181-2/+2
|/
* tcg plugins: expose an API version conceptAlex Bennée2019-11-127-0/+14
* tests/vm: support sites with sha512 checksumsAlex Bennée2019-11-122-3/+10
* tests: only run ipmi-bt-test if CONFIG_LINUXAlex Bennée2019-11-121-0/+2
* tests/vm: update netbsd to version 8.1Gerd Hoffmann2019-11-121-1/+1
* tests/vm: use console_consume for netbsdGerd Hoffmann2019-11-121-1/+1
* tests/vm: add console_consume helperGerd Hoffmann2019-11-121-0/+19
* tests/vm: netbsd autoinstall, using serial consoleGerd Hoffmann2019-11-121-10/+177
* tests/migration: Print some debug on bad statusDr. David Alan Gilbert2019-11-111-2/+7
* cpu-plug-test: fix leaksMarc-André Lureau2019-11-111-0/+2
* qtest: fix qtest_qmp_device_add leakMarc-André Lureau2019-11-111-0/+1
* iotests: Add test for 4G+ compressed qcow2 writeMax Reitz2019-11-073-0/+90
* Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.2-pull-re...Peter Maydell2019-11-061-1/+2
|\
| * tests/tcg/multiarch/linux-test: Fix error check for shmatRichard Henderson2019-11-061-1/+2
* | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2019-11-064-65/+63Star
|\ \
| * | image-fuzzer: Use OSerror.strerror instead of tuple subscriptEduardo Habkost2019-11-051-2/+2
| * | image-fuzzer: Use errors parameter of subprocess.Popen()Eduardo Habkost2019-11-051-7/+4Star
| * | image-fuzzer: Run using python3Eduardo Habkost2019-11-053-4/+1Star
| * | image-fuzzer: Encode file name and file format to bytesEduardo Habkost2019-11-051-2/+2
| * | image-fuzzer: Use bytes constant for field valuesEduardo Habkost2019-11-051-2/+2
| * | image-fuzzer: Return bytes objects on string fuzzing functionsEduardo Habkost2019-11-051-21/+21
| * | image-fuzzer: Use %r for all fiels at Field.__repr__()Eduardo Habkost2019-11-051-2/+2
| * | image-fuzzer: Use io.StringIOEduardo Habkost2019-11-051-5/+9
| * | image-fuzzer: Explicitly use integer division operatorEduardo Habkost2019-11-052-26/+26
| * | image-fuzzer: Write bytes instead of string to image fileEduardo Habkost2019-11-051-1/+1
| * | image-fuzzer: Open image files in binary modeEduardo Habkost2019-11-051-1/+1
| |/
* | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-next-pull-req...Peter Maydell2019-11-051-0/+21
|\ \ | |/ |/|
| * tests/fw_cfg: Test 'reboot-timeout=-1' special valuePhilippe Mathieu-Daudé2019-11-011-0/+21
* | target/arm/kvm: host cpu: Add support for sve<N> propertiesAndrew Jones2019-11-011-9/+8Star