aboutsummaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
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
2019-05-20contrib/vhost-user-blk: enable inflight I/O trackingXie Yongji1-1/+2
2019-05-13Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2019-05-13' into ...Peter Maydell5-20/+18
2019-05-13Clean up header guards that don't match their file nameMarkus Armbruster1-3/+3
2019-05-13Use #include "..." for our own headers, <...> for othersMarkus Armbruster2-13/+13
2019-05-13Clean up includesMarkus Armbruster2-4/+2
2019-05-10libvhost-user: add PROTOCOL_F_CONFIG if {set, get}_configMarc-André Lureau1-0/+4
2019-05-10libvhost-user: fix -Waddress-of-packed-memberMarc-André Lureau1-3/+3
2019-05-07QEMU_PACKED: Remove gcc_struct attribute in Windows non x86 targetsCao Jiaxi1-1/+1
2019-03-16contrib/rdmacm-mux: Fix out-of-bounds riskYuval Shaia1-2/+33
2019-03-14Merge remote-tracking branch 'remotes/stsquad/tags/pull-gitdm-next-120319-1' ...Peter Maydell5-0/+28
2019-03-12libvhost-user: Support tracking inflight I/O in shared memoryXie Yongji2-20/+399
2019-03-12libvhost-user: Introduce vu_queue_map_desc()Xie Yongji1-37/+51
2019-03-12libvhost-user: Remove unnecessary FD flag check for event file descriptorsXie Yongji1-10/+4
2019-03-12libvhost-user: add vu_queue_unpop()Marc-André Lureau2-0/+30