summaryrefslogtreecommitdiffstats
path: root/contrib/libvhost-user/libvhost-user.c
Commit message (Expand)AuthorAgeFilesLines
* 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-041-9/+24
* 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-291-0/+1
* 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
* libvhost-user: Support tracking inflight I/O in shared memoryXie Yongji2019-03-131-20/+329
* 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-131-0/+16
* libvhost-user: exit by default on VHOST_USER_NONEMarc-André Lureau2019-03-131-1/+2
* contrib/libvhost-user: cleanup castsMichael S. Tsirkin2019-02-051-4/+4
* contrib/libvhost-user: switch to uint64_tMichael S. Tsirkin2019-02-041-4/+4
* libvhost-user: support host notifierTiwei Bie2018-05-241-8/+73
* libvhost-user: Send messages with no dataDr. David Alan Gilbert2018-05-231-7/+9
* libvhost-user: Claim support for postcopyDr. David Alan Gilbert2018-03-201-0/+33
* vhost-user: Add VHOST_USER_POSTCOPY_END messageDr. David Alan Gilbert2018-03-201-0/+23
* libvhost-user: mprotect & madvises for postcopyDr. David Alan Gilbert2018-03-201-5/+42
* vhost+postcopy: Send address back to qemuDr. David Alan Gilbert2018-03-201-1/+23
* libvhost-user+postcopy: Register new regions with the ufdDr. David Alan Gilbert2018-03-201-0/+34
* postcopy+vhost-user: Split set_mem_table for postcopyDr. David Alan Gilbert2018-03-201-0/+53
* vhost+postcopy: Transmit 'listen' to slaveDr. David Alan Gilbert2018-03-201-0/+19
* libvhost-user: Open userfaultfdDr. David Alan Gilbert2018-03-201-2/+40
* libvhost-user: Support sending fds back to qemuDr. David Alan Gilbert2018-03-201-1/+29
* vhost-user: Add 'VHOST_USER_POSTCOPY_ADVISE' messageDr. David Alan Gilbert2018-03-201-0/+11
* libvhost-user: Support across-memory-boundary accessYongji Xie2018-02-131-13/+120
* libvhost-user: Fix resource leakYongji Xie2018-02-131-0/+14
* contrib/libvhost-user: enable virtio config space messagesChangpeng Liu2018-01-181-0/+42
* libvhost-user: Support VHOST_USER_SET_SLAVE_REQ_FDDr. David Alan Gilbert2017-10-121-1/+26
* libvhost-user: Update and fix feature and request listsDr. David Alan Gilbert2017-10-121-5/+5
* libvhost-user: vu_queue_startedDr. David Alan Gilbert2017-10-121-0/+6
* libvhost-user: drop dependency on glibMarc-André Lureau2017-10-101-3/+26
* libvhost-user: support resuming vq->last_avail_idx based on used_idxMarc-André Lureau2017-09-081-0/+13
* libvhost-user: quit when no more data receivedJens Freimann2017-08-091-1/+3
* libvhost-user: fix crash when rings aren't readyMarc-André Lureau2017-05-101-6/+20
* libvhost-user: replace vasprintf() to fix buildFelipe Franciosi2017-05-051-1/+1
* contrib: add libvhost-userMarc-André Lureau2016-12-161-0/+1499