summaryrefslogtreecommitdiff
path: root/contrib/libvhost-user/libvhost-user.c
AgeCommit message (Expand)AuthorFilesLines
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 Gilbert1-0/+23
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 Gilbert1-0/+19
2018-03-20libvhost-user: Open userfaultfdDr. David Alan Gilbert1-2/+40
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 Gilbert1-0/+11
2018-02-13libvhost-user: Support across-memory-boundary accessYongji Xie1-13/+120
2018-02-13libvhost-user: Fix resource leakYongji Xie1-0/+14
2018-01-18contrib/libvhost-user: enable virtio config space messagesChangpeng Liu1-0/+42
2017-10-12libvhost-user: Support VHOST_USER_SET_SLAVE_REQ_FDDr. David Alan Gilbert1-1/+26
2017-10-12libvhost-user: Update and fix feature and request listsDr. David Alan Gilbert1-5/+5
2017-10-12libvhost-user: vu_queue_startedDr. David Alan Gilbert1-0/+6
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é Lureau1-0/+13
2017-08-09libvhost-user: quit when no more data receivedJens Freimann1-1/+3
2017-05-10libvhost-user: fix crash when rings aren't readyMarc-André Lureau1-6/+20
2017-05-05libvhost-user: replace vasprintf() to fix buildFelipe Franciosi1-1/+1
2016-12-16contrib: add libvhost-userMarc-André Lureau1-0/+1499