aboutsummaryrefslogtreecommitdiff
path: root/contrib/libvhost-user
AgeCommit message (Expand)AuthorFilesLines
2020-12-08libvhost-user: make it a meson subprojectMarc-André Lureau5-3789/+0
2020-12-08libvhost-user: drop qemu/osdep.h dependencyMarc-André Lureau1-2/+8
2020-12-08libvhost-user: remove qemu/compiler.h usageMarc-André Lureau1-1/+4
2020-12-08libvhost-user: replace qemu/memfd.h usageMarc-André Lureau1-7/+43
2020-12-08libvhost-user: replace qemu/bswap.h with glibc endian.hMarc-André Lureau1-37/+40
2020-11-17contrib/libvhost-user: Fix bad printf format specifiersAlexChen1-12/+12
2020-11-12vhost-user: fix VHOST_USER_ADD/REM_MEM_REG truncationStefan Hajnoczi1-1/+1
2020-11-03libvhost-user: follow QEMU comment styleStefan Hajnoczi1-5/+10
2020-10-23util/vhost-user-server: use static library in meson.buildStefan Hajnoczi1-0/+1
2020-10-23libvhost-user: remove watch for kick_fd when de-initialize vu-devCoiby Xu1-0/+1
2020-10-23libvhost-user: Allow vu_message_read to be replacedCoiby Xu3-8/+29
2020-09-29libvhost-user: return on error in vu_log_queue_fill()Stefan Hajnoczi1-0/+1
2020-09-29libvhost-user: return early on virtqueue errorsStefan Hajnoczi1-8/+17
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-1/+1
2020-09-23libvhost-user: handle endianness as mandated by the specMarc Hartmayer1-34/+43
2020-09-17contrib/: fix some comment spelling errorszhaolichang2-3/+3
2020-08-21contrib/libvhost-user: convert to MesonPaolo Bonzini2-1/+3
2020-07-27libvhost-user: Report descriptor index on panicPhilippe Mathieu-Daudé1-2/+2
2020-06-12libvhost-user: advertise vring featuresStefan Hajnoczi1-0/+10
2020-06-12Lift max ram slots limit in libvhost-userRaphael Norwitz2-12/+20
2020-06-12Support individual region unmap in libvhost-userRaphael Norwitz2-0/+64
2020-06-12Support adding individual regions in libvhost-userRaphael Norwitz2-0/+110
2020-06-12Support ram slot configuration in libvhost-userRaphael Norwitz2-0/+20
2020-06-12Refactor out libvhost-user fault generation logicRaphael Norwitz1-68/+79
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé1-1/+1
2020-02-27libvhost-user: implement in-band notificationsJohannes Berg2-3/+114
2020-02-27libvhost-user: handle NOFD flag in call/kick/err betterJohannes Berg1-8/+16
2020-02-27libvhost-user-glib: use g_main_context_get_thread_default()Johannes Berg1-1/+1
2020-02-27libvhost-user-glib: fix VugDev main fd cleanupJohannes Berg2-3/+13
2020-02-27libvhost-user: implement VHOST_USER_PROTOCOL_F_REPLY_ACKJohannes Berg1-2/+10
2020-01-23libvhost-user: Fix some memtable remap casesDr. David Alan Gilbert2-8/+28
2020-01-23contrib/libvhost-user: Protect slave fd with mutexDr. David Alan Gilbert2-4/+23
2019-11-20libvhost-user: Zero memory allocated for VuVirtqInflightDescXie Yongji1-1/+1
2019-09-04libvhost-user: introduce and use vu_has_protocol_feature()Johannes Berg1-10/+10
2019-09-04libvhost-user: fix SLAVE_SEND_FD handlingJohannes Berg1-1/+2
2019-07-04libvhost-user: implement VHOST_USER_PROTOCOL_F_MQStefan Hajnoczi1-3/+4
2019-07-04libvhost-user: support many virtqueuesStefan Hajnoczi4-16/+41
2019-07-04libvhost-user: add vmsg_set_reply_u64() helperStefan Hajnoczi1-13/+13
2019-05-29vhost-user: add vhost_user_gpu_set_socket()Marc-André Lureau2-0/+2
2019-05-22libvhost-user: fix -Werror=format= on ppc64Marc-André Lureau1-2/+4
2019-05-22libvhost-user: fix cast warnings on 32 bitsMarc-André Lureau1-3/+3
2019-05-20libvhost-user: fix bad vu_log_writeLi Feng1-1/+1
2019-05-10libvhost-user: add PROTOCOL_F_CONFIG if {set, get}_configMarc-André Lureau1-0/+4
2019-05-10libvhost-user: fix -Waddress-of-packed-memberMarc-André Lureau1-3/+3
2019-05-07QEMU_PACKED: Remove gcc_struct attribute in Windows non x86 targetsCao Jiaxi1-1/+1
2019-03-12libvhost-user: Support tracking inflight I/O in shared memoryXie Yongji2-20/+399
2019-03-12libvhost-user: Introduce vu_queue_map_desc()Xie Yongji1-37/+51
2019-03-12libvhost-user: Remove unnecessary FD flag check for event file descriptorsXie Yongji1-10/+4
2019-03-12libvhost-user: add vu_queue_unpop()Marc-André Lureau2-0/+30
2019-03-12libvhost-user-glib: export vug_source_new()Marc-André Lureau2-5/+9