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