aboutsummaryrefslogtreecommitdiff
path: root/subprojects
AgeCommit message (Expand)AuthorFilesLines
8 dayslibvhost-user: mask F_INFLIGHT_SHMFD if memfd is not supportedStefano Garzarella1-0/+11
8 dayslibvhost-user: fail vu_message_write() if sendmsg() is failingStefano Garzarella1-0/+5
8 dayslibvhost-user: set msg.msg_control to NULL when it is emptyStefano Garzarella1-0/+1
9 daysFix vhost user assertion when sending more than one fdChristian Pötzsch1-1/+1
2024-03-12libvhost-user: Mark mmap'ed region memory as MADV_DONTDUMPDavid Hildenbrand1-0/+6
2024-03-12libvhost-user: Dynamically remap rings after (temporarily?) removing memory r...David Hildenbrand1-29/+78
2024-03-12libvhost-user: Factor out vq usability checkDavid Hildenbrand1-12/+12
2024-03-12libvhost-user: Use most of mmap_offset as fd_offsetDavid Hildenbrand1-6/+48
2024-03-12libvhost-user: Speedup gpa_to_mem_region() and vu_gpa_to_va()David Hildenbrand1-4/+45
2024-03-12libvhost-user: Factor out search for memory region by GPA and simplifyDavid Hildenbrand1-34/+45
2024-03-12libvhost-user: Don't search for duplicates when removing memory regionsDavid Hildenbrand1-2/+1
2024-03-12libvhost-user: Don't zero out memory for memory regionsDavid Hildenbrand1-6/+1
2024-03-12libvhost-user: No need to check for NULL when unmappingDavid Hildenbrand1-8/+2
2024-03-12libvhost-user: Factor out adding a memory regionDavid Hildenbrand1-108/+60
2024-03-12libvhost-user: Merge vu_set_mem_table_exec_postcopy() into vu_set_mem_table_e...David Hildenbrand1-80/+39
2024-03-12libvhost-user: Factor out removing all mem regionsDavid Hildenbrand1-16/+18
2024-03-12libvhost-user: Bump up VHOST_USER_MAX_RAM_SLOTS to 509David Hildenbrand1-3/+5
2024-03-12libvhost-user: Dynamically allocate memory for memory slotsDavid Hildenbrand2-1/+12
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 Hajnoczi2-7/+7
2023-10-12libvhost-user: Fix compiler warning with -Wshadow=localThomas Huth1-6/+6
2023-10-12libvduse: Fix compiler warning with -Wshadow=localThomas Huth1-1/+1
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-09-21subprojects: Use the correct .git suffix in the repository URLsThomas Huth3-3/+3
2023-09-07Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi1-0/+6
2023-09-07subprojects: add wrap file for libblkioPaolo Bonzini1-0/+6
2023-08-31subprojects/berkeley-testfloat-3: Update to fix a problem with compiler warningsThomas Huth1-1/+1
2023-06-26vhost-user: fully use new backend/frontend namingManos Pitsidianakis2-36/+38
2023-06-06meson: subprojects: replace berkeley-{soft,test}float-3 with wrapsPaolo Bonzini7-0/+573
2023-06-06meson: subprojects: replace submodules with wrap filesPaolo Bonzini7-0/+15
2023-06-06configure: rename --enable-pypi to --enable-download, control subprojects tooPaolo Bonzini1-0/+3
2023-05-26meson: use subproject for keycodemapdbPaolo Bonzini1-0/+0
2023-05-26meson: use subproject for internal libfdtPaolo Bonzini1-0/+0
2023-05-26slirp: update wrap to latest masterPaolo Bonzini1-1/+1
2023-04-28Fix libvhost-user.c compilation.David 'Digit' Turner1-0/+6
2023-04-25Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson2-0/+12
2023-04-21vhost-user-blk-server: notify client about disk resizeVladimir Sementsov-Ogievskiy2-0/+12
2023-04-20build-sys: add slirp.wrapMarc-André Lureau1-0/+6
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-11libvduse: Add extra compiler warningsMarcel Holtmann1-1/+7
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-11libvduse: Fix assignment in vring_set_avail_eventMarcel Holtmann1-1/+2
2023-01-11libvduse: Switch to unsigned int for inuse field in struct VduseVirtqMarcel Holtmann1-1/+1
2023-01-11libvduse: Provide _GNU_SOURCE when compiling outside of QEMUMarcel Holtmann1-0/+4
2023-01-11libvhost-user: Change dev->postcopy_ufd assignment to make it C90 compliantMarcel Holtmann1-1/+2