summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
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
2019-03-12libvhost-user-glib: export vug_source_new()Marc-André Lureau2-5/+9
2019-03-12libvhost-user: exit by default on VHOST_USER_NONEMarc-André Lureau1-1/+2
2019-03-12libvhost-user: fix clang enum-conversion warningMarc-André Lureau1-1/+1
2019-03-12contrib: gitdm: add a mapping for Janus TechnologiesAlex Bennée1-0/+5
2019-03-12contrib: gitdm: another IBM emailAlex Bennée1-0/+1
2019-03-12contrib: gitdm: add more individual contributorsAlex Bennée1-0/+5
2019-03-12contrib: gitdm: Update Wave Computing groupAleksandar Markovic1-0/+12
2019-03-12contrib: gitdm: Update domain-mapAleksandar Markovic1-0/+5
2019-03-11contrib/elf2dmp: add kernel start address checkingViktor Prutyanov1-0/+6
2019-02-05Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell7-65/+54
2019-02-05contrib/libvhost-user: cleanup castsMichael S. Tsirkin1-4/+4
2019-02-05vhost-user-blk: add discard/write zeroes features supportChangpeng Liu1-33/+107
2019-02-05contrib/vhost-user-blk: fix the compilation issuePeter Xu1-1/+5
2019-02-05contrib/elf2dmp: fix printf formatViktor Prutyanov2-13/+18
2019-02-05contrib/elf2dmp: fix structures definitionsViktor Prutyanov3-6/+14
2019-02-05contrib/elf2dmp: use GLib in PDB processingViktor Prutyanov2-22/+9
2019-02-05contrib/elf2dmp: use GLib in ELF processingViktor Prutyanov2-20/+9
2019-02-05contrib/elf2dmp: fix elf.h includingViktor Prutyanov1-4/+4
2019-02-04contrib/libvhost-user: switch to uint64_tMichael S. Tsirkin1-4/+4
2019-01-24contrib/gitdm: Fix a typoPhilippe Mathieu-Daudé1-1/+1
2019-01-19contrib/rdmacm-mux: fix clang compilationMarcel Apfelbaum1-1/+0
2019-01-19hw/rdma: modify struct initializationMarcel Apfelbaum1-3/+3
2019-01-19contrib/rdmacm-mux: remove Wno-format-truncation flagMarcel Apfelbaum2-3/+5
2019-01-14contrib/gitdm: add another name to WaveComp mapAlex Bennée1-0/+1
2019-01-14contrib/gitdm: add two more IBM'ers to group-map-ibmAlex Bennée1-0/+2
2019-01-14contrib/gitdm: Add other IBMersJoel Stanley1-0/+5
2019-01-14contrib/gitdm: add Nokia and Proxmox to the domain-mapAlex Bennée1-0/+2
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-1/+1
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini2-7/+2
2018-12-22contrib/rdmacm-mux: Add implementation of RDMA User MAD multiplexerYuval Shaia3-0/+863
2018-12-20Clean up includesMarkus Armbruster5-6/+0
2018-12-17contrib: add a basic gitdm configAlex Bennée10-0/+251
2018-10-02contrib: add elf2dmp toolViktor Prutyanov13-0/+2033
2018-06-01vhost-blk: turn on pre-defined RO feature bitChangpeng Liu1-13/+35
2018-05-24libvhost-user: support host notifierTiwei Bie2-8/+105
2018-05-23contrib/vhost-user-blk: enable protocol feature for vhost-user-blkChangpeng Liu1-0/+7
2018-05-23libvhost-user: Send messages with no dataDr. David Alan Gilbert1-7/+9