summaryrefslogtreecommitdiff
path: root/tests/vhost-user-test.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-01tests: fix vhost-user-test leaksMarc-André Lureau1-4/+7
2017-01-31char: headers clean-upMarc-André Lureau1-0/+1
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau1-2/+2
2016-10-31Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell1-2/+0
2016-10-28clean-up: removed duplicate #includesAnand J1-2/+0
2016-10-28tests: move QVirtioBus pointer into QVirtioDeviceLaurent Vivier1-17/+16
2016-10-24char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau1-1/+1
2016-10-24char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinitMarc-André Lureau1-0/+1
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau1-16/+19
2016-10-24char: rename some frontend functionsMarc-André Lureau1-3/+3
2016-10-24char: remaining switch to CharBackend in frontendMarc-André Lureau1-18/+21
2016-10-24char: remove init callbackMarc-André Lureau1-1/+1
2016-10-06libqos: add PCI management in qtest_vboot()/qtest_shutdown()Laurent Vivier1-2/+2
2016-09-23tests: add /vhost-user/flags-mismatch testMarc-André Lureau1-1/+59
2016-09-23tests: add a simple /vhost-user/multiqueue testMarc-André Lureau1-3/+106
2016-09-23tests: add /vhost-user/connect-fail testMarc-André Lureau1-0/+39
2016-09-05vhost-user-test: Use libqos instead of pxe-virtio.romEduardo Habkost1-3/+34
2016-07-29tests: fix vhost-user-test leakMarc-André Lureau1-0/+1
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster1-1/+1
2016-06-29vhost-user-test: fix g_cond_wait_until compat implementationPaolo Bonzini1-15/+2
2016-06-17Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-17/+119
2016-06-17test: start vhost-user reconnect testMarc-André Lureau1-17/+119
2016-06-16os-posix: include sys/mman.hPaolo Bonzini1-1/+0
2016-06-07tests: Remove unnecessary glib.h includesPeter Maydell1-1/+0
2016-02-16tests: Clean up includesPeter Maydell1-0/+1
2016-02-06vhost-user-test: use correct ROM to speed up and avoid spurious failuresPaolo Bonzini1-3/+2
2016-01-22fpu: Replace uint32 typedef with uint32_tPeter Maydell1-1/+1
2015-12-04tests: Use proper functions types instead of void (*fn)Markus Armbruster1-1/+2
2015-12-02vhost-user-test: fix crash with glib < 2.36Marc-André Lureau1-4/+15
2015-12-02vhost-user-test: use unix port for migrationMarc-André Lureau1-1/+7
2015-12-02vhost-user-test: fix chardriver raceMarc-André Lureau1-5/+21
2015-11-26vhost-user-test: fix migration overlap testMichael S. Tsirkin1-5/+8
2015-11-16vhost-user-test: support VHOST_USER_SET_VRING_ENABLEMichael S. Tsirkin1-2/+5
2015-11-12vhost: rename RESET_DEVICE backto RESET_OWNERYuanhan Liu1-2/+2
2015-11-12vhost-user: modify SET_LOG_BASE to pass mmap size and offsetVictor Kaplansky1-0/+8
2015-10-29vhost-user-test: fix up rhel6 buildMichael S. Tsirkin1-9/+9
2015-10-22vhost-user-test: check ownership during migrationMarc-André Lureau1-0/+38
2015-10-22vhost-user-test: add live-migration testMarc-André Lureau1-2/+169
2015-10-22vhost-user-test: learn to tweak various qemu argumentsMarc-André Lureau1-10/+15
2015-10-22vhost-user-test: wrap server in TestServer structMarc-André Lureau1-50/+89
2015-10-22vhost-user-test: remove useless static checkMarc-André Lureau1-1/+0
2015-10-22vhost-user-test: move wait_for_fds() outMarc-André Lureau1-4/+14
2015-10-02vhost-user-test: fix predictable filename on tmpfsMichael S. Tsirkin1-1/+1
2015-10-02vhost-user-test: use tmpfs by defaultMichael S. Tsirkin1-12/+25
2015-10-02vhost-user: unit test for new messagesMichael S. Tsirkin1-0/+18
2015-10-02vhost-user-test: do not reinvent glib-compat.hPaolo Bonzini1-97/+16
2015-09-24vhost: rename VHOST_RESET_OWNER to VHOST_RESET_DEVICEYuanhan Liu1-1/+1
2014-11-05vhost-user-test: Fix 'make check' broken on glib < 2.26Gonglei1-1/+22
2014-10-15glib: add compatibility interface for g_get_monotonic_time()Stefan Hajnoczi1-22/+1
2014-07-18qtest: Adapt vhost-user-test to latest vhost-user changesNikolay Nikolaev1-2/+9