summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix some typos found by codespellStefan Weil2016-05-181-7/+7
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2016-05-1218-771/+1613
|\
| * qemu-iotests: iotests: fail hard if not run via "check"Sascha Silbe2016-05-121-1/+9
| * block: enable testing of LUKS driver with block I/O testsDaniel P. Berrange2016-05-1210-11/+67
| * block: add support for encryption secrets in block I/O testsDaniel P. Berrange2016-05-124-3/+16
| * block: add support for --image-opts in block I/O testsDaniel P. Berrange2016-05-126-34/+77
| * qemu-io: Allow unaligned access by defaultEric Blake2016-05-121-720/+1440
| * iotests: fix the redirection order in 083Wei Jiangang2016-05-121-2/+2
| * Allow users to specify the vmdk virtual hardware version.Janne Karhunen2016-05-121-0/+2
* | qapi: Change visit_type_FOO() to no longer return partial objectsEric Blake2016-05-123-25/+15Star
* | qapi: Simplify semantics of visit_next_list()Eric Blake2016-05-121-2/+0Star
* | qapi: Fix string input visitor handling of invalid listEric Blake2016-05-121-7/+5Star
* | tests/string-input-visitor: Add negative integer testsMarkus Armbruster2016-05-121-0/+15
* | qapi: Split visit_end_struct() into piecesEric Blake2016-05-122-2/+4
* | qmp: Don't reuse qmp visitor after grabbing outputEric Blake2016-05-121-0/+12
* | qmp: Support explicit null during visitsEric Blake2016-05-123-7/+55
* | tests: Add check-qnullEric Blake2016-05-124-3/+72
* | qapi: Use strict QMP input visitor in more placesEric Blake2016-05-122-2/+2
* | qapi: Consolidate QMP input visitor creationEric Blake2016-05-124-4/+4
* | qapi: Guarantee NULL obj on input visitor callback errorEric Blake2016-05-121-1/+1
|/
* iotests: Test case for drive-mirror with unaligned image sizeFam Zheng2016-04-203-0/+68
* iotests: Add iotests.image_sizeFam Zheng2016-04-201-0/+6
* mirror: Don't extend the last sub-chunkFam Zheng2016-04-201-22/+22
* qemu-ga: do not run qga test when guest agent disabledYang Hongyang2016-04-191-1/+3
* qemu-iotests: 041: More robust assertion on quorum nodeFam Zheng2016-04-152-8/+18
* qemu-iotests: place valgrind log file in scratch dirSascha Silbe2016-04-151-1/+1
* qemu-iotests: tests: do not set unused tmp variableSascha Silbe2016-04-15117-117/+0Star
* qemu-iotests: common.rc: drop unused _do()Sascha Silbe2016-04-151-46/+0Star
* qemu-iotests: drop unused _within_tolerance() filterSascha Silbe2016-04-151-101/+0Star
* block: Fix blk_aio_write_zeroes()Kevin Wolf2016-04-152-3/+87
* qemu-iotests: iotests.py: get rid of __all__Sascha Silbe2016-04-121-4/+0Star
* qemu-iotests: 068: don't require KVMSascha Silbe2016-04-121-1/+1
* qemu-iotests: 148: properly skip test if quorum support is missingSascha Silbe2016-04-122-3/+6
* qemu-iotests: iotests.VM: remove qtest socket on errorSascha Silbe2016-04-121-1/+12
* qemu-iotests: fix 051 on non-PC architecturesSascha Silbe2016-04-121-5/+5
* qemu-iotests: check: don't place files with predictable names in /tmpSascha Silbe2016-04-121-10/+11
* iotests: Make 150 use qemu-img map instead of duMax Reitz2016-04-122-44/+10Star
* iotests: fix the broken 026.nocache outputPavel Butsykin2016-04-121-19/+123
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2016-04-082-2/+2
|\
| * tests/bios-tables-test: fix assertMarcel Apfelbaum2016-04-071-1/+1
| * Sort the fw_cfg file listGerd Hoffmann2016-04-071-1/+1
* | tests: ignore test-loggingChanglong Xie2016-04-081-0/+1
|/
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2016-04-051-1/+1
|\
| * qemu-iotests: 149: Use "/usr/bin/env python"Fam Zheng2016-04-051-1/+1
* | Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-2016-04-05-1...Peter Maydell2016-04-051-1/+1
|\ \
| * | crypto: fix nettle config check for running pbkdf testDaniel P. Berrange2016-04-051-1/+1
| |/
* / util: retry getaddrinfo if getting EAI_BADFLAGS with AI_V4MAPPEDDaniel P. Berrange2016-04-051-4/+1Star
|/
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2016-03-3016-189/+2689
|\
| * iotests: Test qemu-img convert -S 0 behaviorMax Reitz2016-03-303-0/+120
| * qemu-img: Fix preallocation with -S 0 for convertMax Reitz2016-03-301-4/+2Star