summaryrefslogtreecommitdiffstats
path: root/contrib/libvhost-user
Commit message (Expand)AuthorAgeFilesLines
* libvhost-user: make it a meson subprojectMarc-André Lureau2020-12-085-3789/+0Star
* libvhost-user: drop qemu/osdep.h dependencyMarc-André Lureau2020-12-081-2/+8
* libvhost-user: remove qemu/compiler.h usageMarc-André Lureau2020-12-081-1/+4
* libvhost-user: replace qemu/memfd.h usageMarc-André Lureau2020-12-081-7/+43
* libvhost-user: replace qemu/bswap.h with glibc endian.hMarc-André Lureau2020-12-081-37/+40
* contrib/libvhost-user: Fix bad printf format specifiersAlexChen2020-11-171-12/+12
* vhost-user: fix VHOST_USER_ADD/REM_MEM_REG truncationStefan Hajnoczi2020-11-121-1/+1
* libvhost-user: follow QEMU comment styleStefan Hajnoczi2020-11-031-5/+10
* util/vhost-user-server: use static library in meson.buildStefan Hajnoczi2020-10-231-0/+1
* libvhost-user: remove watch for kick_fd when de-initialize vu-devCoiby Xu2020-10-231-0/+1
* libvhost-user: Allow vu_message_read to be replacedCoiby Xu2020-10-233-8/+29
* libvhost-user: return on error in vu_log_queue_fill()Stefan Hajnoczi2020-09-291-0/+1
* libvhost-user: return early on virtqueue errorsStefan Hajnoczi2020-09-291-8/+17
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-1/+1
* libvhost-user: handle endianness as mandated by the specMarc Hartmayer2020-09-231-34/+43
* contrib/: fix some comment spelling errorszhaolichang2020-09-172-3/+3
* contrib/libvhost-user: convert to MesonPaolo Bonzini2020-08-212-1/+3
* libvhost-user: Report descriptor index on panicPhilippe Mathieu-Daudé2020-07-271-2/+2
* libvhost-user: advertise vring featuresStefan Hajnoczi2020-06-121-0/+10
* Lift max ram slots limit in libvhost-userRaphael Norwitz2020-06-122-12/+20
* Support individual region unmap in libvhost-userRaphael Norwitz2020-06-122-0/+64
* Support adding individual regions in libvhost-userRaphael Norwitz2020-06-122-0/+110
* Support ram slot configuration in libvhost-userRaphael Norwitz2020-06-122-0/+20
* Refactor out libvhost-user fault generation logicRaphael Norwitz2020-06-121-68/+79
* misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé2020-03-161-1/+1
* libvhost-user: implement in-band notificationsJohannes Berg2020-02-272-3/+114
* libvhost-user: handle NOFD flag in call/kick/err betterJohannes Berg2020-02-271-8/+16
* libvhost-user-glib: use g_main_context_get_thread_default()Johannes Berg2020-02-271-1/+1
* libvhost-user-glib: fix VugDev main fd cleanupJohannes Berg2020-02-272-3/+13
* libvhost-user: implement VHOST_USER_PROTOCOL_F_REPLY_ACKJohannes Berg2020-02-271-2/+10
* libvhost-user: Fix some memtable remap casesDr. David Alan Gilbert2020-01-232-8/+28
* contrib/libvhost-user: Protect slave fd with mutexDr. David Alan Gilbert2020-01-232-4/+23
* libvhost-user: Zero memory allocated for VuVirtqInflightDescXie Yongji2019-11-201-1/+1
* libvhost-user: introduce and use vu_has_protocol_feature()Johannes Berg2019-09-041-10/+10
* libvhost-user: fix SLAVE_SEND_FD handlingJohannes Berg2019-09-041-1/+2
* libvhost-user: implement VHOST_USER_PROTOCOL_F_MQStefan Hajnoczi2019-07-041-3/+4
* libvhost-user: support many virtqueuesStefan Hajnoczi2019-07-044-16/+41
* libvhost-user: add vmsg_set_reply_u64() helperStefan Hajnoczi2019-07-041-13/+13
* vhost-user: add vhost_user_gpu_set_socket()Marc-André Lureau2019-05-292-0/+2
* libvhost-user: fix -Werror=format= on ppc64Marc-André Lureau2019-05-221-2/+4
* libvhost-user: fix cast warnings on 32 bitsMarc-André Lureau2019-05-221-3/+3
* libvhost-user: fix bad vu_log_writeLi Feng2019-05-211-1/+1
* libvhost-user: add PROTOCOL_F_CONFIG if {set, get}_configMarc-André Lureau2019-05-101-0/+4
* libvhost-user: fix -Waddress-of-packed-memberMarc-André Lureau2019-05-101-3/+3
* QEMU_PACKED: Remove gcc_struct attribute in Windows non x86 targetsCao Jiaxi2019-05-071-1/+1
* libvhost-user: Support tracking inflight I/O in shared memoryXie Yongji2019-03-132-20/+399
* libvhost-user: Introduce vu_queue_map_desc()Xie Yongji2019-03-131-37/+51
* libvhost-user: Remove unnecessary FD flag check for event file descriptorsXie Yongji2019-03-131-10/+4Star
* libvhost-user: add vu_queue_unpop()Marc-André Lureau2019-03-132-0/+30
* libvhost-user-glib: export vug_source_new()Marc-André Lureau2019-03-132-5/+9