Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-01-11 | libvduse: Add extra compiler warnings | Marcel Holtmann | 1 | -1/+7 |
2023-01-11 | libvduse: Fix assignment in vring_set_avail_event | Marcel Holtmann | 1 | -1/+2 |
2023-01-11 | libvduse: Switch to unsigned int for inuse field in struct VduseVirtq | Marcel Holtmann | 1 | -1/+1 |
2023-01-11 | libvduse: Provide _GNU_SOURCE when compiling outside of QEMU | Marcel Holtmann | 1 | -0/+4 |
2022-11-12 | libvduse: Avoid warning about dangerous use of strncpy() | Philippe Mathieu-Daudé | 1 | -2/+2 |
2022-08-02 | libvduse: Pass positive value to strerror() | Xie Yongji | 1 | -2/+2 |
2022-08-02 | libvduse: Replace strcpy() with strncpy() | Xie Yongji | 1 | -1/+2 |
2022-08-02 | libvduse: Fix the incorrect function name | Xie Yongji | 1 | -3/+3 |
2022-06-24 | libvduse: Add support for reconnecting | Xie Yongji | 2 | -5/+242 |
2022-06-24 | libvduse: Add VDUSE (vDPA Device in Userspace) library | Xie Yongji | 7 | -0/+1399 |