summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* crypto: add ability to query hash digest lenDaniel P. Berrange2015-12-231-0/+5
* crypto: add additional query accessors for cipher instancesDaniel P. Berrange2015-12-231-0/+10
* Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-secrets-base...Peter Maydell2015-12-184-0/+568
|\
| * crypto: add QCryptoSecret object class for password/key handlingDaniel P. Berrange2015-12-183-0/+455
| * util: add base64 decoding functionDaniel P. Berrange2015-12-183-0/+113
* | block/qapi: allow best-effort queryJohn Snow2015-12-181-1/+4
* | block/qapi: always report full_backing_filenameJohn Snow2015-12-181-0/+2
* | qemu-iotests: s390x: fix test 068Bo Tu2015-12-181-2/+12
* | qemu-iotests: s390x: fix test 051Bo Tu2015-12-183-130/+569
* | qemu-iotests: refine common.configBo Tu2015-12-181-5/+4Star
* | iotests: Update comments for bdrv_swap() in 094Fam Zheng2015-12-181-3/+5
* | iotests: Extend test 112 for qemu-img amendMax Reitz2015-12-182-0/+180
* | qcow2: Use error_report() in qcow2_amend_options()Max Reitz2015-12-181-7/+7
* | qemu-iotests: Test reopen with node-name/driver optionsKevin Wolf2015-12-183-0/+113
* | qemu-iotests: Test cache mode option inheritanceKevin Wolf2015-12-183-0/+1128
* | qemu-iotests: Try setting cache mode for childrenKevin Wolf2015-12-182-1/+69
* | qemu-iotests: Remove cache mode test without mediumKevin Wolf2015-12-183-14/+14
* | blockdev: Set 'format' indicates non-empty driveKevin Wolf2015-12-182-3/+3
* | iotests: 124: don't reopen qcow2John Snow2015-12-181-12/+14
* | iotests: 124: move incremental failure testJohn Snow2015-12-181-57/+60
* | iotests: 124: Split into two test classesJohn Snow2015-12-181-13/+22
|/
* io: add QIOChannelBuffer classDaniel P. Berrange2015-12-183-0/+54
* io: add QIOChannelCommand classDaniel P. Berrange2015-12-183-0/+134
* io: add QIOChannelTLS classDaniel P. Berrange2015-12-183-0/+347
* io: add QIOChannelFile classDaniel P. Berrange2015-12-183-0/+105
* io: add QIOChannelSocket classDaniel P. Berrange2015-12-185-0/+691
* io: add QIOTask class for async operationsDaniel P. Berrange2015-12-183-0/+272
* tests/guest-debug: introduce basic gdbstub testsAlex Bennée2015-12-171-0/+176
* qapi: Detect base class loopsEric Blake2015-12-179-0/+11
* qapi: Move duplicate collision checks to schema check()Eric Blake2015-12-1713-19/+8Star
* qapi: Enforce (or whitelist) case conventions on qapi membersEric Blake2015-12-1713-0/+16
* qapi: Fix alternates that accept 'number' but not 'int'Eric Blake2015-12-171-10/+6Star
* qapi: Simplify visiting of alternate typesEric Blake2015-12-174-26/+18Star
* qapi: Convert QType into QAPI built-in enum typeEric Blake2015-12-1713-0/+26
* qapi: Remove obsolete tests for MAX collisionEric Blake2015-12-1713-17/+0Star
* qapi: Don't let implicit enum MAX member collideEric Blake2015-12-172-5/+5
* qapi: Tighten the regex on valid namesEric Blake2015-12-179-0/+14
* blkdebug: Avoid '.' in enum valuesEric Blake2015-12-174-101/+101
* qapi: Fix c_name() mungingEric Blake2015-12-173-2/+8
* qapi: Detect collisions in C member namesEric Blake2015-12-174-10/+4Star
* qapi: Remove outdated tests related to QMP/branch collisionsEric Blake2015-12-1713-63/+0Star
* qapi: Track simple union tag in object.local_membersEric Blake2015-12-173-0/+4
* blockdev: Mark {insert, remove}-medium experimentalMax Reitz2015-12-112-11/+11
* qom-test: Fix qmp() leaksMarc-André Lureau2015-12-041-7/+14
* tests: Use proper functions types instead of void (*fn)Markus Armbruster2015-12-044-10/+18
* tests: Fix check-report-qtest-% targetAndreas Färber2015-12-031-2/+2
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2015-12-033-2/+32
|\
| * iotests: Add regresion test case for write notifier assertion failureFam Zheng2015-12-032-2/+27
| * iotests: Add "add_drive_raw" methodFam Zheng2015-12-031-0/+5
* | tests/vhost-user-bridge.c: fix fd leakageVictor Kaplansky2015-12-021-5/+29