aboutsummaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
2020-04-15vhost-user-gpu: Release memory returned by vu_queue_pop() with free()Philippe Mathieu-Daudé2-3/+3
2020-03-16build-sys: do not make qemu-ga link with pixmanMarc-André Lureau2-3/+3
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé1-1/+1
2020-02-27libvhost-user: implement in-band notificationsJohannes Berg2-3/+114
2020-02-27libvhost-user: handle NOFD flag in call/kick/err betterJohannes Berg1-8/+16
2020-02-27libvhost-user-glib: use g_main_context_get_thread_default()Johannes Berg1-1/+1
2020-02-27libvhost-user-glib: fix VugDev main fd cleanupJohannes Berg3-7/+15
2020-02-27libvhost-user: implement VHOST_USER_PROTOCOL_F_REPLY_ACKJohannes Berg1-2/+10
2020-02-18contrib/rdmacm-mux: Remove superfluous semicolonPhilippe Mathieu-Daudé1-1/+1
2020-01-23libvhost-user: Fix some memtable remap casesDr. David Alan Gilbert2-8/+28
2020-01-23contrib/libvhost-user: Protect slave fd with mutexDr. David Alan Gilbert2-4/+23
2020-01-05Implement backend program convention command for vhost-user-blkMicky Yun Chan1-45/+65
2020-01-03Merge remote-tracking branch 'remotes/kraxel/tags/vga-20191220-pull-request' ...Peter Maydell1-1/+1
2019-12-20vhost-user-gpu: Drop trailing json commaCole Robinson1-1/+1
2019-12-17vhost-user-scsi: fix printf format warningMarc-André Lureau1-1/+1
2019-11-20vhost-user-input: use free(elem) instead of g_free(elem)Stefan Hajnoczi1-2/+2
2019-11-20libvhost-user: Zero memory allocated for VuVirtqInflightDescXie Yongji1-1/+1
2019-11-12ivshmem-server: Terminate also on SIGINTJan Kiszka1-2/+3
2019-11-12ivshmem-server: Clean up shmem on shutdownJan Kiszka1-0/+6
2019-10-30Merge remote-tracking branch 'remotes/stsquad/tags/pull-gitdm-next-271019-1' ...Peter Maydell2-0/+3
2019-10-27contrib/gitdm: add China Mobile to the domain mapAlex Bennée1-0/+1
2019-10-27contrib/gitdm: add Andrey to the individual groupAlex Bennée1-0/+1
2019-10-27contrib/gitdm: add Emanuele as an individualAlex Bennée1-0/+1
2019-10-26core: replace getpagesize() with qemu_real_host_page_sizeWei Yang1-1/+1
2019-09-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-9/+10
2019-09-04libvhost-user: introduce and use vu_has_protocol_feature()Johannes Berg1-10/+10
2019-09-04libvhost-user: fix SLAVE_SEND_FD handlingJohannes Berg1-1/+2
2019-09-02contrib/gitdm: Add RT-RK to the domain-mapPhilippe Mathieu-Daudé1-0/+1
2019-09-02.mailmap/aliases: add some further commentaryAlex Bennée2-3/+20
2019-09-02contrib/gitdm: Add armbru@pond.sub.org to group-map-redhatMarkus Armbruster1-0/+1
2019-09-02contrib/gitdm: filetype interface is not in order, fixMarkus Armbruster1-1/+1
2019-07-22contrib/elf2dmp: Build download.o with CURL_CFLAGSPeter Maydell1-0/+3
2019-07-15rdmacm-mux: fix strcpy string warningMarc-André Lureau1-1/+1
2019-07-04libvhost-user: implement VHOST_USER_PROTOCOL_F_MQStefan Hajnoczi1-3/+4
2019-07-04libvhost-user: support many virtqueuesStefan Hajnoczi8-37/+77
2019-07-04libvhost-user: add vmsg_set_reply_u64() helperStefan Hajnoczi1-13/+13
2019-06-16vhost-user-gpu: initialize msghdr & iov at declarationMarc-André Lureau1-13/+8
2019-06-16vhost-user-input: check ioctl(EVIOCGNAME) return valueMarc-André Lureau1-1/+5
2019-06-16vhost-user: improve error reportMarc-André Lureau2-2/+2
2019-06-16vhost-user: check unix_listen() return valueMarc-André Lureau2-0/+8
2019-06-16vhost-user-gpu: do not send scanout update if no GPU socketMarc-André Lureau1-1/+1
2019-06-12Clean up a header guard symbols (again)Markus Armbruster3-6/+9
2019-06-12Clean up a few header guard symbolsMarkus Armbruster1-3/+2
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster3-3/+0
2019-05-29contrib: add vhost-user-gpuMarc-André Lureau8-0/+2376
2019-05-29vhost-user: add vhost_user_gpu_set_socket()Marc-André Lureau2-0/+2
2019-05-22contrib: add vhost-user-inputMarc-André Lureau2-0/+394
2019-05-22libvhost-user: fix -Werror=format= on ppc64Marc-André Lureau1-2/+4
2019-05-22libvhost-user: fix cast warnings on 32 bitsMarc-André Lureau1-3/+3
2019-05-20libvhost-user: fix bad vu_log_writeLi Feng1-1/+1