summaryrefslogtreecommitdiffstats
path: root/tests/vhost-user-bridge.c
Commit message (Expand)AuthorAgeFilesLines
* tests: vhost-user-bridge: Avoid using hardcoded /tmpBin Meng2022-09-271-2/+1Star
* Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau2022-04-061-4/+4
* tests/vhost-user-bridge.c: Fix typo in help messagePeter Maydell2021-09-041-1/+1
* tests/vhost-user-bridge.c: Sanity check socket path lengthPeter Maydell2021-09-041-0/+5
* libvhost-user: make it a meson subprojectMarc-André Lureau2020-12-081-1/+1
* libvhost-user: Allow vu_message_read to be replacedCoiby Xu2020-10-231-0/+2
* core: replace getpagesize() with qemu_real_host_page_sizeWei Yang2019-10-261-4/+4
* libvhost-user: support many virtqueuesStefan Hajnoczi2019-07-041-14/+28
* qemu-common: Move qemu_isalnum() etc. to qemu/ctype.hMarkus Armbruster2019-06-111-1/+1
* tests/vhost-user-bridge: Fix misuse of isdigit()Markus Armbruster2019-05-221-1/+2
* Clean up includesMarkus Armbruster2018-12-201-1/+1
* vhost-user-bridge: fix recvmsg iovlenMarc-André Lureau2018-11-271-1/+1
* vhost-user-bridge: support host notifierTiwei Bie2018-05-241-3/+95
* tests: Avoid 'do/while(false); ' in vhost-user-bridgeEric Blake2018-01-161-2/+4
* vhost-user-bridge: Only process received packets on started queuesDr. David Alan Gilbert2017-10-121-0/+1
* vhost-user-bridge: fix resume regression (since 2.9)Marc-André Lureau2017-09-081-0/+7
* vhost-user-bridge: fix iov_restore_front() warningMarc-André Lureau2017-06-081-2/+9
* tests/vhost-user-bridge: use contrib/libvhost-userMarc-André Lureau2016-12-161-949/+228Star
* tests/vhost-user-bridge: do not accept more than one connectionMarc-André Lureau2016-12-161-0/+1
* tests/vhost-user-bridge: indicate peer disconnectedMarc-André Lureau2016-12-161-1/+0Star
* tests/vhost-user-bridge: remove unnecessary dispatcher_removeMarc-André Lureau2016-12-161-2/+0Star
* tests/vhost-user-bridge: remove false commentMarc-André Lureau2016-12-161-2/+0Star
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-121-2/+0Star
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2016-06-171-14/+37
|\
| * tests/vhost-user-bridge: workaround stale vring baseMarc-André Lureau2016-06-171-0/+7
| * tests/vhost-user-bridge: add client modeMarc-André Lureau2016-06-171-14/+30
* | os-posix: include sys/mman.hPaolo Bonzini2016-06-161-1/+0Star
|/
* tests/vhost-user-bridge: fix build on 32 bit systemsMichael S. Tsirkin2016-02-251-7/+7
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2016-02-191-31/+61
|\
| * tests/vhost-user-bridge: add scattering of incoming packetsVictor Kaplansky2016-02-181-31/+61
* | tests: Clean up includesPeter Maydell2016-02-161-11/+1Star
|/
* tests/vhost-user-bridge.c: fix fd leakageVictor Kaplansky2015-12-021-5/+29
* tests/vhost-user-bridge: read command line argumentsVictor Kaplansky2015-11-251-18/+111
* tests/vhost-user-bridge: propose GUEST_ANNOUNCE featureVictor Kaplansky2015-11-251-0/+1
* tests/vhost-user-bridge: implement logging of dirty pagesVictor Kaplansky2015-11-171-25/+195
* vhost: rename RESET_DEVICE backto RESET_OWNERYuanhan Liu2015-11-121-3/+3
* tests/vhost-user-bridge: add vhost-user bridge applicationVictor Kaplansky2015-10-291-0/+1110