Age | Commit message (Expand) | Author |
2020-04-15 | vhost-user-gpu: Release memory returned by vu_queue_pop() with free() | Philippe Mathieu-Daudé |
2020-03-16 | build-sys: do not make qemu-ga link with pixman | Marc-André Lureau |
2020-03-16 | misc: Replace zero-length arrays with flexible array member (automatic) | Philippe Mathieu-Daudé |
2020-02-27 | libvhost-user: implement in-band notifications | Johannes Berg |
2020-02-27 | libvhost-user: handle NOFD flag in call/kick/err better | Johannes Berg |
2020-02-27 | libvhost-user-glib: use g_main_context_get_thread_default() | Johannes Berg |
2020-02-27 | libvhost-user-glib: fix VugDev main fd cleanup | Johannes Berg |
2020-02-27 | libvhost-user: implement VHOST_USER_PROTOCOL_F_REPLY_ACK | Johannes Berg |
2020-02-18 | contrib/rdmacm-mux: Remove superfluous semicolon | Philippe Mathieu-Daudé |
2020-01-23 | libvhost-user: Fix some memtable remap cases | Dr. David Alan Gilbert |
2020-01-23 | contrib/libvhost-user: Protect slave fd with mutex | Dr. David Alan Gilbert |
2020-01-05 | Implement backend program convention command for vhost-user-blk | Micky Yun Chan |
2020-01-03 | Merge remote-tracking branch 'remotes/kraxel/tags/vga-20191220-pull-request' ... | Peter Maydell |
2019-12-20 | vhost-user-gpu: Drop trailing json comma | Cole Robinson |
2019-12-17 | vhost-user-scsi: fix printf format warning | Marc-André Lureau |
2019-11-20 | vhost-user-input: use free(elem) instead of g_free(elem) | Stefan Hajnoczi |
2019-11-20 | libvhost-user: Zero memory allocated for VuVirtqInflightDesc | Xie Yongji |
2019-11-12 | ivshmem-server: Terminate also on SIGINT | Jan Kiszka |
2019-11-12 | ivshmem-server: Clean up shmem on shutdown | Jan Kiszka |
2019-10-30 | Merge remote-tracking branch 'remotes/stsquad/tags/pull-gitdm-next-271019-1' ... | Peter Maydell |
2019-10-27 | contrib/gitdm: add China Mobile to the domain map | Alex Bennée |
2019-10-27 | contrib/gitdm: add Andrey to the individual group | Alex Bennée |
2019-10-27 | contrib/gitdm: add Emanuele as an individual | Alex Bennée |
2019-10-26 | core: replace getpagesize() with qemu_real_host_page_size | Wei Yang |
2019-09-04 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2019-09-04 | libvhost-user: introduce and use vu_has_protocol_feature() | Johannes Berg |
2019-09-04 | libvhost-user: fix SLAVE_SEND_FD handling | Johannes Berg |
2019-09-02 | contrib/gitdm: Add RT-RK to the domain-map | Philippe Mathieu-Daudé |
2019-09-02 | .mailmap/aliases: add some further commentary | Alex Bennée |
2019-09-02 | contrib/gitdm: Add armbru@pond.sub.org to group-map-redhat | Markus Armbruster |
2019-09-02 | contrib/gitdm: filetype interface is not in order, fix | Markus Armbruster |
2019-07-22 | contrib/elf2dmp: Build download.o with CURL_CFLAGS | Peter Maydell |
2019-07-15 | rdmacm-mux: fix strcpy string warning | Marc-André Lureau |
2019-07-04 | libvhost-user: implement VHOST_USER_PROTOCOL_F_MQ | Stefan Hajnoczi |
2019-07-04 | libvhost-user: support many virtqueues | Stefan Hajnoczi |
2019-07-04 | libvhost-user: add vmsg_set_reply_u64() helper | Stefan Hajnoczi |
2019-06-16 | vhost-user-gpu: initialize msghdr & iov at declaration | Marc-André Lureau |
2019-06-16 | vhost-user-input: check ioctl(EVIOCGNAME) return value | Marc-André Lureau |
2019-06-16 | vhost-user: improve error report | Marc-André Lureau |
2019-06-16 | vhost-user: check unix_listen() return value | Marc-André Lureau |
2019-06-16 | vhost-user-gpu: do not send scanout update if no GPU socket | Marc-André Lureau |
2019-06-12 | Clean up a header guard symbols (again) | Markus Armbruster |
2019-06-12 | Clean up a few header guard symbols | Markus Armbruster |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster |
2019-05-29 | contrib: add vhost-user-gpu | Marc-André Lureau |
2019-05-29 | vhost-user: add vhost_user_gpu_set_socket() | Marc-André Lureau |
2019-05-22 | contrib: add vhost-user-input | Marc-André Lureau |
2019-05-22 | libvhost-user: fix -Werror=format= on ppc64 | Marc-André Lureau |
2019-05-22 | libvhost-user: fix cast warnings on 32 bits | Marc-André Lureau |
2019-05-20 | libvhost-user: fix bad vu_log_write | Li Feng |