aboutsummaryrefslogtreecommitdiff
path: root/subprojects/libvhost-user
AgeCommit message (Expand)Author
2024-07-02libvhost-user: mask F_INFLIGHT_SHMFD if memfd is not supportedStefano Garzarella
2024-07-02libvhost-user: fail vu_message_write() if sendmsg() is failingStefano Garzarella
2024-07-02libvhost-user: set msg.msg_control to NULL when it is emptyStefano Garzarella
2024-07-01Fix vhost user assertion when sending more than one fdChristian Pötzsch
2024-03-12libvhost-user: Mark mmap'ed region memory as MADV_DONTDUMPDavid Hildenbrand
2024-03-12libvhost-user: Dynamically remap rings after (temporarily?) removing memory r...David Hildenbrand
2024-03-12libvhost-user: Factor out vq usability checkDavid Hildenbrand
2024-03-12libvhost-user: Use most of mmap_offset as fd_offsetDavid Hildenbrand
2024-03-12libvhost-user: Speedup gpa_to_mem_region() and vu_gpa_to_va()David Hildenbrand
2024-03-12libvhost-user: Factor out search for memory region by GPA and simplifyDavid Hildenbrand
2024-03-12libvhost-user: Don't search for duplicates when removing memory regionsDavid Hildenbrand
2024-03-12libvhost-user: Don't zero out memory for memory regionsDavid Hildenbrand
2024-03-12libvhost-user: No need to check for NULL when unmappingDavid Hildenbrand
2024-03-12libvhost-user: Factor out adding a memory regionDavid Hildenbrand
2024-03-12libvhost-user: Merge vu_set_mem_table_exec_postcopy() into vu_set_mem_table_e...David Hildenbrand
2024-03-12libvhost-user: Factor out removing all mem regionsDavid Hildenbrand
2024-03-12libvhost-user: Bump up VHOST_USER_MAX_RAM_SLOTS to 509David Hildenbrand
2024-03-12libvhost-user: Dynamically allocate memory for memory slotsDavid Hildenbrand
2024-01-29userfaultfd: use 1ULL to build ioctl masksPaolo Bonzini
2023-10-22vhost-user: Fix protocol feature bit conflictHanna Czenczek
2023-10-16Merge tag 'pull-shadow-2023-10-12' of https://repo.or.cz/qemu/armbru into sta...Stefan Hajnoczi
2023-10-12libvhost-user: Fix compiler warning with -Wshadow=localThomas Huth
2023-10-12Fix compilation when UFFDIO_REGISTER is not set.Pierre Labatut
2023-10-04libvhost-user: handle shared_object msgAlbert Esteve
2023-10-04libvhost-user.c: add assertion to vu_message_read_defaultVladimir Sementsov-Ogievskiy
2023-06-26vhost-user: fully use new backend/frontend namingManos Pitsidianakis
2023-04-28Fix libvhost-user.c compilation.David 'Digit' Turner
2023-04-21vhost-user-blk-server: notify client about disk resizeVladimir Sementsov-Ogievskiy
2023-03-02libvhost-user: check for NULL when allocating a virtqueue elementCarlos López
2023-03-02libvhost-user: Adopt new backend namingMaxime Coquelin
2023-01-11libvhost-user: Add extra compiler warningsMarcel Holtmann
2023-01-11libvhost-user: Fix assignment in vring_set_avail_eventMarcel Holtmann
2023-01-11libvhost-user: Change dev->postcopy_ufd assignment to make it C90 compliantMarcel Holtmann
2023-01-11libvhost-user: Declare uffdio_register early to make it C90 compliantMarcel Holtmann
2023-01-11libvhost-user: Use unsigned int i for some for-loop iterationsMarcel Holtmann
2023-01-11libvhost-user: Cast rc variable to avoid compiler warningMarcel Holtmann
2023-01-11libvhost-user: Replace typeof with __typeof__Marcel Holtmann
2023-01-11libvhost-user: Provide _GNU_SOURCE when compiling outside of QEMUMarcel Holtmann
2022-12-21libvhost-user: Switch to unsigned int for inuse field in struct VuVirtqMarcel Holtmann
2022-11-27libvhost-user: Add format attribute to local function vu_panicStefan Weil via
2022-11-27libvhost-user: Fix two more format stringsStefan Weil via
2022-11-27libvhost-user: Fix format stringsStefan Weil via
2022-11-27libvhost-user: Fix wrong type of argument to formatting function (reported by...Stefan Weil via
2022-06-27libvhost-user: Fix VHOST_USER_ADD_MEM_REG replyKevin Wolf
2022-06-27libvhost-user: Fix VHOST_USER_GET_MAX_MEM_SLOTS replyKevin Wolf
2022-05-16libvhost-user: expose vu_request_to_stringAlex Bennée
2022-05-04vhost-user: Don't pass file descriptor for VHOST_USER_REM_MEM_REGKevin Wolf
2022-05-04libvhost-user: Fix extra vu_add/rem_mem_reg replyKevin Wolf
2022-05-03Use QEMU_SANITIZE_THREADMarc-André Lureau
2022-02-04libvhost-user: Map shared RAM with MAP_NORESERVE to support virtio-mem with h...David Hildenbrand