Age | Commit message (Expand) | Author | Files | Lines |
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-27 | libvhost-user: Fix VHOST_USER_ADD_MEM_REG reply | Kevin Wolf | 1 | -7/+1 |
2022-06-27 | libvhost-user: Fix VHOST_USER_GET_MAX_MEM_SLOTS reply | Kevin Wolf | 1 | -9/+2 |
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 |
2022-06-15 | vfio-user: build library | Jagannathan Raman | 1 | -0/+0 |
2022-05-16 | libvhost-user: expose vu_request_to_string | Alex Bennée | 2 | -1/+10 |
2022-05-04 | vhost-user: Don't pass file descriptor for VHOST_USER_REM_MEM_REG | Kevin Wolf | 1 | -4/+4 |
2022-05-04 | libvhost-user: Fix extra vu_add/rem_mem_reg reply | Kevin Wolf | 1 | -6/+3 |
2022-05-03 | Use QEMU_SANITIZE_THREAD | Marc-André Lureau | 1 | -0/+1 |
2022-02-04 | libvhost-user: Map shared RAM with MAP_NORESERVE to support virtio-mem with h... | David Hildenbrand | 1 | -5/+5 |
2022-02-04 | libvhost-user: handle removal of identical regions | Raphael Norwitz | 1 | -12/+16 |
2022-02-04 | libvhost-user: prevent over-running max RAM slots | Raphael Norwitz | 1 | -0/+8 |
2022-02-04 | libvhost-user: fix VHOST_USER_REM_MEM_REG not closing the fd | David Hildenbrand | 1 | -0/+2 |
2022-02-04 | libvhost-user: Simplify VHOST_USER_REM_MEM_REG | David Hildenbrand | 1 | -16/+14 |
2022-02-04 | libvhost-user: Add vu_add_mem_reg input validation | Raphael Norwitz | 1 | -0/+15 |
2022-02-04 | libvhost-user: Add vu_rem_mem_reg input validation | Raphael Norwitz | 2 | -0/+17 |
2021-10-20 | libvhost-user: fix VHOST_USER_REM_MEM_REG skipping mmap_addr | David Hildenbrand | 1 | -0/+1 |
2021-07-29 | libvhost-user: fix -Werror=format= warnings with __u64 fields | Marc-André Lureau | 1 | -4/+4 |
2021-07-29 | meson: fix meson 0.58 warning with libvhost-user subproject | Marc-André Lureau | 4 | -6/+4 |
2021-01-23 | build-sys: add libvhost-user missing dependencies | Marc-André Lureau | 1 | -0/+3 |
2021-01-20 | libvhost-user: Include poll.h instead of sys/poll.h | Jiaxun Yang | 1 | -1/+1 |
2020-12-09 | libvhost-user: add a simple link test without glib | Marc-André Lureau | 2 | -0/+49 |
2020-12-08 | libvhost-user: make it a meson subproject | Marc-André Lureau | 5 | -0/+3805 |