summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2015-11-02qapi: Reserve 'q_*' and 'has_*' member namesEric Blake12-30/+13
2015-11-02qapi: Reserve '*List' type names for list typesEric Blake4-7/+5
2015-11-02tests/qapi-schema: Test for reserved names, empty structEric Blake24-4/+59
2015-10-29tests/vhost-user-bridge: add vhost-user bridge applicationVictor Kaplansky2-0/+1111
2015-10-29vhost-user-test: fix up rhel6 buildMichael S. Tsirkin1-9/+9
2015-10-26Merge remote-tracking branch 'remotes/elmarco/tags/ivshmem-pull-request' into...Peter Maydell4-13/+520
2015-10-26ivshmem: add hostmem backendMarc-André Lureau1-0/+12
2015-10-26tests: add ivshmem qtestMarc-André Lureau2-20/+448
2015-10-24qtest: add qtest_add_abrt_handler()Marc-André Lureau2-13/+26
2015-10-24tests: Add ivshmem qtestAndreas Färber2-0/+54
2015-10-23tests: Add test case for aio_disable_externalFam Zheng1-0/+24
2015-10-23aio: Add "is_external" flag for event handlersFam Zheng1-26/+32
2015-10-23hw/block/fdc: Implement tray statusMax Reitz1-3/+1
2015-10-23iotests: Only create BB if necessaryMax Reitz4-18/+71
2015-10-23blockdev: Allow creation of BDS trees without BBMax Reitz2-3/+3
2015-10-23tests: test-qga, loosen assumptions about host filesystemsMichael Roth1-5/+7
2015-10-22configure: avoid polluting global CFLAGS with tasn1 flagsDaniel P. Berrange1-2/+8
2015-10-22crypto: add sanity checking of plaintext/ciphertext lengthDaniel P. Berrange1-0/+50
2015-10-22crypto: don't let builtin aes crash if no IV is providedDaniel P. Berrange1-0/+30
2015-10-22Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-57/+315
2015-10-22vhost-user-test: check ownership during migrationMarc-André Lureau1-0/+38
2015-10-22vhost-user-test: add live-migration testMarc-André Lureau1-2/+169
2015-10-22vhost-user-test: learn to tweak various qemu argumentsMarc-André Lureau1-10/+15
2015-10-22vhost-user-test: wrap server in TestServer structMarc-André Lureau1-50/+89
2015-10-22vhost-user-test: remove useless static checkMarc-André Lureau1-1/+0
2015-10-22vhost-user-test: move wait_for_fds() outMarc-André Lureau1-4/+14
2015-10-20Merge remote-tracking branch 'remotes/berrange/tags/io-channel-3-for-upstream...Peter Maydell2-3/+3
2015-10-20coroutine: move into libqemuutil.a libraryDaniel P. Berrange2-3/+3
2015-10-20Merge remote-tracking branch 'remotes/kraxel/tags/pull-fw_cfg-20151020-1' int...Peter Maydell1-1/+3
2015-10-19tests: add a local test for guest agentMarc-André Lureau2-0/+786
2015-10-19qtest: add a few fd-level qmp helpersMarc-André Lureau2-4/+48
2015-10-19Implement fw_cfg DMA interfaceMarc Marí1-1/+3
2015-10-17Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell14-19/+107
2015-10-17Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20151016'...Peter Maydell1-1/+1
2015-10-16block: auto-generated node-namesJeff Cody8-7/+20
2015-10-16block: qemu-iotests - fix vmdk test 059.outJeff Cody1-6/+6
2015-10-16throttle: test that snapshots move the throttling configurationAlberto Garcia3-0/+75
2015-10-16iotests: disable core dumps in test 061Alberto Garcia2-6/+6
2015-10-16arm: imx25-pdk: Fix machine namePeter Crosthwaite1-1/+1
2015-10-15qapi: Lazy creation of array typesEric Blake2-0/+7
2015-10-15qapi: Drop redundant args-member-array testEric Blake5-15/+0
2015-10-15qapi: Drop redundant flat-union-reverse-define testEric Blake6-36/+7
2015-10-15qapi: Drop redundant returns-int testEric Blake8-17/+10
2015-10-15qapi: Move empty-enum to compile-time testEric Blake7-6/+7
2015-10-15qapi: Drop redundant alternate-good testEric Blake5-21/+0
2015-10-12qapi: Reuse code for flat union base validationEric Blake7-8/+8
2015-10-12qapi: Test use of 'number' within alternatesEric Blake3-3/+160
2015-10-12qapi: Add tests for empty unionsEric Blake15-2/+30
2015-10-12qapi: Avoid assertion failure on union 'type' collisionEric Blake4-42/+9
2015-10-12qapi: Test for various name collisionsEric Blake46-15/+182