summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* vhost-blk: turn on pre-defined RO feature bitChangpeng Liu2018-06-011-13/+35
* libvhost-user: support host notifierTiwei Bie2018-05-242-8/+105
* contrib/vhost-user-blk: enable protocol feature for vhost-user-blkChangpeng Liu2018-05-231-0/+7
* 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
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-02-132-14/+136
|\
| * libvhost-user: Support across-memory-boundary accessYongji Xie2018-02-132-14/+122
| * libvhost-user: Fix resource leakYongji Xie2018-02-131-0/+14
* | Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-091-1/+1
* | Use #include "..." for our own headers, <...> for othersMarkus Armbruster2018-02-091-2/+2
|/
* contrib/vhost-user-blk: introduce a vhost-user-blk sample applicationChangpeng Liu2018-01-182-0/+546
* contrib/libvhost-user: enable virtio config space messagesChangpeng Liu2018-01-182-0/+75
* contrib: add systemd unit filesPaolo Bonzini2017-12-203-0/+35
* 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
* vhost-user-scsi: remove server_sock from VusDevMarc-André Lureau2017-10-101-53/+24Star
* vhost-user-scsi: use libvhost-user glib helperMarc-André Lureau2017-10-101-146/+16Star
* libvhost-user: add glib source helperMarc-André Lureau2017-10-103-1/+187
* vhost-user-scsi: use glib loggingMarc-André Lureau2017-10-101-56/+21Star
* vhost-user-scsi: simplify source handlingMarc-André Lureau2017-10-101-33/+12Star
* vhost-user-scsi: drop extra callback pointerMarc-André Lureau2017-10-101-9/+3Star
* vhost-user-scsi: don't copy iscsi/scsi-lowlevel.hMarc-André Lureau2017-10-101-87/+9Star
* vhost-user-scsi: avoid use of iscsi_ namespaceMarc-André Lureau2017-10-101-2/+2
* vhost-user-scsi: rename VUS typesMarc-André Lureau2017-10-101-23/+23
* vhost-user-scsi: remove unimplemented functionsMarc-André Lureau2017-10-101-18/+3Star
* vhost-user-scsi: remove VUS_MAX_LUNSMarc-André Lureau2017-10-101-5/+3Star
* vhost-user-scsi: remove vdev_scsi_add_iscsi_lun()Marc-André Lureau2017-10-101-15/+1Star
* vhost-user-scsi: assert() in iscsi_add_lun()Marc-André Lureau2017-10-101-5/+1Star
* vhost-user-scsi: use NULL pointerMarc-André Lureau2017-10-101-1/+1
* vhost-user-scsi: simplify unix path cleanupMarc-André Lureau2017-10-101-17/+5Star
* vhost-user-scsi: remove vdev_scsi_find_by_vu()Marc-André Lureau2017-10-101-43/+4Star
* vhost-user-scsi: also free the gtreeMarc-André Lureau2017-10-101-0/+1
* vhost-user-scsi: glib calls that allocate don't return NULLMarc-André Lureau2017-10-101-45/+7Star
* vhost-user-scsi: use glib allocationMarc-André Lureau2017-10-101-26/+9Star
* vhost-user-scsi: code style fixesMarc-André Lureau2017-10-101-8/+12
* vhost-user-scsi: connect unix socket before allocatingMarc-André Lureau2017-10-101-10/+8Star
* vhost-user-scsi: use g_strdup()Marc-André Lureau2017-10-101-8/+4Star
* libvhost-user: improve vu_queue_pop() docMarc-André Lureau2017-10-101-1/+2