aboutsummaryrefslogtreecommitdiff
path: root/contrib/libvhost-user
AgeCommit message (Expand)AuthorFilesLines
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
2019-03-12libvhost-user: exit by default on VHOST_USER_NONEMarc-André Lureau1-1/+2
2019-03-12libvhost-user: fix clang enum-conversion warningMarc-André Lureau1-1/+1
2019-02-05contrib/libvhost-user: cleanup castsMichael S. Tsirkin1-4/+4
2019-02-04contrib/libvhost-user: switch to uint64_tMichael S. Tsirkin1-4/+4
2018-05-24libvhost-user: support host notifierTiwei Bie2-8/+105
2018-05-23libvhost-user: Send messages with no dataDr. David Alan Gilbert1-7/+9
2018-04-09contrib/libvhost-user: add the protocol feature used for SET/GET messageChangpeng Liu1-0/+1
2018-03-20libvhost-user: Claim support for postcopyDr. David Alan Gilbert1-0/+33
2018-03-20vhost-user: Add VHOST_USER_POSTCOPY_END messageDr. David Alan Gilbert2-0/+24
2018-03-20libvhost-user: mprotect & madvises for postcopyDr. David Alan Gilbert1-5/+42
2018-03-20vhost+postcopy: Send address back to qemuDr. David Alan Gilbert1-1/+23
2018-03-20libvhost-user+postcopy: Register new regions with the ufdDr. David Alan Gilbert1-0/+34
2018-03-20postcopy+vhost-user: Split set_mem_table for postcopyDr. David Alan Gilbert1-0/+53
2018-03-20vhost+postcopy: Transmit 'listen' to slaveDr. David Alan Gilbert2-0/+21
2018-03-20libvhost-user: Open userfaultfdDr. David Alan Gilbert2-2/+43
2018-03-20libvhost-user: Support sending fds back to qemuDr. David Alan Gilbert1-1/+29
2018-03-20vhost-user: Add 'VHOST_USER_POSTCOPY_ADVISE' messageDr. David Alan Gilbert2-0/+14
2018-03-20postcopy: Add vhost-user flag for postcopy and check itDr. David Alan Gilbert1-0/+2
2018-02-13libvhost-user: Support across-memory-boundary accessYongji Xie2-14/+122
2018-02-13libvhost-user: Fix resource leakYongji Xie1-0/+14
2018-01-18contrib/libvhost-user: enable virtio config space messagesChangpeng Liu2-0/+75
2017-10-12libvhost-user: Support VHOST_USER_SET_SLAVE_REQ_FDDr. David Alan Gilbert2-1/+27
2017-10-12libvhost-user: Update and fix feature and request listsDr. David Alan Gilbert2-6/+13
2017-10-12libvhost-user: vu_queue_startedDr. David Alan Gilbert2-0/+15
2017-10-10libvhost-user: add glib source helperMarc-André Lureau3-1/+187
2017-10-10libvhost-user: improve vu_queue_pop() docMarc-André Lureau1-1/+2
2017-10-10libvhost-user: drop dependency on glibMarc-André Lureau1-3/+26
2017-09-08libvhost-user: support resuming vq->last_avail_idx based on used_idxMarc-André Lureau2-0/+20
2017-08-09libvhost-user: quit when no more data receivedJens Freimann1-1/+3
2017-06-15vhost-user-scsi: Introduce a vhost-user-scsi sample applicationFelipe Franciosi1-5/+6
2017-05-10libvhost-user: fix crash when rings aren't readyMarc-André Lureau2-9/+23
2017-05-05libvhost-user: replace vasprintf() to fix buildFelipe Franciosi1-1/+1
2016-12-16contrib: add libvhost-userMarc-André Lureau3-0/+1935