summaryrefslogtreecommitdiffstats
path: root/tests/vhost-user-test.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Use proper functions types instead of void (*fn)Markus Armbruster2015-12-041-1/+2
* vhost-user-test: fix crash with glib < 2.36Marc-André Lureau2015-12-021-4/+15
* vhost-user-test: use unix port for migrationMarc-André Lureau2015-12-021-1/+7
* vhost-user-test: fix chardriver raceMarc-André Lureau2015-12-021-5/+21
* vhost-user-test: fix migration overlap testMichael S. Tsirkin2015-11-261-5/+8
* vhost-user-test: support VHOST_USER_SET_VRING_ENABLEMichael S. Tsirkin2015-11-161-2/+5
* vhost: rename RESET_DEVICE backto RESET_OWNERYuanhan Liu2015-11-121-2/+2
* vhost-user: modify SET_LOG_BASE to pass mmap size and offsetVictor Kaplansky2015-11-121-0/+8
* vhost-user-test: fix up rhel6 buildMichael S. Tsirkin2015-10-291-9/+9
* 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/+0Star
* vhost-user-test: move wait_for_fds() outMarc-André Lureau2015-10-221-4/+14
* 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/+16Star
* vhost: rename VHOST_RESET_OWNER to VHOST_RESET_DEVICEYuanhan Liu2015-09-241-1/+1
* vhost-user-test: Fix 'make check' broken on glib < 2.26Gonglei2014-11-051-1/+22
* glib: add compatibility interface for g_get_monotonic_time()Stefan Hajnoczi2014-10-151-22/+1Star
* qtest: Adapt vhost-user-test to latest vhost-user changesNikolay Nikolaev2014-07-181-2/+9
* qtest: fix vhost-user-test compilation with old GLibNikolay Nikolaev2014-07-131-0/+4
* qtest: fix vhost-user-test unbalanced mutex locksNikolay Nikolaev2014-06-231-2/+2
* qtest: fix qtest for vhost-userNikolay Nikolaev2014-06-231-15/+113
* Add qtest for vhost-userNikolay Nikolaev2014-06-191-0/+312