summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: Convert to new qapi union layoutEric Blake2015-11-023-62/+62
* qapi: Unbox base membersEric Blake2015-11-0210-50/+20
* qapi: Prefer typesafe upcasts to qapi base classesEric Blake2015-11-021-0/+5
* qapi: Reserve 'q_*' and 'has_*' member namesEric Blake2015-11-0212-30/+13
* qapi: Reserve '*List' type names for list typesEric Blake2015-11-024-7/+5
* tests/qapi-schema: Test for reserved names, empty structEric Blake2015-11-0224-4/+59
* tests/vhost-user-bridge: add vhost-user bridge applicationVictor Kaplansky2015-10-292-0/+1111
* vhost-user-test: fix up rhel6 buildMichael S. Tsirkin2015-10-291-9/+9
* Merge remote-tracking branch 'remotes/elmarco/tags/ivshmem-pull-request' into...Peter Maydell2015-10-264-13/+520
|\
| * ivshmem: add hostmem backendMarc-André Lureau2015-10-261-0/+12
| * tests: add ivshmem qtestMarc-André Lureau2015-10-262-20/+448
| * qtest: add qtest_add_abrt_handler()Marc-André Lureau2015-10-242-13/+26
| * tests: Add ivshmem qtestAndreas Färber2015-10-242-0/+54
* | tests: Add test case for aio_disable_externalFam Zheng2015-10-231-0/+24
* | aio: Add "is_external" flag for event handlersFam Zheng2015-10-231-26/+32
* | hw/block/fdc: Implement tray statusMax Reitz2015-10-231-3/+1
* | iotests: Only create BB if necessaryMax Reitz2015-10-234-18/+71
* | blockdev: Allow creation of BDS trees without BBMax Reitz2015-10-232-3/+3
|/
* tests: test-qga, loosen assumptions about host filesystemsMichael Roth2015-10-231-5/+7
* configure: avoid polluting global CFLAGS with tasn1 flagsDaniel P. Berrange2015-10-221-2/+8
* crypto: add sanity checking of plaintext/ciphertext lengthDaniel P. Berrange2015-10-221-0/+50
* crypto: don't let builtin aes crash if no IV is providedDaniel P. Berrange2015-10-221-0/+30
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-10-221-57/+315
|\
| * vhost-user-test: check ownership during migrationMarc-André Lureau2015-10-221-0/+38
| * vhost-user-test: add live-migration testMarc-André Lureau2015-10-221-2/+169
| * vhost-user-test: learn to tweak various qemu argumentsMarc-André Lureau2015-10-221-10/+15
| * vhost-user-test: wrap server in TestServer structMarc-André Lureau2015-10-221-50/+89
| * vhost-user-test: remove useless static checkMarc-André Lureau2015-10-221-1/+0
| * vhost-user-test: move wait_for_fds() outMarc-André Lureau2015-10-221-4/+14
* | Merge remote-tracking branch 'remotes/berrange/tags/io-channel-3-for-upstream...Peter Maydell2015-10-202-3/+3
|\ \
| * | coroutine: move into libqemuutil.a libraryDaniel P. Berrange2015-10-202-3/+3
* | | Merge remote-tracking branch 'remotes/kraxel/tags/pull-fw_cfg-20151020-1' int...Peter Maydell2015-10-201-1/+3
|\ \ \ | |/ / |/| |
| * | Implement fw_cfg DMA interfaceMarc Marí2015-10-191-1/+3
* | | tests: add a local test for guest agentMarc-André Lureau2015-10-192-0/+786
* | | qtest: add a few fd-level qmp helpersMarc-André Lureau2015-10-192-4/+48
|/ /
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2015-10-1714-19/+107
|\ \ | |/ |/|
| * block: auto-generated node-namesJeff Cody2015-10-168-7/+20
| * block: qemu-iotests - fix vmdk test 059.outJeff Cody2015-10-161-6/+6
| * throttle: test that snapshots move the throttling configurationAlberto Garcia2015-10-163-0/+75
| * iotests: disable core dumps in test 061Alberto Garcia2015-10-162-6/+6
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20151016'...Peter Maydell2015-10-171-1/+1
|\ \
| * | arm: imx25-pdk: Fix machine namePeter Crosthwaite2015-10-161-1/+1
| |/
* | qapi: Lazy creation of array typesEric Blake2015-10-152-0/+7
* | qapi: Drop redundant args-member-array testEric Blake2015-10-155-15/+0
* | qapi: Drop redundant flat-union-reverse-define testEric Blake2015-10-156-36/+7
* | qapi: Drop redundant returns-int testEric Blake2015-10-158-17/+10
* | qapi: Move empty-enum to compile-time testEric Blake2015-10-157-6/+7
* | qapi: Drop redundant alternate-good testEric Blake2015-10-155-21/+0
|/
* qapi: Reuse code for flat union base validationEric Blake2015-10-127-8/+8
* qapi: Test use of 'number' within alternatesEric Blake2015-10-123-3/+160
OpenPOWER on IntegriCloud