- eb99baa libvhost-user: Map shared RAM with MAP_NORESERVE to support virtio-mem with hugetlb by David Hildenbrand · 3 years ago
- 4fafedc libvhost-user: handle removal of identical regions by Raphael Norwitz · 3 years ago
- b906a23 libvhost-user: prevent over-running max RAM slots by Raphael Norwitz · 3 years ago
- fa3d548 libvhost-user: fix VHOST_USER_REM_MEM_REG not closing the fd by David Hildenbrand · 3 years ago
- 4fd5ca8 libvhost-user: Simplify VHOST_USER_REM_MEM_REG by David Hildenbrand · 3 years ago
- 9f4e634 libvhost-user: Add vu_add_mem_reg input validation by Raphael Norwitz · 3 years ago
- 316ee11 libvhost-user: Add vu_rem_mem_reg input validation by Raphael Norwitz · 3 years ago
- 6889eb2 libvhost-user: fix VHOST_USER_REM_MEM_REG skipping mmap_addr by David Hildenbrand · 3 years, 3 months ago
- 4fe2934 libvhost-user: fix -Werror=format= warnings with __u64 fields by Marc-André Lureau · 3 years, 8 months ago
- 3f55f97 meson: fix meson 0.58 warning with libvhost-user subproject by Marc-André Lureau · 3 years, 8 months ago
- 0df750e libvhost-user: make it a meson subproject by Marc-André Lureau · 4 years, 2 months ago[Renamed from contrib/libvhost-user/libvhost-user.c]
- 7fa1d61 libvhost-user: remove qemu/compiler.h usage by Marc-André Lureau · 4 years, 2 months ago
- 810033b libvhost-user: replace qemu/memfd.h usage by Marc-André Lureau · 4 years, 2 months ago
- 0ca2931 libvhost-user: replace qemu/bswap.h with glibc endian.h by Marc-André Lureau · 4 years, 2 months ago
- 5fd6921 contrib/libvhost-user: Fix bad printf format specifiers by AlexChen · 4 years, 2 months ago
- f1baeee libvhost-user: remove watch for kick_fd when de-initialize vu-dev by Coiby Xu · 4 years, 4 months ago
- 049f555 libvhost-user: Allow vu_message_read to be replaced by Coiby Xu · 4 years, 4 months ago
- 8138405 libvhost-user: return on error in vu_log_queue_fill() by Stefan Hajnoczi · 4 years, 4 months ago
- fd40901 libvhost-user: return early on virtqueue errors by Stefan Hajnoczi · 4 years, 4 months ago
- d73415a qemu/atomic.h: rename atomic_ to qatomic_ by Stefan Hajnoczi · 4 years, 4 months ago
- 2ffc547 libvhost-user: handle endianness as mandated by the spec by Marc Hartmayer · 4 years, 4 months ago
- 639b090 contrib/: fix some comment spelling errors by zhaolichang · 4 years, 4 months ago
- 8fe9805 libvhost-user: Report descriptor index on panic by Philippe Mathieu-Daudé · 4 years, 6 months ago
- a9a5c47 libvhost-user: advertise vring features by Stefan Hajnoczi · 4 years, 8 months ago
- b650d5f Lift max ram slots limit in libvhost-user by Raphael Norwitz · 4 years, 8 months ago
- 875b9fd Support individual region unmap in libvhost-user by Raphael Norwitz · 4 years, 8 months ago
- ec94c8e Support adding individual regions in libvhost-user by Raphael Norwitz · 4 years, 8 months ago
- 6fb2e17 Support ram slot configuration in libvhost-user by Raphael Norwitz · 4 years, 8 months ago
- 08fccf8 Refactor out libvhost-user fault generation logic by Raphael Norwitz · 4 years, 8 months ago
- ff13200 libvhost-user: implement in-band notifications by Johannes Berg · 5 years ago
- d5f99fc libvhost-user: handle NOFD flag in call/kick/err better by Johannes Berg · 5 years ago
- 8899d60 libvhost-user: implement VHOST_USER_PROTOCOL_F_REPLY_ACK by Johannes Berg · 5 years ago
- 49e9ec7 libvhost-user: Fix some memtable remap cases by Dr. David Alan Gilbert · 5 years ago
- c25c02b contrib/libvhost-user: Protect slave fd with mutex by Dr. David Alan Gilbert · 6 years ago
- d9b3ade libvhost-user: Zero memory allocated for VuVirtqInflightDesc by Xie Yongji · 5 years ago
- eeb3926 libvhost-user: introduce and use vu_has_protocol_feature() by Johannes Berg · 5 years ago
- 8726b70 libvhost-user: fix SLAVE_SEND_FD handling by Johannes Berg · 5 years ago
- ea1b802 libvhost-user: implement VHOST_USER_PROTOCOL_F_MQ by Stefan Hajnoczi · 6 years ago
- 6f5fd83 libvhost-user: support many virtqueues by Stefan Hajnoczi · 6 years ago
- db68f4f libvhost-user: add vmsg_set_reply_u64() helper by Stefan Hajnoczi · 6 years ago
- bd2e44f vhost-user: add vhost_user_gpu_set_socket() by Marc-André Lureau · 6 years ago
- 7fa9f03 libvhost-user: fix -Werror=format= on ppc64 by Marc-André Lureau · 6 years ago
- 1005810 libvhost-user: fix cast warnings on 32 bits by Marc-André Lureau · 6 years ago
- acbd487 libvhost-user: fix bad vu_log_write by Li Feng · 6 years ago
- 78067fd libvhost-user: add PROTOCOL_F_CONFIG if {set, get}_config by Marc-André Lureau · 6 years ago
- d288eef libvhost-user: fix -Waddress-of-packed-member by Marc-André Lureau · 6 years ago
- 5f9ff1e libvhost-user: Support tracking inflight I/O in shared memory by Xie Yongji · 6 years ago
- f7671f3 libvhost-user: Introduce vu_queue_map_desc() by Xie Yongji · 6 years ago
- 792468c libvhost-user: Remove unnecessary FD flag check for event file descriptors by Xie Yongji · 6 years ago
- b13919a libvhost-user: add vu_queue_unpop() by Marc-André Lureau · 6 years ago
- 6079865 libvhost-user: exit by default on VHOST_USER_NONE by Marc-André Lureau · 6 years ago
- 8bafafc contrib/libvhost-user: cleanup casts by Michael S. Tsirkin · 6 years ago
- 9174d8a contrib/libvhost-user: switch to uint64_t by Michael S. Tsirkin · 6 years ago
- d84599f libvhost-user: support host notifier by Tiwei Bie · 7 years ago
- e363815 libvhost-user: Send messages with no data by Dr. David Alan Gilbert · 7 years ago
- 4275cd9 libvhost-user: Claim support for postcopy by Dr. David Alan Gilbert · 7 years ago
- c639187 vhost-user: Add VHOST_USER_POSTCOPY_END message by Dr. David Alan Gilbert · 7 years ago
- 0185cfb libvhost-user: mprotect & madvises for postcopy by Dr. David Alan Gilbert · 7 years ago
- 9bb3801 vhost+postcopy: Send address back to qemu by Dr. David Alan Gilbert · 7 years ago
- 51a5d6e libvhost-user+postcopy: Register new regions with the ufd by Dr. David Alan Gilbert · 7 years ago
- 55d754b postcopy+vhost-user: Split set_mem_table for postcopy by Dr. David Alan Gilbert · 7 years ago
- 6864a7b vhost+postcopy: Transmit 'listen' to slave by Dr. David Alan Gilbert · 7 years ago
- 2a84ffc libvhost-user: Open userfaultfd by Dr. David Alan Gilbert · 7 years ago
- d6e4771 libvhost-user: Support sending fds back to qemu by Dr. David Alan Gilbert · 7 years ago
- d3dff7a vhost-user: Add 'VHOST_USER_POSTCOPY_ADVISE' message by Dr. David Alan Gilbert · 7 years ago
- 293084a libvhost-user: Support across-memory-boundary access by Yongji Xie · 7 years ago
- bb102d1 libvhost-user: Fix resource leak by Yongji Xie · 7 years ago
- 0bc24d8 contrib/libvhost-user: enable virtio config space messages by Changpeng Liu · 7 years ago
- 13384f1 libvhost-user: Support VHOST_USER_SET_SLAVE_REQ_FD by Dr. David Alan Gilbert · 7 years ago
- ea642e2 libvhost-user: Update and fix feature and request lists by Dr. David Alan Gilbert · 7 years ago
- bcf0836 libvhost-user: vu_queue_started by Dr. David Alan Gilbert · 7 years ago
- eb078a9 libvhost-user: drop dependency on glib by Marc-André Lureau · 7 years ago
- 35480cb libvhost-user: support resuming vq->last_avail_idx based on used_idx by Marc-André Lureau · 7 years ago
- 2566378 libvhost-user: quit when no more data received by Jens Freimann · 7 years ago
- 640601c libvhost-user: fix crash when rings aren't ready by Marc-André Lureau · 8 years ago
- eae0f54 libvhost-user: replace vasprintf() to fix build by Felipe Franciosi · 8 years ago
- 7b2e5c6 contrib: add libvhost-user by Marc-André Lureau · 8 years ago