aboutsummaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
2020-09-29libvhost-user: return on error in vu_log_queue_fill()Stefan Hajnoczi1-0/+1
2020-09-29libvhost-user: return early on virtqueue errorsStefan Hajnoczi1-8/+17
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-1/+1
2020-09-23libvhost-user: handle endianness as mandated by the specMarc Hartmayer1-34/+43
2020-09-17contrib/: fix some comment spelling errorszhaolichang4-7/+7
2020-09-10plugins: move the more involved plugins to contribAlex Bennée5-0/+1082
2020-09-01meson: use meson datadir instead of qemu_datadirMarc-André Lureau1-1/+1
2020-08-27meson: move pixman detection to mesonPaolo Bonzini1-1/+2
2020-08-21contrib/elf2dmp: convert to mesonMarc-André Lureau2-4/+5
2020-08-21contrib/ivshmem: convert to mesonMarc-André Lureau4-2/+8
2020-08-21contrib/vhost-user-gpu: convert to mesonMarc-André Lureau2-10/+13
2020-08-21contrib/vhost-user-input: convert to mesonMarc-André Lureau2-1/+5
2020-08-21contrib/rdmacm-mux: convert to MesonPaolo Bonzini2-3/+9
2020-08-21contrib/vhost-user-scsi: convert to MesonPaolo Bonzini2-1/+7
2020-08-21vhost-user-scsi: add compatibility for libiscsi 1.9.0Paolo Bonzini1-0/+2
2020-08-21contrib/vhost-user-blk: convert to MesonPaolo Bonzini2-1/+6
2020-08-21contrib/libvhost-user: convert to MesonPaolo Bonzini2-1/+3
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini1-1/+1
2020-07-27libvhost-user: Report descriptor index on panicPhilippe Mathieu-Daudé1-2/+2
2020-07-10qemu-option: Use returned bool to check for failureMarkus Armbruster1-2/+2
2020-06-12libvhost-user: advertise vring featuresStefan Hajnoczi2-3/+11
2020-06-12Lift max ram slots limit in libvhost-userRaphael Norwitz2-12/+20
2020-06-12Support individual region unmap in libvhost-userRaphael Norwitz2-0/+64
2020-06-12Support adding individual regions in libvhost-userRaphael Norwitz2-0/+110
2020-06-12Support ram slot configuration in libvhost-userRaphael Norwitz2-0/+20
2020-06-12Refactor out libvhost-user fault generation logicRaphael Norwitz1-68/+79
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