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
/
contrib
/
libvhost-user
/
libvhost-user.c
Age
Commit message (
Expand
)
Author
2020-06-12
Support ram slot configuration in libvhost-user
Raphael Norwitz
2020-06-12
Refactor out libvhost-user fault generation logic
Raphael Norwitz
2020-02-27
libvhost-user: implement in-band notifications
Johannes Berg
2020-02-27
libvhost-user: handle NOFD flag in call/kick/err better
Johannes Berg
2020-02-27
libvhost-user: implement VHOST_USER_PROTOCOL_F_REPLY_ACK
Johannes Berg
2020-01-23
libvhost-user: Fix some memtable remap cases
Dr. David Alan Gilbert
2020-01-23
contrib/libvhost-user: Protect slave fd with mutex
Dr. David Alan Gilbert
2019-11-20
libvhost-user: Zero memory allocated for VuVirtqInflightDesc
Xie Yongji
2019-09-04
libvhost-user: introduce and use vu_has_protocol_feature()
Johannes Berg
2019-09-04
libvhost-user: fix SLAVE_SEND_FD handling
Johannes Berg
2019-07-04
libvhost-user: implement VHOST_USER_PROTOCOL_F_MQ
Stefan Hajnoczi
2019-07-04
libvhost-user: support many virtqueues
Stefan Hajnoczi
2019-07-04
libvhost-user: add vmsg_set_reply_u64() helper
Stefan Hajnoczi
2019-05-29
vhost-user: add vhost_user_gpu_set_socket()
Marc-André Lureau
2019-05-22
libvhost-user: fix -Werror=format= on ppc64
Marc-André Lureau
2019-05-22
libvhost-user: fix cast warnings on 32 bits
Marc-André Lureau
2019-05-20
libvhost-user: fix bad vu_log_write
Li Feng
2019-05-10
libvhost-user: add PROTOCOL_F_CONFIG if {set, get}_config
Marc-André Lureau
2019-05-10
libvhost-user: fix -Waddress-of-packed-member
Marc-André Lureau
2019-03-12
libvhost-user: Support tracking inflight I/O in shared memory
Xie Yongji
2019-03-12
libvhost-user: Introduce vu_queue_map_desc()
Xie Yongji
2019-03-12
libvhost-user: Remove unnecessary FD flag check for event file descriptors
Xie Yongji
2019-03-12
libvhost-user: add vu_queue_unpop()
Marc-André Lureau
2019-03-12
libvhost-user: exit by default on VHOST_USER_NONE
Marc-André Lureau
2019-02-05
contrib/libvhost-user: cleanup casts
Michael S. Tsirkin
2019-02-04
contrib/libvhost-user: switch to uint64_t
Michael S. Tsirkin
2018-05-24
libvhost-user: support host notifier
Tiwei Bie
2018-05-23
libvhost-user: Send messages with no data
Dr. David Alan Gilbert
2018-03-20
libvhost-user: Claim support for postcopy
Dr. David Alan Gilbert
2018-03-20
vhost-user: Add VHOST_USER_POSTCOPY_END message
Dr. David Alan Gilbert
2018-03-20
libvhost-user: mprotect & madvises for postcopy
Dr. David Alan Gilbert
2018-03-20
vhost+postcopy: Send address back to qemu
Dr. David Alan Gilbert
2018-03-20
libvhost-user+postcopy: Register new regions with the ufd
Dr. David Alan Gilbert
2018-03-20
postcopy+vhost-user: Split set_mem_table for postcopy
Dr. David Alan Gilbert
2018-03-20
vhost+postcopy: Transmit 'listen' to slave
Dr. David Alan Gilbert
2018-03-20
libvhost-user: Open userfaultfd
Dr. David Alan Gilbert
2018-03-20
libvhost-user: Support sending fds back to qemu
Dr. David Alan Gilbert
2018-03-20
vhost-user: Add 'VHOST_USER_POSTCOPY_ADVISE' message
Dr. David Alan Gilbert
2018-02-13
libvhost-user: Support across-memory-boundary access
Yongji Xie
2018-02-13
libvhost-user: Fix resource leak
Yongji Xie
2018-01-18
contrib/libvhost-user: enable virtio config space messages
Changpeng Liu
2017-10-12
libvhost-user: Support VHOST_USER_SET_SLAVE_REQ_FD
Dr. David Alan Gilbert
2017-10-12
libvhost-user: Update and fix feature and request lists
Dr. David Alan Gilbert
2017-10-12
libvhost-user: vu_queue_started
Dr. David Alan Gilbert
2017-10-10
libvhost-user: drop dependency on glib
Marc-André Lureau
2017-09-08
libvhost-user: support resuming vq->last_avail_idx based on used_idx
Marc-André Lureau
2017-08-09
libvhost-user: quit when no more data received
Jens Freimann
2017-05-10
libvhost-user: fix crash when rings aren't ready
Marc-André Lureau
2017-05-05
libvhost-user: replace vasprintf() to fix build
Felipe Franciosi
2016-12-16
contrib: add libvhost-user
Marc-André Lureau