aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2015-12-23Merge remote-tracking branch 'remotes/berrange/tags/pull-crypto-fixes-2015-12...Peter Maydell
2015-12-23Merge remote-tracking branch 'remotes/berrange/tags/pull-io-fixes-2015-12-23-...Peter Maydell
2015-12-23crypto: add ability to query hash digest lenDaniel P. Berrange
2015-12-23crypto: add additional query accessors for cipher instancesDaniel P. Berrange
2015-12-23io: fix stack allocation when sending of file descriptorsDaniel P. Berrange
2015-12-22io: fix setting of QIO_CHANNEL_FEATURE_FD_PASS on server connectionsDaniel P. Berrange
2015-12-22io: bind to loopback IP addrs in test suiteDaniel P. Berrange
2015-12-22ipmi: Add testsCorey Minyard
2015-12-18Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-secrets-base...Peter Maydell
2015-12-18crypto: add QCryptoSecret object class for password/key handlingDaniel P. Berrange
2015-12-18util: add base64 decoding functionDaniel P. Berrange
2015-12-18block/qapi: allow best-effort queryJohn Snow
2015-12-18block/qapi: always report full_backing_filenameJohn Snow
2015-12-18qemu-iotests: s390x: fix test 068Bo Tu
2015-12-18qemu-iotests: s390x: fix test 051Bo Tu
2015-12-18qemu-iotests: refine common.configBo Tu
2015-12-18iotests: Update comments for bdrv_swap() in 094Fam Zheng
2015-12-18iotests: Extend test 112 for qemu-img amendMax Reitz
2015-12-18qcow2: Use error_report() in qcow2_amend_options()Max Reitz
2015-12-18qemu-iotests: Test reopen with node-name/driver optionsKevin Wolf
2015-12-18qemu-iotests: Test cache mode option inheritanceKevin Wolf
2015-12-18qemu-iotests: Try setting cache mode for childrenKevin Wolf
2015-12-18qemu-iotests: Remove cache mode test without mediumKevin Wolf
2015-12-18blockdev: Set 'format' indicates non-empty driveKevin Wolf
2015-12-18iotests: 124: don't reopen qcow2John Snow
2015-12-18iotests: 124: move incremental failure testJohn Snow
2015-12-18iotests: 124: Split into two test classesJohn Snow
2015-12-18io: add QIOChannelBuffer classDaniel P. Berrange
2015-12-18io: add QIOChannelCommand classDaniel P. Berrange
2015-12-18io: add QIOChannelTLS classDaniel P. Berrange
2015-12-18io: add QIOChannelFile classDaniel P. Berrange
2015-12-18io: add QIOChannelSocket classDaniel P. Berrange
2015-12-18io: add QIOTask class for async operationsDaniel P. Berrange
2015-12-17tests/guest-debug: introduce basic gdbstub testsAlex Bennée
2015-12-17qapi: Detect base class loopsEric Blake
2015-12-17qapi: Move duplicate collision checks to schema check()Eric Blake
2015-12-17qapi: Enforce (or whitelist) case conventions on qapi membersEric Blake
2015-12-17qapi: Fix alternates that accept 'number' but not 'int'Eric Blake
2015-12-17qapi: Simplify visiting of alternate typesEric Blake
2015-12-17qapi: Convert QType into QAPI built-in enum typeEric Blake
2015-12-17qapi: Remove obsolete tests for MAX collisionEric Blake
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake
2015-12-17qapi: Tighten the regex on valid namesEric Blake
2015-12-17blkdebug: Avoid '.' in enum valuesEric Blake
2015-12-17qapi: Fix c_name() mungingEric Blake
2015-12-17qapi: Detect collisions in C member namesEric Blake
2015-12-17qapi: Remove outdated tests related to QMP/branch collisionsEric Blake
2015-12-17qapi: Track simple union tag in object.local_membersEric Blake
2015-12-11blockdev: Mark {insert, remove}-medium experimentalMax Reitz
2015-12-04qom-test: Fix qmp() leaksMarc-André Lureau