summaryrefslogtreecommitdiffstats
path: root/subprojects/libvhost-user/libvhost-user.c
Commit message (Expand)AuthorAgeFilesLines
* libvhost-user: expose vu_request_to_stringAlex Bennée2022-05-161-1/+1
* 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
* 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-041-0/+15
* 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-291-1/+1
* libvhost-user: make it a meson subprojectMarc-André Lureau2020-12-081-0/+2883