summaryrefslogtreecommitdiff
path: root/tests/vhost-user-bridge.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-16tests: Avoid 'do/while(false); ' in vhost-user-bridgeEric Blake1-2/+4
2017-10-12vhost-user-bridge: Only process received packets on started queuesDr. David Alan Gilbert1-0/+1
2017-09-08vhost-user-bridge: fix resume regression (since 2.9)Marc-André Lureau1-0/+7
2017-06-08vhost-user-bridge: fix iov_restore_front() warningMarc-André Lureau1-2/+9
2016-12-16tests/vhost-user-bridge: use contrib/libvhost-userMarc-André Lureau1-949/+228
2016-12-16tests/vhost-user-bridge: do not accept more than one connectionMarc-André Lureau1-0/+1
2016-12-16tests/vhost-user-bridge: indicate peer disconnectedMarc-André Lureau1-1/+0
2016-12-16tests/vhost-user-bridge: remove unnecessary dispatcher_removeMarc-André Lureau1-2/+0
2016-12-16tests/vhost-user-bridge: remove false commentMarc-André Lureau1-2/+0
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster1-2/+0
2016-06-17Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-14/+37
2016-06-17tests/vhost-user-bridge: workaround stale vring baseMarc-André Lureau1-0/+7
2016-06-17tests/vhost-user-bridge: add client modeMarc-André Lureau1-14/+30
2016-06-16os-posix: include sys/mman.hPaolo Bonzini1-1/+0
2016-02-25tests/vhost-user-bridge: fix build on 32 bit systemsMichael S. Tsirkin1-7/+7
2016-02-19Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-31/+61
2016-02-18tests/vhost-user-bridge: add scattering of incoming packetsVictor Kaplansky1-31/+61
2016-02-16tests: Clean up includesPeter Maydell1-11/+1
2015-12-02tests/vhost-user-bridge.c: fix fd leakageVictor Kaplansky1-5/+29
2015-11-25tests/vhost-user-bridge: read command line argumentsVictor Kaplansky1-18/+111
2015-11-25tests/vhost-user-bridge: propose GUEST_ANNOUNCE featureVictor Kaplansky1-0/+1
2015-11-17tests/vhost-user-bridge: implement logging of dirty pagesVictor Kaplansky1-25/+195
2015-11-12vhost: rename RESET_DEVICE backto RESET_OWNERYuanhan Liu1-3/+3
2015-10-29tests/vhost-user-bridge: add vhost-user bridge applicationVictor Kaplansky1-0/+1110