summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* qapi: Add tests for empty unionsEric Blake2015-10-1215-2/+30
* qapi: Avoid assertion failure on union 'type' collisionEric Blake2015-10-124-42/+9
* qapi: Test for various name collisionsEric Blake2015-10-1246-15/+182
* qapi: Improve 'include' error messageEric Blake2015-10-122-2/+2
* qapi: Sort qapi-schema testsEric Blake2015-10-121-46/+114
* Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2015-10-123-0/+203
|\
| * tests: add test cases for netfilter objectYang Hongyang2015-10-123-0/+203
* | qdev: Protect device-list-properties against broken devicesMarkus Armbruster2015-10-091-27/+0
* | qmp: Fix device-list-properties not to crash for abstract deviceMarkus Armbruster2015-10-091-11/+4
* | device-introspect-test: New, covering device introspectionMarkus Armbruster2015-10-092-3/+163
* | libqtest: New hmp() & friendsMarkus Armbruster2015-10-094-22/+78
* | libqtest: Clean up unused QTestState member sigact_oldMarkus Armbruster2015-10-091-1/+0
* | tests: Fix how qom-test is runMarkus Armbruster2015-10-091-6/+8
* | tests: Unique test path for /string-visitor/outputDr. David Alan Gilbert2015-10-081-8/+8
|/
* Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell2015-10-062-3/+3
|\
| * qtest/ide-test: ppc64be correction for ATAPI testsJohn Snow2015-10-051-2/+2
| * qtest/ahci: fix redundant assertionJohn Snow2015-10-051-1/+1
* | tests: vhost-user: disable unless CONFIG_VHOST_NETMichael S. Tsirkin2015-10-061-0/+2
|/
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-10-021-110/+60
|\
| * vhost-user-test: fix predictable filename on tmpfsMichael S. Tsirkin2015-10-021-1/+1
| * vhost-user-test: use tmpfs by defaultMichael S. Tsirkin2015-10-021-12/+25
| * vhost-user: unit test for new messagesMichael S. Tsirkin2015-10-021-0/+18
| * vhost-user-test: do not reinvent glib-compat.hPaolo Bonzini2015-10-021-97/+16
* | iotests: Fix test 128 for password-less sudoMax Reitz2015-10-021-1/+8
* | tests: Fix test 049 fallout from improved HMP error messagesEric Blake2015-10-021-0/+1
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-09-251-0/+91
|\
| * tests: add some qemu_strtosz() testsMarc-André Lureau2015-09-251-0/+91
* | Merge remote-tracking branch 'remotes/vivier-misc/tags/pull-muldiv64-20150925...Peter Maydell2015-09-251-1/+1
|\ \
| * | rtl8139: remove muldiv64()Laurent Vivier2015-09-251-1/+1
| |/
* | vhost: rename VHOST_RESET_OWNER to VHOST_RESET_DEVICEYuanhan Liu2015-09-241-1/+1
|/
* qapi: New QMP command query-qmp-schema for QMP introspectionMarkus Armbruster2015-09-2117-2/+78
* qapi: Pseudo-type '**' is now unused, drop itMarkus Armbruster2015-09-219-12/+1
* qapi: Introduce a first class 'any' typeMarkus Armbruster2015-09-2116-7/+125
* qapi: Make output visitor return qnull() instead of NULLMarkus Armbruster2015-09-211-1/+2
* qapi-event: Convert to QAPISchemaVisitor, fixing data with baseMarkus Armbruster2015-09-211-3/+0
* qapi-visit: Convert to QAPISchemaVisitor, fixing bugsMarkus Armbruster2015-09-213-7/+4
* qapi-types: Convert to QAPISchemaVisitor, fixing flat unionsMarkus Armbruster2015-09-211-2/+2
* tests/qapi-schema: Convert test harness to QAPISchemaVisitorMarkus Armbruster2015-09-2116-118/+249
* qapi: New QAPISchema intermediate reperesentationMarkus Armbruster2015-09-211-1/+1
* ide-test: add cdrom dma testJohn Snow2015-09-181-18/+72
OpenPOWER on IntegriCloud