aboutsummaryrefslogtreecommitdiff
path: root/subprojects/libvhost-user/libvhost-user.c
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 Norwitz1-0/+15
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é Lureau1-1/+1
2020-12-08libvhost-user: make it a meson subprojectMarc-André Lureau1-0/+2883