summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
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-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