index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
vhost-user-bridge.c
Age
Commit message (
Expand
)
Author
2020-12-08
libvhost-user: make it a meson subproject
Marc-André Lureau
2020-10-23
libvhost-user: Allow vu_message_read to be replaced
Coiby Xu
2019-10-26
core: replace getpagesize() with qemu_real_host_page_size
Wei Yang
2019-07-04
libvhost-user: support many virtqueues
Stefan Hajnoczi
2019-06-11
qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h
Markus Armbruster
2019-05-22
tests/vhost-user-bridge: Fix misuse of isdigit()
Markus Armbruster
2018-12-20
Clean up includes
Markus Armbruster
2018-11-27
vhost-user-bridge: fix recvmsg iovlen
Marc-André Lureau
2018-05-24
vhost-user-bridge: support host notifier
Tiwei Bie
2018-01-16
tests: Avoid 'do/while(false); ' in vhost-user-bridge
Eric Blake
2017-10-12
vhost-user-bridge: Only process received packets on started queues
Dr. David Alan Gilbert
2017-09-08
vhost-user-bridge: fix resume regression (since 2.9)
Marc-André Lureau
2017-06-08
vhost-user-bridge: fix iov_restore_front() warning
Marc-André Lureau
2016-12-16
tests/vhost-user-bridge: use contrib/libvhost-user
Marc-André Lureau
2016-12-16
tests/vhost-user-bridge: do not accept more than one connection
Marc-André Lureau
2016-12-16
tests/vhost-user-bridge: indicate peer disconnected
Marc-André Lureau
2016-12-16
tests/vhost-user-bridge: remove unnecessary dispatcher_remove
Marc-André Lureau
2016-12-16
tests/vhost-user-bridge: remove false comment
Marc-André Lureau
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
2016-06-17
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2016-06-17
tests/vhost-user-bridge: workaround stale vring base
Marc-André Lureau
2016-06-17
tests/vhost-user-bridge: add client mode
Marc-André Lureau
2016-06-16
os-posix: include sys/mman.h
Paolo Bonzini
2016-02-25
tests/vhost-user-bridge: fix build on 32 bit systems
Michael S. Tsirkin
2016-02-19
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2016-02-18
tests/vhost-user-bridge: add scattering of incoming packets
Victor Kaplansky
2016-02-16
tests: Clean up includes
Peter Maydell
2015-12-02
tests/vhost-user-bridge.c: fix fd leakage
Victor Kaplansky
2015-11-25
tests/vhost-user-bridge: read command line arguments
Victor Kaplansky
2015-11-25
tests/vhost-user-bridge: propose GUEST_ANNOUNCE feature
Victor Kaplansky
2015-11-17
tests/vhost-user-bridge: implement logging of dirty pages
Victor Kaplansky
2015-11-12
vhost: rename RESET_DEVICE backto RESET_OWNER
Yuanhan Liu
2015-10-29
tests/vhost-user-bridge: add vhost-user bridge application
Victor Kaplansky