summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
2018-04-09contrib/libvhost-user: add the protocol feature used for SET/GET messageChangpeng Liu1-0/+1
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 Gilbert2-0/+24
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 Gilbert2-0/+21
2018-03-20libvhost-user: Open userfaultfdDr. David Alan Gilbert2-2/+43
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 Gilbert2-0/+14
2018-03-20postcopy: Add vhost-user flag for postcopy and check itDr. David Alan Gilbert1-0/+2
2018-02-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-14/+136
2018-02-13libvhost-user: Support across-memory-boundary accessYongji Xie2-14/+122
2018-02-13libvhost-user: Fix resource leakYongji Xie1-0/+14
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-1/+1
2018-02-09Use #include "..." for our own headers, <...> for othersMarkus Armbruster1-2/+2
2018-01-18contrib/vhost-user-blk: introduce a vhost-user-blk sample applicationChangpeng Liu2-0/+546
2018-01-18contrib/libvhost-user: enable virtio config space messagesChangpeng Liu2-0/+75
2017-12-20contrib: add systemd unit filesPaolo Bonzini3-0/+35
2017-10-12libvhost-user: Support VHOST_USER_SET_SLAVE_REQ_FDDr. David Alan Gilbert2-1/+27
2017-10-12libvhost-user: Update and fix feature and request listsDr. David Alan Gilbert2-6/+13
2017-10-12libvhost-user: vu_queue_startedDr. David Alan Gilbert2-0/+15
2017-10-10vhost-user-scsi: remove server_sock from VusDevMarc-André Lureau1-53/+24
2017-10-10vhost-user-scsi: use libvhost-user glib helperMarc-André Lureau1-146/+16
2017-10-10libvhost-user: add glib source helperMarc-André Lureau3-1/+187
2017-10-10vhost-user-scsi: use glib loggingMarc-André Lureau1-56/+21
2017-10-10vhost-user-scsi: simplify source handlingMarc-André Lureau1-33/+12
2017-10-10vhost-user-scsi: drop extra callback pointerMarc-André Lureau1-9/+3
2017-10-10vhost-user-scsi: don't copy iscsi/scsi-lowlevel.hMarc-André Lureau1-87/+9
2017-10-10vhost-user-scsi: avoid use of iscsi_ namespaceMarc-André Lureau1-2/+2
2017-10-10vhost-user-scsi: rename VUS typesMarc-André Lureau1-23/+23
2017-10-10vhost-user-scsi: remove unimplemented functionsMarc-André Lureau1-18/+3
2017-10-10vhost-user-scsi: remove VUS_MAX_LUNSMarc-André Lureau1-5/+3
2017-10-10vhost-user-scsi: remove vdev_scsi_add_iscsi_lun()Marc-André Lureau1-15/+1
2017-10-10vhost-user-scsi: assert() in iscsi_add_lun()Marc-André Lureau1-5/+1
2017-10-10vhost-user-scsi: use NULL pointerMarc-André Lureau1-1/+1
2017-10-10vhost-user-scsi: simplify unix path cleanupMarc-André Lureau1-17/+5
2017-10-10vhost-user-scsi: remove vdev_scsi_find_by_vu()Marc-André Lureau1-43/+4
2017-10-10vhost-user-scsi: also free the gtreeMarc-André Lureau1-0/+1
2017-10-10vhost-user-scsi: glib calls that allocate don't return NULLMarc-André Lureau1-45/+7
2017-10-10vhost-user-scsi: use glib allocationMarc-André Lureau1-26/+9
2017-10-10vhost-user-scsi: code style fixesMarc-André Lureau1-8/+12
2017-10-10vhost-user-scsi: connect unix socket before allocatingMarc-André Lureau1-10/+8
2017-10-10vhost-user-scsi: use g_strdup()Marc-André Lureau1-8/+4
2017-10-10libvhost-user: improve vu_queue_pop() docMarc-André Lureau1-1/+2
2017-10-10libvhost-user: drop dependency on glibMarc-André Lureau1-3/+26
2017-10-10glib-compat: move G_SOURCE_CONTINUE/REMOVE thereMarc-André Lureau1-8/+0
2017-09-08libvhost-user: support resuming vq->last_avail_idx based on used_idxMarc-André Lureau2-0/+20
2017-08-09libvhost-user: quit when no more data receivedJens Freimann1-1/+3