Age | Commit message (Expand) | Author |
2023-10-22 | vhost-user: Fix protocol feature bit conflict | Hanna Czenczek |
2023-10-16 | Merge tag 'pull-shadow-2023-10-12' of https://repo.or.cz/qemu/armbru into sta... | Stefan Hajnoczi |
2023-10-12 | libvhost-user: Fix compiler warning with -Wshadow=local | Thomas Huth |
2023-10-12 | libvduse: Fix compiler warning with -Wshadow=local | Thomas Huth |
2023-10-12 | Fix compilation when UFFDIO_REGISTER is not set. | Pierre Labatut |
2023-10-04 | libvhost-user: handle shared_object msg | Albert Esteve |
2023-10-04 | libvhost-user.c: add assertion to vu_message_read_default | Vladimir Sementsov-Ogievskiy |
2023-09-21 | subprojects: Use the correct .git suffix in the repository URLs | Thomas Huth |
2023-09-07 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Stefan Hajnoczi |
2023-09-07 | subprojects: add wrap file for libblkio | Paolo Bonzini |
2023-08-31 | subprojects/berkeley-testfloat-3: Update to fix a problem with compiler warnings | Thomas Huth |
2023-06-26 | vhost-user: fully use new backend/frontend naming | Manos Pitsidianakis |
2023-06-06 | meson: subprojects: replace berkeley-{soft,test}float-3 with wraps | Paolo Bonzini |
2023-06-06 | meson: subprojects: replace submodules with wrap files | Paolo Bonzini |
2023-06-06 | configure: rename --enable-pypi to --enable-download, control subprojects too | Paolo Bonzini |
2023-05-26 | meson: use subproject for keycodemapdb | Paolo Bonzini |
2023-05-26 | meson: use subproject for internal libfdt | Paolo Bonzini |
2023-05-26 | slirp: update wrap to latest master | Paolo Bonzini |
2023-04-28 | Fix libvhost-user.c compilation. | David 'Digit' Turner |
2023-04-25 | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ... | Richard Henderson |
2023-04-21 | vhost-user-blk-server: notify client about disk resize | Vladimir Sementsov-Ogievskiy |
2023-04-20 | build-sys: add slirp.wrap | Marc-André Lureau |
2023-03-02 | libvhost-user: check for NULL when allocating a virtqueue element | Carlos López |
2023-03-02 | libvhost-user: Adopt new backend naming | Maxime Coquelin |
2023-01-11 | libvduse: Add extra compiler warnings | Marcel Holtmann |
2023-01-11 | libvhost-user: Add extra compiler warnings | Marcel Holtmann |
2023-01-11 | libvhost-user: Fix assignment in vring_set_avail_event | Marcel Holtmann |
2023-01-11 | libvduse: Fix assignment in vring_set_avail_event | Marcel Holtmann |
2023-01-11 | libvduse: Switch to unsigned int for inuse field in struct VduseVirtq | Marcel Holtmann |
2023-01-11 | libvduse: Provide _GNU_SOURCE when compiling outside of QEMU | Marcel Holtmann |
2023-01-11 | libvhost-user: Change dev->postcopy_ufd assignment to make it C90 compliant | Marcel Holtmann |
2023-01-11 | libvhost-user: Declare uffdio_register early to make it C90 compliant | Marcel Holtmann |
2023-01-11 | libvhost-user: Use unsigned int i for some for-loop iterations | Marcel Holtmann |
2023-01-11 | libvhost-user: Cast rc variable to avoid compiler warning | Marcel Holtmann |
2023-01-11 | libvhost-user: Replace typeof with __typeof__ | Marcel Holtmann |
2023-01-11 | libvhost-user: Provide _GNU_SOURCE when compiling outside of QEMU | Marcel Holtmann |
2022-12-21 | libvhost-user: Switch to unsigned int for inuse field in struct VuVirtq | Marcel Holtmann |
2022-11-27 | libvhost-user: Add format attribute to local function vu_panic | Stefan Weil via |
2022-11-27 | libvhost-user: Fix two more format strings | Stefan Weil via |
2022-11-27 | libvhost-user: Fix format strings | Stefan Weil via |
2022-11-27 | libvhost-user: Fix wrong type of argument to formatting function (reported by... | Stefan Weil via |
2022-11-12 | libvduse: Avoid warning about dangerous use of strncpy() | Philippe Mathieu-Daudé |
2022-08-02 | libvduse: Pass positive value to strerror() | Xie Yongji |
2022-08-02 | libvduse: Replace strcpy() with strncpy() | Xie Yongji |
2022-08-02 | libvduse: Fix the incorrect function name | Xie Yongji |
2022-06-27 | libvhost-user: Fix VHOST_USER_ADD_MEM_REG reply | Kevin Wolf |
2022-06-27 | libvhost-user: Fix VHOST_USER_GET_MAX_MEM_SLOTS reply | Kevin Wolf |
2022-06-24 | libvduse: Add support for reconnecting | Xie Yongji |
2022-06-24 | libvduse: Add VDUSE (vDPA Device in Userspace) library | Xie Yongji |
2022-06-15 | vfio-user: build library | Jagannathan Raman |