aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects (follow)
Commit message (Expand)AuthorAgeFilesLines
* libvhost-user: mask F_INFLIGHT_SHMFD if memfd is not supportedStefano Garzarella2024-07-021-0/+11
* libvhost-user: fail vu_message_write() if sendmsg() is failingStefano Garzarella2024-07-021-0/+5
* libvhost-user: set msg.msg_control to NULL when it is emptyStefano Garzarella2024-07-021-0/+1
* Fix vhost user assertion when sending more than one fdChristian Pötzsch2024-07-011-1/+1
* libvhost-user: Mark mmap'ed region memory as MADV_DONTDUMPDavid Hildenbrand2024-03-121-0/+6
* libvhost-user: Dynamically remap rings after (temporarily?) removing memory regionsDavid 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_exec()David Hildenbrand2024-03-121-80/+39
* libvhost-user: Factor out removing all mem regionsDavid Hildenbrand2024-03-121-16/+18
* libvhost-user: Bump up VHOST_USER_MAX_RAM_SLOTS to 509David Hildenbrand2024-03-121-3/+5
* libvhost-user: Dynamically allocate memory for memory slotsDavid Hildenbrand2024-03-122-1/+12
* userfaultfd: use 1ULL to build ioctl masksPaolo Bonzini2024-01-291-1/+1
* vhost-user: Fix protocol feature bit conflictHanna Czenczek2023-10-221-1/+2
* Merge tag 'pull-shadow-2023-10-12' of https://repo.or.cz/qemu/armbru into stagingStefan Hajnoczi2023-10-162-7/+7
|\
| * libvhost-user: Fix compiler warning with -Wshadow=localThomas Huth2023-10-121-6/+6
| * libvduse: Fix compiler warning with -Wshadow=localThomas Huth2023-10-121-1/+1
* | Fix compilation when UFFDIO_REGISTER is not set.Pierre Labatut2023-10-121-1/+1
|/
* libvhost-user: handle shared_object msgAlbert Esteve2023-10-042-1/+174
* libvhost-user.c: add assertion to vu_message_read_defaultVladimir Sementsov-Ogievskiy2023-10-041-0/+1
* subprojects: Use the correct .git suffix in the repository URLsThomas Huth2023-09-213-3/+3
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2023-09-071-0/+6
|\
| * subprojects: add wrap file for libblkioPaolo Bonzini2023-09-071-0/+6
* | subprojects/berkeley-testfloat-3: Update to fix a problem with compiler warningsThomas Huth2023-08-311-1/+1
|/
* vhost-user: fully use new backend/frontend namingManos Pitsidianakis2023-06-262-36/+38
* meson: subprojects: replace berkeley-{soft,test}float-3 with wrapsPaolo Bonzini2023-06-067-0/+573
* meson: subprojects: replace submodules with wrap filesPaolo Bonzini2023-06-067-0/+15
* configure: rename --enable-pypi to --enable-download, control subprojects tooPaolo Bonzini2023-06-061-0/+3
* meson: use subproject for keycodemapdbPaolo Bonzini2023-05-261-0/+0
* meson: use subproject for internal libfdtPaolo Bonzini2023-05-261-0/+0
* slirp: update wrap to latest masterPaolo Bonzini2023-05-261-1/+1
* Fix libvhost-user.c compilation.David 'Digit' Turner2023-04-281-0/+6
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into stagingRichard Henderson2023-04-252-0/+12
|\
| * vhost-user-blk-server: notify client about disk resizeVladimir Sementsov-Ogievskiy2023-04-212-0/+12
* | build-sys: add slirp.wrapMarc-André Lureau2023-04-201-0/+6
|/
* libvhost-user: check for NULL when allocating a virtqueue elementCarlos López2023-03-021-0/+7
* libvhost-user: Adopt new backend namingMaxime Coquelin2023-03-022-20/+20
* libvduse: Add extra compiler warningsMarcel Holtmann2023-01-111-1/+7
* libvhost-user: Add extra compiler warningsMarcel Holtmann2023-01-111-1/+7
* libvhost-user: Fix assignment in vring_set_avail_eventMarcel Holtmann2023-01-111-3/+2
* libvduse: Fix assignment in vring_set_avail_eventMarcel Holtmann2023-01-111-1/+2
* libvduse: Switch to unsigned int for inuse field in struct VduseVirtqMarcel Holtmann2023-01-111-1/+1
* libvduse: Provide _GNU_SOURCE when compiling outside of QEMUMarcel Holtmann2023-01-111-0/+4
* libvhost-user: Change dev->postcopy_ufd assignment to make it C90 compliantMarcel Holtmann2023-01-111-1/+2