summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster3-1/+3
2018-02-09Drop superfluous includes of qapi/qmp/qjson.hMarkus Armbruster1-1/+0
2018-02-09Drop superfluous includes of qapi/qmp/dispatch.hMarkus Armbruster1-1/+0
2018-02-09Include qapi/qmp/qnum.h exactly where neededMarkus Armbruster1-1/+0
2018-02-09Include qapi/qmp/qbool.h exactly where neededMarkus Armbruster2-2/+0
2018-02-09Include qapi/qmp/qstring.h exactly where neededMarkus Armbruster5-0/+5
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster29-3/+29
2018-02-09Include qapi/qmp/qlist.h exactly where neededMarkus Armbruster12-3/+15
2018-02-09Include qapi/qmp/qobject.h exactly where neededMarkus Armbruster1-1/+0
2018-02-09qdict qlist: Make most helper macros functionsMarkus Armbruster7-0/+11
2018-02-09Eliminate qapi/qmp/types.hMarkus Armbruster12-12/+9
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster7-5/+2
2018-02-09Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster8-9/+0
2018-02-09Clean up includesMarkus Armbruster2-10/+2
2018-02-08Merge remote-tracking branch 'remotes/famz/tags/staging-pull-request' into st...Peter Maydell3-92/+75
2018-02-08docs: Add docs/devel/testing.rstFam Zheng1-89/+1
2018-02-08lockable: add QemuLockablePaolo Bonzini1-0/+25
2018-02-08test-coroutine: add simple CoMutex testPaolo Bonzini1-2/+48
2018-02-08docker: change Fedora base image to fedora:27Paolo Bonzini1-1/+1
2018-02-07Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell1-0/+71
2018-02-07Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-44/+86
2018-02-07ide-test: test trim requestsAnton Nefedov1-0/+71
2018-02-07tests/test-filter-redirector: move close()Klim Kireev1-1/+1
2018-02-07tests: use memfd in vhost-user-testMarc-André Lureau1-26/+64
2018-02-07vhost-user-test: make read-guest-mem setup its own qemuMarc-André Lureau1-12/+15
2018-02-07tests: keep compiling failing vhost-user testsMarc-André Lureau1-13/+14
2018-02-07Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180206a'...Peter Maydell1-54/+90
2018-02-06Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...Peter Maydell3-25/+27
2018-02-06tests: Adjust sleeps for migration testJuan Quintela1-15/+14
2018-02-06tests: Create migrate-start-postcopy commandJuan Quintela1-4/+10
2018-02-06tests: Add deprecated commands migration testJuan Quintela1-0/+46
2018-02-06tests: Use consistent names for migrationJuan Quintela1-4/+4
2018-02-06tests: Consolidate accelerators declarationJuan Quintela1-6/+8
2018-02-06tests: Remove deprecated migration tests commandsJuan Quintela1-25/+8
2018-02-05docker: change Fedora images to run with python3Daniel P. Berrange1-1/+2
2018-02-05qapi: remove '-q' arg to diff when comparing QAPI outputDaniel P. Berrange1-3/+3
2018-02-05qapi: use items()/values() intead of iteritems()/itervalues()Daniel P. Berrange1-1/+1
2018-02-05qapi: convert to use python print function instead of statementDaniel P. Berrange1-20/+21
2018-02-04tests: Enable boot-serial-test for hppaRichard Henderson2-0/+3
2018-02-02Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell6-65/+290
2018-02-02tests/virtio-9p: explicitly handle potential integer overflowsGreg Kurz1-10/+21
2018-02-02tests: virtio-9p: add FLUSH operation testGreg Kurz1-13/+104
2018-02-02libqos/virtio: return length written into used descriptorGreg Kurz6-25/+38
2018-02-01tests: virtio-9p: add WRITE operation testGreg Kurz1-0/+63
2018-02-01tests: virtio-9p: add LOPEN operation testGreg Kurz1-0/+47
2018-02-01tests: virtio-9p: use the synth backendGreg Kurz1-16/+6
2018-02-01tests: virtio-9p: wait for completion in the test codeGreg Kurz1-2/+12
2018-02-01tests: virtio-9p: move request tag to the test functionsGreg Kurz1-14/+14
2018-01-31iotests: Make 200 run on tmpfsMax Reitz1-1/+1
2018-01-29tpm: add CRB deviceMarc-André Lureau2-0/+277