index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
subprojects
Age
Commit message (
Expand
)
Author
2023-03-02
libvhost-user: check for NULL when allocating a virtqueue element
Carlos López
2023-03-02
libvhost-user: Adopt new backend naming
Maxime Coquelin
2023-01-11
libvduse: Add extra compiler warnings
Marcel Holtmann
2023-01-11
libvhost-user: Add extra compiler warnings
Marcel Holtmann
2023-01-11
libvhost-user: Fix assignment in vring_set_avail_event
Marcel Holtmann
2023-01-11
libvduse: Fix assignment in vring_set_avail_event
Marcel Holtmann
2023-01-11
libvduse: Switch to unsigned int for inuse field in struct VduseVirtq
Marcel Holtmann
2023-01-11
libvduse: Provide _GNU_SOURCE when compiling outside of QEMU
Marcel Holtmann
2023-01-11
libvhost-user: Change dev->postcopy_ufd assignment to make it C90 compliant
Marcel Holtmann
2023-01-11
libvhost-user: Declare uffdio_register early to make it C90 compliant
Marcel Holtmann
2023-01-11
libvhost-user: Use unsigned int i for some for-loop iterations
Marcel Holtmann
2023-01-11
libvhost-user: Cast rc variable to avoid compiler warning
Marcel Holtmann
2023-01-11
libvhost-user: Replace typeof with __typeof__
Marcel Holtmann
2023-01-11
libvhost-user: Provide _GNU_SOURCE when compiling outside of QEMU
Marcel Holtmann
2022-12-21
libvhost-user: Switch to unsigned int for inuse field in struct VuVirtq
Marcel Holtmann
2022-11-27
libvhost-user: Add format attribute to local function vu_panic
Stefan Weil via
2022-11-27
libvhost-user: Fix two more format strings
Stefan Weil via
2022-11-27
libvhost-user: Fix format strings
Stefan Weil via
2022-11-27
libvhost-user: Fix wrong type of argument to formatting function (reported by...
Stefan Weil via
2022-11-12
libvduse: Avoid warning about dangerous use of strncpy()
Philippe Mathieu-Daudé
2022-08-02
libvduse: Pass positive value to strerror()
Xie Yongji
2022-08-02
libvduse: Replace strcpy() with strncpy()
Xie Yongji
2022-08-02
libvduse: Fix the incorrect function name
Xie Yongji
2022-06-27
libvhost-user: Fix VHOST_USER_ADD_MEM_REG reply
Kevin Wolf
2022-06-27
libvhost-user: Fix VHOST_USER_GET_MAX_MEM_SLOTS reply
Kevin Wolf
2022-06-24
libvduse: Add support for reconnecting
Xie Yongji
2022-06-24
libvduse: Add VDUSE (vDPA Device in Userspace) library
Xie Yongji
2022-06-15
vfio-user: build library
Jagannathan Raman
2022-05-16
libvhost-user: expose vu_request_to_string
Alex Bennée
2022-05-04
vhost-user: Don't pass file descriptor for VHOST_USER_REM_MEM_REG
Kevin Wolf
2022-05-04
libvhost-user: Fix extra vu_add/rem_mem_reg reply
Kevin Wolf
2022-05-03
Use QEMU_SANITIZE_THREAD
Marc-André Lureau
2022-02-04
libvhost-user: Map shared RAM with MAP_NORESERVE to support virtio-mem with h...
David Hildenbrand
2022-02-04
libvhost-user: handle removal of identical regions
Raphael Norwitz
2022-02-04
libvhost-user: prevent over-running max RAM slots
Raphael Norwitz
2022-02-04
libvhost-user: fix VHOST_USER_REM_MEM_REG not closing the fd
David Hildenbrand
2022-02-04
libvhost-user: Simplify VHOST_USER_REM_MEM_REG
David Hildenbrand
2022-02-04
libvhost-user: Add vu_add_mem_reg input validation
Raphael Norwitz
2022-02-04
libvhost-user: Add vu_rem_mem_reg input validation
Raphael Norwitz
2021-10-20
libvhost-user: fix VHOST_USER_REM_MEM_REG skipping mmap_addr
David Hildenbrand
2021-07-29
libvhost-user: fix -Werror=format= warnings with __u64 fields
Marc-André Lureau
2021-07-29
meson: fix meson 0.58 warning with libvhost-user subproject
Marc-André Lureau
2021-01-23
build-sys: add libvhost-user missing dependencies
Marc-André Lureau
2021-01-20
libvhost-user: Include poll.h instead of sys/poll.h
Jiaxun Yang
2020-12-09
libvhost-user: add a simple link test without glib
Marc-André Lureau
2020-12-08
libvhost-user: make it a meson subproject
Marc-André Lureau