aboutsummaryrefslogtreecommitdiff
path: root/tests/vhost-user-bridge.c
AgeCommit message (Expand)Author
2019-10-26core: replace getpagesize() with qemu_real_host_page_sizeWei Yang
2019-07-04libvhost-user: support many virtqueuesStefan Hajnoczi
2019-06-11qemu-common: Move qemu_isalnum() etc. to qemu/ctype.hMarkus Armbruster
2019-05-22tests/vhost-user-bridge: Fix misuse of isdigit()Markus Armbruster
2018-12-20Clean up includesMarkus Armbruster
2018-11-27vhost-user-bridge: fix recvmsg iovlenMarc-André Lureau
2018-05-24vhost-user-bridge: support host notifierTiwei Bie
2018-01-16tests: Avoid 'do/while(false); ' in vhost-user-bridgeEric Blake
2017-10-12vhost-user-bridge: Only process received packets on started queuesDr. David Alan Gilbert
2017-09-08vhost-user-bridge: fix resume regression (since 2.9)Marc-André Lureau
2017-06-08vhost-user-bridge: fix iov_restore_front() warningMarc-André Lureau
2016-12-16tests/vhost-user-bridge: use contrib/libvhost-userMarc-André Lureau
2016-12-16tests/vhost-user-bridge: do not accept more than one connectionMarc-André Lureau
2016-12-16tests/vhost-user-bridge: indicate peer disconnectedMarc-André Lureau
2016-12-16tests/vhost-user-bridge: remove unnecessary dispatcher_removeMarc-André Lureau
2016-12-16tests/vhost-user-bridge: remove false commentMarc-André Lureau
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster
2016-06-17Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2016-06-17tests/vhost-user-bridge: workaround stale vring baseMarc-André Lureau
2016-06-17tests/vhost-user-bridge: add client modeMarc-André Lureau
2016-06-16os-posix: include sys/mman.hPaolo Bonzini
2016-02-25tests/vhost-user-bridge: fix build on 32 bit systemsMichael S. Tsirkin
2016-02-19Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2016-02-18tests/vhost-user-bridge: add scattering of incoming packetsVictor Kaplansky
2016-02-16tests: Clean up includesPeter Maydell
2015-12-02tests/vhost-user-bridge.c: fix fd leakageVictor Kaplansky
2015-11-25tests/vhost-user-bridge: read command line argumentsVictor Kaplansky
2015-11-25tests/vhost-user-bridge: propose GUEST_ANNOUNCE featureVictor Kaplansky
2015-11-17tests/vhost-user-bridge: implement logging of dirty pagesVictor Kaplansky
2015-11-12vhost: rename RESET_DEVICE backto RESET_OWNERYuanhan Liu
2015-10-29tests/vhost-user-bridge: add vhost-user bridge applicationVictor Kaplansky