aboutsummaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2020-09-29libvhost-user: return on error in vu_log_queue_fill()Stefan Hajnoczi
2020-09-29libvhost-user: return early on virtqueue errorsStefan Hajnoczi
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-09-23libvhost-user: handle endianness as mandated by the specMarc Hartmayer
2020-09-17contrib/: fix some comment spelling errorszhaolichang
2020-09-10plugins: move the more involved plugins to contribAlex Bennée
2020-09-01meson: use meson datadir instead of qemu_datadirMarc-André Lureau
2020-08-27meson: move pixman detection to mesonPaolo Bonzini
2020-08-21contrib/elf2dmp: convert to mesonMarc-André Lureau
2020-08-21contrib/ivshmem: convert to mesonMarc-André Lureau
2020-08-21contrib/vhost-user-gpu: convert to mesonMarc-André Lureau
2020-08-21contrib/vhost-user-input: convert to mesonMarc-André Lureau
2020-08-21contrib/rdmacm-mux: convert to MesonPaolo Bonzini
2020-08-21contrib/vhost-user-scsi: convert to MesonPaolo Bonzini
2020-08-21vhost-user-scsi: add compatibility for libiscsi 1.9.0Paolo Bonzini
2020-08-21contrib/vhost-user-blk: convert to MesonPaolo Bonzini
2020-08-21contrib/libvhost-user: convert to MesonPaolo Bonzini
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini
2020-07-27libvhost-user: Report descriptor index on panicPhilippe Mathieu-Daudé
2020-07-10qemu-option: Use returned bool to check for failureMarkus Armbruster
2020-06-12libvhost-user: advertise vring featuresStefan Hajnoczi
2020-06-12Lift max ram slots limit in libvhost-userRaphael Norwitz
2020-06-12Support individual region unmap in libvhost-userRaphael Norwitz
2020-06-12Support adding individual regions in libvhost-userRaphael Norwitz
2020-06-12Support ram slot configuration in libvhost-userRaphael Norwitz
2020-06-12Refactor out libvhost-user fault generation logicRaphael Norwitz
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