summaryrefslogtreecommitdiffstats
path: root/contrib/libvhost-user
Commit message (Expand)AuthorAgeFilesLines
* 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
* libvhost-user: exit by default on VHOST_USER_NONEMarc-André Lureau2019-03-131-1/+2
* libvhost-user: fix clang enum-conversion warningMarc-André Lureau2019-03-131-1/+1
* 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-242-8/+105
* libvhost-user: Send messages with no dataDr. David Alan Gilbert2018-05-231-7/+9
* contrib/libvhost-user: add the protocol feature used for SET/GET messageChangpeng Liu2018-04-091-0/+1
* 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-202-0/+24
* 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-202-0/+21
* libvhost-user: Open userfaultfdDr. David Alan Gilbert2018-03-202-2/+43
* 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-202-0/+14
* postcopy: Add vhost-user flag for postcopy and check itDr. David Alan Gilbert2018-03-201-0/+2
* libvhost-user: Support across-memory-boundary accessYongji Xie2018-02-132-14/+122
* libvhost-user: Fix resource leakYongji Xie2018-02-131-0/+14
* contrib/libvhost-user: enable virtio config space messagesChangpeng Liu2018-01-182-0/+75
* libvhost-user: Support VHOST_USER_SET_SLAVE_REQ_FDDr. David Alan Gilbert2017-10-122-1/+27
* libvhost-user: Update and fix feature and request listsDr. David Alan Gilbert2017-10-122-6/+13
* libvhost-user: vu_queue_startedDr. David Alan Gilbert2017-10-122-0/+15
* libvhost-user: add glib source helperMarc-André Lureau2017-10-103-1/+187
* libvhost-user: improve vu_queue_pop() docMarc-André Lureau2017-10-101-1/+2
* 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-082-0/+20
* libvhost-user: quit when no more data receivedJens Freimann2017-08-091-1/+3
* vhost-user-scsi: Introduce a vhost-user-scsi sample applicationFelipe Franciosi2017-06-151-5/+6
* libvhost-user: fix crash when rings aren't readyMarc-André Lureau2017-05-102-9/+23
* libvhost-user: replace vasprintf() to fix buildFelipe Franciosi2017-05-051-1/+1
* contrib: add libvhost-userMarc-André Lureau2016-12-163-0/+1935