aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/libvduse/libvduse.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* libvduse: Fix compiler warning with -Wshadow=localThomas Huth2023-10-121-1/+1
* 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
* libvduse: Avoid warning about dangerous use of strncpy()Philippe Mathieu-Daudé2022-11-121-2/+2
* libvduse: Pass positive value to strerror()Xie Yongji2022-08-021-2/+2
* libvduse: Replace strcpy() with strncpy()Xie Yongji2022-08-021-1/+2
* libvduse: Fix the incorrect function nameXie Yongji2022-08-021-3/+3
* libvduse: Add support for reconnectingXie Yongji2022-06-241-5/+230
* libvduse: Add VDUSE (vDPA Device in Userspace) libraryXie Yongji2022-06-241-0/+1150