summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
2017-06-15vhost-user-scsi: Introduce a vhost-user-scsi sample applicationFelipe Franciosi3-5/+893
2017-05-10libvhost-user: fix crash when rings aren't readyMarc-André Lureau2-9/+23
2017-05-05libvhost-user: replace vasprintf() to fix buildFelipe Franciosi1-1/+1
2016-12-16contrib: add libvhost-userMarc-André Lureau3-0/+1935
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster2-6/+6
2016-06-16os-posix: include sys/mman.hPaolo Bonzini1-1/+0
2016-05-19qemu-common: stop including qemu/host-utils.h from qemu-common.hPaolo Bonzini1-0/+1
2016-05-18Fix some typos found by codespellStefan Weil1-1/+1
2016-03-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+2
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-1/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-21contrib/ivshmem-server: Print "not for production" warningMarkus Armbruster1-0/+6
2016-03-18ivshmem-server: Don't overload POSIX shmem and file nameMarkus Armbruster3-51/+23
2016-03-18ivshmem-server: Fix and clean up command line helpMarkus Armbruster1-44/+42
2016-02-23all: Clean up includesPeter Maydell2-4/+0
2016-02-04contrib: Clean up includesPeter Maydell4-2/+4
2016-01-13error: Consistently name Error * objects err, and not errpMarkus Armbruster1-4/+4
2016-01-13error: Use error_report_err() instead of ad hoc printsMarkus Armbruster1-3/+1
2015-11-06ivshmem-server: fix possible OVERRUNGonglei1-1/+3
2015-10-26ivshmem: use little-endian int64_t for the protocolMarc-André Lureau5-26/+29
2015-10-24contrib: remove unnecessary strdup()Marc-André Lureau2-4/+4
2015-10-24ivshmem: add check on protocol version in QEMUDavid Marchand4-3/+21
2015-10-24ivshmem-server: fix hugetlbfs supportMarc-André Lureau3-6/+54
2015-10-24ivshmem-server: use a uint16 for client IDMarc-André Lureau2-2/+11
2015-10-24ivshmem-client: check the number of vectorsMarc-André Lureau1-0/+5
2015-10-24contrib: add ivshmem client and serverDavid Marchand8-0/+1739