summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2019-09-041-9/+10
|\
| * libvhost-user: introduce and use vu_has_protocol_feature()Johannes Berg2019-09-041-10/+10
| * libvhost-user: fix SLAVE_SEND_FD handlingJohannes Berg2019-09-041-1/+2
* | contrib/gitdm: Add RT-RK to the domain-mapPhilippe Mathieu-Daudé2019-09-021-0/+1
* | .mailmap/aliases: add some further commentaryAlex Bennée2019-09-022-3/+20
* | contrib/gitdm: Add armbru@pond.sub.org to group-map-redhatMarkus Armbruster2019-09-021-0/+1
* | contrib/gitdm: filetype interface is not in order, fixMarkus Armbruster2019-09-021-1/+1
|/
* contrib/elf2dmp: Build download.o with CURL_CFLAGSPeter Maydell2019-07-221-0/+3
* rdmacm-mux: fix strcpy string warningMarc-André Lureau2019-07-151-1/+1
* libvhost-user: implement VHOST_USER_PROTOCOL_F_MQStefan Hajnoczi2019-07-041-3/+4
* libvhost-user: support many virtqueuesStefan Hajnoczi2019-07-048-37/+77
* libvhost-user: add vmsg_set_reply_u64() helperStefan Hajnoczi2019-07-041-13/+13
* vhost-user-gpu: initialize msghdr & iov at declarationMarc-André Lureau2019-06-161-13/+8Star
* vhost-user-input: check ioctl(EVIOCGNAME) return valueMarc-André Lureau2019-06-161-1/+5
* vhost-user: improve error reportMarc-André Lureau2019-06-162-2/+2
* vhost-user: check unix_listen() return valueMarc-André Lureau2019-06-162-0/+8
* vhost-user-gpu: do not send scanout update if no GPU socketMarc-André Lureau2019-06-161-1/+1
* Clean up a header guard symbols (again)Markus Armbruster2019-06-123-6/+9
* Clean up a few header guard symbolsMarkus Armbruster2019-06-121-3/+2Star
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-123-3/+0Star
* contrib: add vhost-user-gpuMarc-André Lureau2019-05-298-0/+2376
* vhost-user: add vhost_user_gpu_set_socket()Marc-André Lureau2019-05-292-0/+2
* contrib: add vhost-user-inputMarc-André Lureau2019-05-222-0/+394
* libvhost-user: fix -Werror=format= on ppc64Marc-André Lureau2019-05-221-2/+4
* libvhost-user: fix cast warnings on 32 bitsMarc-André Lureau2019-05-221-3/+3
* libvhost-user: fix bad vu_log_writeLi Feng2019-05-211-1/+1
* contrib/vhost-user-blk: enable inflight I/O trackingXie Yongji2019-05-211-1/+2
* Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2019-05-13' into ...Peter Maydell2019-05-135-20/+18Star
|\
| * Clean up header guards that don't match their file nameMarkus Armbruster2019-05-131-3/+3
| * Use #include "..." for our own headers, <...> for othersMarkus Armbruster2019-05-132-13/+13
| * Clean up includesMarkus Armbruster2019-05-132-4/+2Star
* | libvhost-user: add PROTOCOL_F_CONFIG if {set, get}_configMarc-André Lureau2019-05-101-0/+4
* | libvhost-user: fix -Waddress-of-packed-memberMarc-André Lureau2019-05-101-3/+3
|/
* QEMU_PACKED: Remove gcc_struct attribute in Windows non x86 targetsCao Jiaxi2019-05-071-1/+1
* contrib/rdmacm-mux: Fix out-of-bounds riskYuval Shaia2019-03-161-2/+33
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-gitdm-next-120319-1' ...Peter Maydell2019-03-145-0/+28
|\
| * contrib: gitdm: add a mapping for Janus TechnologiesAlex Bennée2019-03-121-0/+5
| * contrib: gitdm: another IBM emailAlex Bennée2019-03-121-0/+1
| * contrib: gitdm: add more individual contributorsAlex Bennée2019-03-121-0/+5
| * contrib: gitdm: Update Wave Computing groupAleksandar Markovic2019-03-121-0/+12
| * contrib: gitdm: Update domain-mapAleksandar Markovic2019-03-121-0/+5
* | libvhost-user: Support tracking inflight I/O in shared memoryXie Yongji2019-03-132-20/+399
* | libvhost-user: Introduce vu_queue_map_desc()Xie Yongji2019-03-131-37/+51
* | libvhost-user: Remove unnecessary FD flag check for event file descriptorsXie Yongji2019-03-131-10/+4Star
* | libvhost-user: add vu_queue_unpop()Marc-André Lureau2019-03-132-0/+30
* | libvhost-user-glib: export vug_source_new()Marc-André Lureau2019-03-132-5/+9
* | libvhost-user: exit by default on VHOST_USER_NONEMarc-André Lureau2019-03-131-1/+2
* | libvhost-user: fix clang enum-conversion warningMarc-André Lureau2019-03-131-1/+1
|/
* contrib/elf2dmp: add kernel start address checkingViktor Prutyanov2019-03-111-0/+6
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-02-057-65/+54Star
|\