aboutsummaryrefslogtreecommitdiff
path: root/subprojects/libvhost-user
AgeCommit message (Expand)AuthorFilesLines
2024-01-29userfaultfd: use 1ULL to build ioctl masksPaolo Bonzini1-1/+1
2023-10-22vhost-user: Fix protocol feature bit conflictHanna Czenczek1-1/+2
2023-10-16Merge tag 'pull-shadow-2023-10-12' of https://repo.or.cz/qemu/armbru into sta...Stefan Hajnoczi1-6/+6
2023-10-12libvhost-user: Fix compiler warning with -Wshadow=localThomas Huth1-6/+6
2023-10-12Fix compilation when UFFDIO_REGISTER is not set.Pierre Labatut1-1/+1
2023-10-04libvhost-user: handle shared_object msgAlbert Esteve2-1/+174
2023-10-04libvhost-user.c: add assertion to vu_message_read_defaultVladimir Sementsov-Ogievskiy1-0/+1
2023-06-26vhost-user: fully use new backend/frontend namingManos Pitsidianakis2-36/+38
2023-04-28Fix libvhost-user.c compilation.David 'Digit' Turner1-0/+6
2023-04-21vhost-user-blk-server: notify client about disk resizeVladimir Sementsov-Ogievskiy2-0/+12
2023-03-02libvhost-user: check for NULL when allocating a virtqueue elementCarlos López1-0/+7
2023-03-02libvhost-user: Adopt new backend namingMaxime Coquelin2-20/+20
2023-01-11libvhost-user: Add extra compiler warningsMarcel Holtmann1-1/+7
2023-01-11libvhost-user: Fix assignment in vring_set_avail_eventMarcel Holtmann1-3/+2
2023-01-11libvhost-user: Change dev->postcopy_ufd assignment to make it C90 compliantMarcel Holtmann1-1/+2
2023-01-11libvhost-user: Declare uffdio_register early to make it C90 compliantMarcel Holtmann1-1/+3
2023-01-11libvhost-user: Use unsigned int i for some for-loop iterationsMarcel Holtmann1-7/+7
2023-01-11libvhost-user: Cast rc variable to avoid compiler warningMarcel Holtmann1-1/+1
2023-01-11libvhost-user: Replace typeof with __typeof__Marcel Holtmann1-2/+2
2023-01-11libvhost-user: Provide _GNU_SOURCE when compiling outside of QEMUMarcel Holtmann1-0/+4
2022-12-21libvhost-user: Switch to unsigned int for inuse field in struct VuVirtqMarcel Holtmann1-1/+1
2022-11-27libvhost-user: Add format attribute to local function vu_panicStefan Weil via1-1/+12
2022-11-27libvhost-user: Fix two more format stringsStefan Weil via1-1/+2
2022-11-27libvhost-user: Fix format stringsStefan Weil via1-2/+2
2022-11-27libvhost-user: Fix wrong type of argument to formatting function (reported by...Stefan Weil via1-1/+1
2022-06-27libvhost-user: Fix VHOST_USER_ADD_MEM_REG replyKevin Wolf1-7/+1
2022-06-27libvhost-user: Fix VHOST_USER_GET_MAX_MEM_SLOTS replyKevin Wolf1-9/+2
2022-05-16libvhost-user: expose vu_request_to_stringAlex Bennée2-1/+10
2022-05-04vhost-user: Don't pass file descriptor for VHOST_USER_REM_MEM_REGKevin Wolf1-4/+4
2022-05-04libvhost-user: Fix extra vu_add/rem_mem_reg replyKevin Wolf1-6/+3
2022-05-03Use QEMU_SANITIZE_THREADMarc-André Lureau1-0/+1
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