summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160729' into...Peter Maydell2016-07-293-20/+102
|\
| * tests: add drive_del-test to ppc/ppc64Laurent Vivier2016-07-292-1/+4
| * test: port postcopy test to ppc64lvivier@redhat.com2016-07-292-19/+98
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2016-07-292-3/+10
|\ \ | |/ |/|
| * tests: fix vhost-user-test leakMarc-André Lureau2016-07-281-0/+1
| * tests: plug some leaks in virtio-net-testMarc-André Lureau2016-07-281-3/+9
* | iotest: fix python based IO testsDaniel P. Berrange2016-07-261-20/+4Star
* | tests: use static qga config fileMarc-André Lureau2016-07-252-23/+12Star
|/
* tests: introduce a framework for testing migration performanceDaniel P. Berrange2016-07-2216-0/+2328
* scripts: refactor the VM class in iotests for reuseDaniel P. Berrange2016-07-221-131/+4Star
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2016-07-211-1/+1
|\
| * tests/prom-env-test: increase the test timeoutMarcel Apfelbaum2016-07-201-1/+1
* | Merge remote-tracking branch 'remotes/famz/tags/docker-pull-request' into sta...Peter Maydell2016-07-205-17/+280
|\ \
| * | docker: pass EXECUTABLE to build scriptAlex Bennée2016-07-201-1/+3
| * | docker: Don't start a container that doesn't existFam Zheng2016-07-201-1/+5
| * | docker: Add "images" subcommand to docker.pyFam Zheng2016-07-201-0/+9
| * | docker: Fix exit code if $CMD failedFam Zheng2016-07-201-0/+4
| * | docker: More sensible run scriptFam Zheng2016-07-202-6/+10
| * | tests/docker/docker.py: add update operationAlex Bennée2016-07-201-1/+58
| * | tests/docker/dockerfiles: new debian-bootstrap.dockerAlex Bennée2016-07-202-0/+108
| * | tests/docker/docker.py: check and run .pre scriptAlex Bennée2016-07-201-0/+12
| * | tests/docker/docker.py: support --include-executableAlex Bennée2016-07-201-0/+58
| * | tests/docker/docker.py: docker_dir outside buildAlex Bennée2016-07-201-8/+13
| |/
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-07-19' into ...Peter Maydell2016-07-2034-18/+92
|\ \ | |/ |/|
| * qapi: Implement boxed types for commands/eventsEric Blake2016-07-1926-3/+48
| * qapi: Plumb in 'boxed' to qapi generator lower levelsEric Blake2016-07-195-13/+21
| * qapi: Hide tag_name data member of variantsEric Blake2016-07-192-2/+11
| * qapi: Require all branches of flat union enum to be coveredEric Blake2016-07-195-0/+12
* | block: ignore flush requests when storage is cleanEvgeny Yakovlev2016-07-196-113/+3Star
* | tests: in IDE and AHCI tests perform DMA write before flushingEvgeny Yakovlev2016-07-192-2/+75
|/
* iotests: Make 157 actually format-agnosticMax Reitz2016-07-132-9/+10
* qemu-iotests: Test naming of throttling groupsAlberto Garcia2016-07-132-2/+100
* qemu-iotests: Test setting WCE with qdevKevin Wolf2016-07-133-0/+111
* coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini2016-07-133-35/+35
* test-coroutine: prepare for the next patchPaolo Bonzini2016-07-131-2/+3
* blockjob: Add 'job_id' parameter to block_job_create()Alberto Garcia2016-07-131-2/+5
* Clean up ill-advised or unusual header guardsMarkus Armbruster2016-07-124-9/+9
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-124-6/+3Star
* qapi: Add new clone visitorEric Blake2016-07-063-0/+211
* qapi: Add new visit_complete() functionEric Blake2016-07-064-29/+21Star
* tests: Factor out common code in qapi output testsEric Blake2016-07-062-72/+44Star
* tests: Clean up test-string-output-visitorEric Blake2016-07-061-32/+29Star
* qmp-output-visitor: Favor new visit_free() functionEric Blake2016-07-062-2/+2
* string-output-visitor: Favor new visit_free() functionEric Blake2016-07-062-3/+3
* qmp-input-visitor: Favor new visit_free() functionEric Blake2016-07-065-29/+17Star
* string-input-visitor: Favor new visit_free() functionEric Blake2016-07-062-18/+10Star
* opts-visitor: Favor new visit_free() functionEric Blake2016-07-061-5/+4Star
* qapi: Add new visit_free() functionEric Blake2016-07-061-3/+3
* qapi: Add parameter to visit_end_*Eric Blake2016-07-062-2/+2
* qapi: Improve use of qmp/types.hEric Blake2016-07-065-7/+5Star