aboutsummaryrefslogtreecommitdiff
path: root/subprojects
AgeCommit message (Expand)AuthorFilesLines
2022-02-04libvhost-user: Map shared RAM with MAP_NORESERVE to support virtio-mem with h...David Hildenbrand1-5/+5
2022-02-04libvhost-user: handle removal of identical regionsRaphael Norwitz1-12/+16
2022-02-04libvhost-user: prevent over-running max RAM slotsRaphael Norwitz1-0/+8
2022-02-04libvhost-user: fix VHOST_USER_REM_MEM_REG not closing the fdDavid Hildenbrand1-0/+2
2022-02-04libvhost-user: Simplify VHOST_USER_REM_MEM_REGDavid Hildenbrand1-16/+14
2022-02-04libvhost-user: Add vu_add_mem_reg input validationRaphael Norwitz1-0/+15
2022-02-04libvhost-user: Add vu_rem_mem_reg input validationRaphael Norwitz2-0/+17
2021-10-20libvhost-user: fix VHOST_USER_REM_MEM_REG skipping mmap_addrDavid Hildenbrand1-0/+1
2021-07-29libvhost-user: fix -Werror=format= warnings with __u64 fieldsMarc-André Lureau1-4/+4
2021-07-29meson: fix meson 0.58 warning with libvhost-user subprojectMarc-André Lureau4-6/+4
2021-01-23build-sys: add libvhost-user missing dependenciesMarc-André Lureau1-0/+3
2021-01-20libvhost-user: Include poll.h instead of sys/poll.hJiaxun Yang1-1/+1
2020-12-09libvhost-user: add a simple link test without glibMarc-André Lureau2-0/+49
2020-12-08libvhost-user: make it a meson subprojectMarc-André Lureau5-0/+3805