summaryrefslogtreecommitdiffstats
path: root/contrib/libvhost-user
Commit message (Expand)AuthorAgeFilesLines
* 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