aboutsummaryrefslogtreecommitdiff
path: root/tests/vhost-user-test.c
AgeCommit message (Expand)Author
2016-09-05vhost-user-test: Use libqos instead of pxe-virtio.romEduardo Habkost
2016-07-29tests: fix vhost-user-test leakMarc-André Lureau
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster
2016-06-29vhost-user-test: fix g_cond_wait_until compat implementationPaolo Bonzini
2016-06-17Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2016-06-17test: start vhost-user reconnect testMarc-André Lureau
2016-06-16os-posix: include sys/mman.hPaolo Bonzini
2016-06-07tests: Remove unnecessary glib.h includesPeter Maydell
2016-02-16tests: Clean up includesPeter Maydell
2016-02-06vhost-user-test: use correct ROM to speed up and avoid spurious failuresPaolo Bonzini
2016-01-22fpu: Replace uint32 typedef with uint32_tPeter Maydell
2015-12-04tests: Use proper functions types instead of void (*fn)Markus Armbruster
2015-12-02vhost-user-test: fix crash with glib < 2.36Marc-André Lureau
2015-12-02vhost-user-test: use unix port for migrationMarc-André Lureau
2015-12-02vhost-user-test: fix chardriver raceMarc-André Lureau
2015-11-26vhost-user-test: fix migration overlap testMichael S. Tsirkin
2015-11-16vhost-user-test: support VHOST_USER_SET_VRING_ENABLEMichael S. Tsirkin
2015-11-12vhost: rename RESET_DEVICE backto RESET_OWNERYuanhan Liu
2015-11-12vhost-user: modify SET_LOG_BASE to pass mmap size and offsetVictor Kaplansky
2015-10-29vhost-user-test: fix up rhel6 buildMichael S. Tsirkin
2015-10-22vhost-user-test: check ownership during migrationMarc-André Lureau
2015-10-22vhost-user-test: add live-migration testMarc-André Lureau
2015-10-22vhost-user-test: learn to tweak various qemu argumentsMarc-André Lureau
2015-10-22vhost-user-test: wrap server in TestServer structMarc-André Lureau
2015-10-22vhost-user-test: remove useless static checkMarc-André Lureau
2015-10-22vhost-user-test: move wait_for_fds() outMarc-André Lureau
2015-10-02vhost-user-test: fix predictable filename on tmpfsMichael S. Tsirkin
2015-10-02vhost-user-test: use tmpfs by defaultMichael S. Tsirkin
2015-10-02vhost-user: unit test for new messagesMichael S. Tsirkin
2015-10-02vhost-user-test: do not reinvent glib-compat.hPaolo Bonzini
2015-09-24vhost: rename VHOST_RESET_OWNER to VHOST_RESET_DEVICEYuanhan Liu
2014-11-05vhost-user-test: Fix 'make check' broken on glib < 2.26Gonglei
2014-10-15glib: add compatibility interface for g_get_monotonic_time()Stefan Hajnoczi
2014-07-18qtest: Adapt vhost-user-test to latest vhost-user changesNikolay Nikolaev
2014-07-14qtest: fix vhost-user-test compilation with old GLibNikolay Nikolaev
2014-06-23qtest: fix vhost-user-test unbalanced mutex locksNikolay Nikolaev
2014-06-23qtest: fix qtest for vhost-userNikolay Nikolaev
2014-06-19Add qtest for vhost-userNikolay Nikolaev