summaryrefslogtreecommitdiffstats
path: root/tests/vhost-user-test.c
Commit message (Expand)AuthorAgeFilesLines
* tests: fix vhost-user-test leaksMarc-André Lureau2017-03-011-4/+7
* char: headers clean-upMarc-André Lureau2017-01-311-0/+1
* char: rename CharDriverState ChardevMarc-André Lureau2017-01-271-2/+2
* Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell2016-10-311-2/+0Star
|\
| * clean-up: removed duplicate #includesAnand J2016-10-281-2/+0Star
* | tests: move QVirtioBus pointer into QVirtioDeviceLaurent Vivier2016-10-281-17/+16Star
|/
* char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau2016-10-241-1/+1
* char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinitMarc-André Lureau2016-10-241-0/+1
* char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau2016-10-241-16/+19
* char: rename some frontend functionsMarc-André Lureau2016-10-241-3/+3
* char: remaining switch to CharBackend in frontendMarc-André Lureau2016-10-241-18/+21
* char: remove init callbackMarc-André Lureau2016-10-241-1/+1
* libqos: add PCI management in qtest_vboot()/qtest_shutdown()Laurent Vivier2016-10-061-2/+2
* tests: add /vhost-user/flags-mismatch testMarc-André Lureau2016-09-231-1/+59
* tests: add a simple /vhost-user/multiqueue testMarc-André Lureau2016-09-231-3/+106
* tests: add /vhost-user/connect-fail testMarc-André Lureau2016-09-231-0/+39
* vhost-user-test: Use libqos instead of pxe-virtio.romEduardo Habkost2016-09-051-3/+34
* tests: fix vhost-user-test leakMarc-André Lureau2016-07-281-0/+1
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-121-1/+1
* vhost-user-test: fix g_cond_wait_until compat implementationPaolo Bonzini2016-06-291-15/+2Star
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2016-06-171-17/+119
|\
| * test: start vhost-user reconnect testMarc-André Lureau2016-06-171-17/+119
* | os-posix: include sys/mman.hPaolo Bonzini2016-06-161-1/+0Star
|/
* tests: Remove unnecessary glib.h includesPeter Maydell2016-06-071-1/+0Star
* tests: Clean up includesPeter Maydell2016-02-161-0/+1
* vhost-user-test: use correct ROM to speed up and avoid spurious failuresPaolo Bonzini2016-02-061-3/+2Star
* fpu: Replace uint32 typedef with uint32_tPeter Maydell2016-01-221-1/+1
* 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