aboutsummaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2018-04-09contrib/libvhost-user: add the protocol feature used for SET/GET messageChangpeng Liu
2018-03-20libvhost-user: Claim support for postcopyDr. David Alan Gilbert
2018-03-20vhost-user: Add VHOST_USER_POSTCOPY_END messageDr. David Alan Gilbert
2018-03-20libvhost-user: mprotect & madvises for postcopyDr. David Alan Gilbert
2018-03-20vhost+postcopy: Send address back to qemuDr. David Alan Gilbert
2018-03-20libvhost-user+postcopy: Register new regions with the ufdDr. David Alan Gilbert
2018-03-20postcopy+vhost-user: Split set_mem_table for postcopyDr. David Alan Gilbert
2018-03-20vhost+postcopy: Transmit 'listen' to slaveDr. David Alan Gilbert
2018-03-20libvhost-user: Open userfaultfdDr. David Alan Gilbert
2018-03-20libvhost-user: Support sending fds back to qemuDr. David Alan Gilbert
2018-03-20vhost-user: Add 'VHOST_USER_POSTCOPY_ADVISE' messageDr. David Alan Gilbert
2018-03-20postcopy: Add vhost-user flag for postcopy and check itDr. David Alan Gilbert
2018-02-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-02-13libvhost-user: Support across-memory-boundary accessYongji Xie
2018-02-13libvhost-user: Fix resource leakYongji Xie
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2018-02-09Use #include "..." for our own headers, <...> for othersMarkus Armbruster
2018-01-18contrib/vhost-user-blk: introduce a vhost-user-blk sample applicationChangpeng Liu
2018-01-18contrib/libvhost-user: enable virtio config space messagesChangpeng Liu
2017-12-20contrib: add systemd unit filesPaolo Bonzini
2017-10-12libvhost-user: Support VHOST_USER_SET_SLAVE_REQ_FDDr. David Alan Gilbert
2017-10-12libvhost-user: Update and fix feature and request listsDr. David Alan Gilbert
2017-10-12libvhost-user: vu_queue_startedDr. David Alan Gilbert
2017-10-10vhost-user-scsi: remove server_sock from VusDevMarc-André Lureau
2017-10-10vhost-user-scsi: use libvhost-user glib helperMarc-André Lureau
2017-10-10libvhost-user: add glib source helperMarc-André Lureau
2017-10-10vhost-user-scsi: use glib loggingMarc-André Lureau
2017-10-10vhost-user-scsi: simplify source handlingMarc-André Lureau
2017-10-10vhost-user-scsi: drop extra callback pointerMarc-André Lureau
2017-10-10vhost-user-scsi: don't copy iscsi/scsi-lowlevel.hMarc-André Lureau
2017-10-10vhost-user-scsi: avoid use of iscsi_ namespaceMarc-André Lureau
2017-10-10vhost-user-scsi: rename VUS typesMarc-André Lureau
2017-10-10vhost-user-scsi: remove unimplemented functionsMarc-André Lureau
2017-10-10vhost-user-scsi: remove VUS_MAX_LUNSMarc-André Lureau
2017-10-10vhost-user-scsi: remove vdev_scsi_add_iscsi_lun()Marc-André Lureau
2017-10-10vhost-user-scsi: assert() in iscsi_add_lun()Marc-André Lureau
2017-10-10vhost-user-scsi: use NULL pointerMarc-André Lureau
2017-10-10vhost-user-scsi: simplify unix path cleanupMarc-André Lureau
2017-10-10vhost-user-scsi: remove vdev_scsi_find_by_vu()Marc-André Lureau
2017-10-10vhost-user-scsi: also free the gtreeMarc-André Lureau
2017-10-10vhost-user-scsi: glib calls that allocate don't return NULLMarc-André Lureau
2017-10-10vhost-user-scsi: use glib allocationMarc-André Lureau
2017-10-10vhost-user-scsi: code style fixesMarc-André Lureau
2017-10-10vhost-user-scsi: connect unix socket before allocatingMarc-André Lureau
2017-10-10vhost-user-scsi: use g_strdup()Marc-André Lureau
2017-10-10libvhost-user: improve vu_queue_pop() docMarc-André Lureau
2017-10-10libvhost-user: drop dependency on glibMarc-André Lureau
2017-10-10glib-compat: move G_SOURCE_CONTINUE/REMOVE thereMarc-André Lureau
2017-09-08libvhost-user: support resuming vq->last_avail_idx based on used_idxMarc-André Lureau
2017-08-09libvhost-user: quit when no more data receivedJens Freimann