summary refs log tree commit diff stats
path: root/subprojects/libvhost-user/libvhost-user.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* libvhost-user: Mark mmap'ed region memory as MADV_DONTDUMPDavid Hildenbrand2024-03-121-0/+6
* libvhost-user: Dynamically remap rings after (temporarily?) removing memory r...David Hildenbrand2024-03-121-29/+78
* libvhost-user: Factor out vq usability checkDavid Hildenbrand2024-03-121-12/+12
* libvhost-user: Use most of mmap_offset as fd_offsetDavid Hildenbrand2024-03-121-6/+48
* libvhost-user: Speedup gpa_to_mem_region() and vu_gpa_to_va()David Hildenbrand2024-03-121-4/+45
* libvhost-user: Factor out search for memory region by GPA and simplifyDavid Hildenbrand2024-03-121-34/+45
* libvhost-user: Don't search for duplicates when removing memory regionsDavid Hildenbrand2024-03-121-2/+1
* libvhost-user: Don't zero out memory for memory regionsDavid Hildenbrand2024-03-121-6/+1
* libvhost-user: No need to check for NULL when unmappingDavid Hildenbrand2024-03-121-8/+2
* libvhost-user: Factor out adding a memory regionDavid Hildenbrand2024-03-121-108/+60
* libvhost-user: Merge vu_set_mem_table_exec_postcopy() into vu_set_mem_table_e...David Hildenbrand2024-03-121-80/+39
* libvhost-user: Factor out removing all mem regionsDavid Hildenbrand2024-03-121-16/+18
* libvhost-user: Dynamically allocate memory for memory slotsDavid Hildenbrand2024-03-121-0/+11
* userfaultfd: use 1ULL to build ioctl masksPaolo Bonzini2024-01-291-1/+1
* Merge tag 'pull-shadow-2023-10-12' of https://repo.or.cz/qemu/armbru into sta...Stefan Hajnoczi2023-10-161-6/+6
|\
| * libvhost-user: Fix compiler warning with -Wshadow=localThomas Huth2023-10-121-6/+6
* | Fix compilation when UFFDIO_REGISTER is not set.Pierre Labatut2023-10-121-1/+1
|/
* libvhost-user: handle shared_object msgAlbert Esteve2023-10-041-0/+120
* libvhost-user.c: add assertion to vu_message_read_defaultVladimir Sementsov-Ogievskiy2023-10-041-0/+1
* vhost-user: fully use new backend/frontend namingManos Pitsidianakis2023-06-261-27/+27
* Fix libvhost-user.c compilation.David 'Digit' Turner2023-04-281-0/+6
* vhost-user-blk-server: notify client about disk resizeVladimir Sementsov-Ogievskiy2023-04-211-0/+10
* libvhost-user: check for NULL when allocating a virtqueue elementCarlos López2023-03-021-0/+7
* libvhost-user: Adopt new backend namingMaxime Coquelin2023-03-021-10/+10
* libvhost-user: Fix assignment in vring_set_avail_eventMarcel Holtmann2023-01-111-3/+2
* libvhost-user: Change dev->postcopy_ufd assignment to make it C90 compliantMarcel Holtmann2023-01-111-1/+2
* libvhost-user: Declare uffdio_register early to make it C90 compliantMarcel Holtmann2023-01-111-1/+3
* libvhost-user: Use unsigned int i for some for-loop iterationsMarcel Holtmann2023-01-111-7/+7
* libvhost-user: Cast rc variable to avoid compiler warningMarcel Holtmann2023-01-111-1/+1
* libvhost-user: Replace typeof with __typeof__Marcel Holtmann2023-01-111-2/+2
* libvhost-user: Provide _GNU_SOURCE when compiling outside of QEMUMarcel Holtmann2023-01-111-0/+4
* libvhost-user: Add format attribute to local function vu_panicStefan Weil via2022-11-271-1/+12
* libvhost-user: Fix two more format stringsStefan Weil via2022-11-271-1/+2
* libvhost-user: Fix format stringsStefan Weil via2022-11-271-2/+2
* libvhost-user: Fix wrong type of argument to formatting function (reported by...Stefan Weil via2022-11-271-1/+1
* libvhost-user: Fix VHOST_USER_ADD_MEM_REG replyKevin Wolf2022-06-271-7/+1
* libvhost-user: Fix VHOST_USER_GET_MAX_MEM_SLOTS replyKevin Wolf2022-06-271-9/+2
* 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/+3
* 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/+14
* 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