summaryrefslogtreecommitdiffstats
path: root/subprojects
Commit message (Expand)AuthorAgeFilesLines
* 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-281-7/+1Star
* libvhost-user: Fix VHOST_USER_GET_MAX_MEM_SLOTS replyKevin Wolf2022-06-281-9/+2Star
* 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/+3Star
* 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/+14Star
* 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/+4Star
* 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