summaryrefslogtreecommitdiff
path: root/contrib/libvhost-user/libvhost-user.c
AgeCommit message (Expand)Author
2020-06-12Support ram slot configuration in libvhost-userRaphael Norwitz
2020-06-12Refactor out libvhost-user fault generation logicRaphael Norwitz
2020-02-27libvhost-user: implement in-band notificationsJohannes Berg
2020-02-27libvhost-user: handle NOFD flag in call/kick/err betterJohannes Berg
2020-02-27libvhost-user: implement VHOST_USER_PROTOCOL_F_REPLY_ACKJohannes Berg
2020-01-23libvhost-user: Fix some memtable remap casesDr. David Alan Gilbert
2020-01-23contrib/libvhost-user: Protect slave fd with mutexDr. David Alan Gilbert
2019-11-20libvhost-user: Zero memory allocated for VuVirtqInflightDescXie Yongji
2019-09-04libvhost-user: introduce and use vu_has_protocol_feature()Johannes Berg
2019-09-04libvhost-user: fix SLAVE_SEND_FD handlingJohannes Berg
2019-07-04libvhost-user: implement VHOST_USER_PROTOCOL_F_MQStefan Hajnoczi
2019-07-04libvhost-user: support many virtqueuesStefan Hajnoczi
2019-07-04libvhost-user: add vmsg_set_reply_u64() helperStefan Hajnoczi
2019-05-29vhost-user: add vhost_user_gpu_set_socket()Marc-André Lureau
2019-05-22libvhost-user: fix -Werror=format= on ppc64Marc-André Lureau
2019-05-22libvhost-user: fix cast warnings on 32 bitsMarc-André Lureau
2019-05-20libvhost-user: fix bad vu_log_writeLi Feng
2019-05-10libvhost-user: add PROTOCOL_F_CONFIG if {set, get}_configMarc-André Lureau
2019-05-10libvhost-user: fix -Waddress-of-packed-memberMarc-André Lureau
2019-03-12libvhost-user: Support tracking inflight I/O in shared memoryXie Yongji
2019-03-12libvhost-user: Introduce vu_queue_map_desc()Xie Yongji
2019-03-12libvhost-user: Remove unnecessary FD flag check for event file descriptorsXie Yongji
2019-03-12libvhost-user: add vu_queue_unpop()Marc-André Lureau
2019-03-12libvhost-user: exit by default on VHOST_USER_NONEMarc-André Lureau
2019-02-05contrib/libvhost-user: cleanup castsMichael S. Tsirkin
2019-02-04contrib/libvhost-user: switch to uint64_tMichael S. Tsirkin
2018-05-24libvhost-user: support host notifierTiwei Bie
2018-05-23libvhost-user: Send messages with no dataDr. David Alan Gilbert
2018-03-20libvhost-user: Claim support for postcopyDr. David Alan Gilbert
2018-03-20vhost-user: Add VHOST_USER_POSTCOPY_END messageDr. David Alan Gilbert
2018-03-20libvhost-user: mprotect & madvises for postcopyDr. David Alan Gilbert
2018-03-20vhost+postcopy: Send address back to qemuDr. David Alan Gilbert
2018-03-20libvhost-user+postcopy: Register new regions with the ufdDr. David Alan Gilbert
2018-03-20postcopy+vhost-user: Split set_mem_table for postcopyDr. David Alan Gilbert
2018-03-20vhost+postcopy: Transmit 'listen' to slaveDr. David Alan Gilbert
2018-03-20libvhost-user: Open userfaultfdDr. David Alan Gilbert
2018-03-20libvhost-user: Support sending fds back to qemuDr. David Alan Gilbert
2018-03-20vhost-user: Add 'VHOST_USER_POSTCOPY_ADVISE' messageDr. David Alan Gilbert
2018-02-13libvhost-user: Support across-memory-boundary accessYongji Xie
2018-02-13libvhost-user: Fix resource leakYongji Xie
2018-01-18contrib/libvhost-user: enable virtio config space messagesChangpeng Liu
2017-10-12libvhost-user: Support VHOST_USER_SET_SLAVE_REQ_FDDr. David Alan Gilbert
2017-10-12libvhost-user: Update and fix feature and request listsDr. David Alan Gilbert
2017-10-12libvhost-user: vu_queue_startedDr. David Alan Gilbert
2017-10-10libvhost-user: drop dependency on glibMarc-André Lureau
2017-09-08libvhost-user: support resuming vq->last_avail_idx based on used_idxMarc-André Lureau
2017-08-09libvhost-user: quit when no more data receivedJens Freimann
2017-05-10libvhost-user: fix crash when rings aren't readyMarc-André Lureau
2017-05-05libvhost-user: replace vasprintf() to fix buildFelipe Franciosi
2016-12-16contrib: add libvhost-userMarc-André Lureau