summaryrefslogtreecommitdiff
path: root/subprojects
Commit message (Expand)AuthorAgeFilesLines
* Fix libvhost-user.c compilation.David 'Digit' Turner2023-04-281-0/+6
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson2023-04-252-0/+12
|\
| * vhost-user-blk-server: notify client about disk resizeVladimir Sementsov-Ogievskiy2023-04-212-0/+12
* | build-sys: add slirp.wrapMarc-André Lureau2023-04-201-0/+6
|/
* libvhost-user: check for NULL when allocating a virtqueue elementCarlos López2023-03-021-0/+7
* libvhost-user: Adopt new backend namingMaxime Coquelin2023-03-022-20/+20
* libvduse: Add extra compiler warningsMarcel Holtmann2023-01-111-1/+7
* libvhost-user: Add extra compiler warningsMarcel Holtmann2023-01-111-1/+7
* libvhost-user: Fix assignment in vring_set_avail_eventMarcel Holtmann2023-01-111-3/+2
* libvduse: Fix assignment in vring_set_avail_eventMarcel Holtmann2023-01-111-1/+2
* libvduse: Switch to unsigned int for inuse field in struct VduseVirtqMarcel Holtmann2023-01-111-1/+1
* libvduse: Provide _GNU_SOURCE when compiling outside of QEMUMarcel Holtmann2023-01-111-0/+4
* libvhost-user: Change dev->postcopy_ufd assignment to make it C90 compliantMarcel Holtmann2023-01-111-1/+2
* libvhost-user: Declare uffdio_register early to make it C90 compliantMarcel Holtmann2023-01-111-1/+3
* libvhost-user: Use unsigned int i for some for-loop iterationsMarcel Holtmann2023-01-111-7/+7
* libvhost-user: Cast rc variable to avoid compiler warningMarcel Holtmann2023-01-111-1/+1
* libvhost-user: Replace typeof with __typeof__Marcel Holtmann2023-01-111-2/+2
* libvhost-user: Provide _GNU_SOURCE when compiling outside of QEMUMarcel Holtmann2023-01-111-0/+4
* libvhost-user: Switch to unsigned int for inuse field in struct VuVirtqMarcel Holtmann2022-12-211-1/+1
* libvhost-user: Add format attribute to local function vu_panicStefan Weil via2022-11-271-1/+12
* libvhost-user: Fix two more format stringsStefan Weil via2022-11-271-1/+2
* libvhost-user: Fix format stringsStefan Weil via2022-11-271-2/+2
* libvhost-user: Fix wrong type of argument to formatting function (reported by...Stefan Weil via2022-11-271-1/+1
* libvduse: Avoid warning about dangerous use of strncpy()Philippe Mathieu-Daudé2022-11-121-2/+2
* libvduse: Pass positive value to strerror()Xie Yongji2022-08-021-2/+2
* libvduse: Replace strcpy() with strncpy()Xie Yongji2022-08-021-1/+2
* libvduse: Fix the incorrect function nameXie Yongji2022-08-021-3/+3
* libvhost-user: Fix VHOST_USER_ADD_MEM_REG replyKevin Wolf2022-06-271-7/+1
* libvhost-user: Fix VHOST_USER_GET_MAX_MEM_SLOTS replyKevin Wolf2022-06-271-9/+2
* libvduse: Add support for reconnectingXie Yongji2022-06-242-5/+242
* libvduse: Add VDUSE (vDPA Device in Userspace) libraryXie Yongji2022-06-247-0/+1399
* vfio-user: build libraryJagannathan Raman2022-06-151-0/+0
* libvhost-user: expose vu_request_to_stringAlex Bennée2022-05-162-1/+10
* vhost-user: Don't pass file descriptor for VHOST_USER_REM_MEM_REGKevin Wolf2022-05-041-4/+4
* libvhost-user: Fix extra vu_add/rem_mem_reg replyKevin Wolf2022-05-041-6/+3
* Use QEMU_SANITIZE_THREADMarc-André Lureau2022-05-031-0/+1
* libvhost-user: Map shared RAM with MAP_NORESERVE to support virtio-mem with h...David Hildenbrand2022-02-041-5/+5
* libvhost-user: handle removal of identical regionsRaphael Norwitz2022-02-041-12/+16
* libvhost-user: prevent over-running max RAM slotsRaphael Norwitz2022-02-041-0/+8
* libvhost-user: fix VHOST_USER_REM_MEM_REG not closing the fdDavid Hildenbrand2022-02-041-0/+2
* libvhost-user: Simplify VHOST_USER_REM_MEM_REGDavid Hildenbrand2022-02-041-16/+14
* libvhost-user: Add vu_add_mem_reg input validationRaphael Norwitz2022-02-041-0/+15
* libvhost-user: Add vu_rem_mem_reg input validationRaphael Norwitz2022-02-042-0/+17
* libvhost-user: fix VHOST_USER_REM_MEM_REG skipping mmap_addrDavid Hildenbrand2021-10-201-0/+1
* libvhost-user: fix -Werror=format= warnings with __u64 fieldsMarc-André Lureau2021-07-291-4/+4
* meson: fix meson 0.58 warning with libvhost-user subprojectMarc-André Lureau2021-07-294-6/+4
* build-sys: add libvhost-user missing dependenciesMarc-André Lureau2021-01-231-0/+3
* libvhost-user: Include poll.h instead of sys/poll.hJiaxun Yang2021-01-201-1/+1
* libvhost-user: add a simple link test without glibMarc-André Lureau2020-12-092-0/+49
* libvhost-user: make it a meson subprojectMarc-André Lureau2020-12-085-0/+3805