1. 73b4987 userfaultfd: use 1ULL to build ioctl masks by Paolo Bonzini · 1 year, 1 month ago
  2. d4eb503 vhost-user: Fix protocol feature bit conflict by Hanna Czenczek · 1 year, 5 months ago
  3. 32bfaa4 Merge tag 'pull-shadow-2023-10-12' of https://repo.or.cz/qemu/armbru into staging by Stefan Hajnoczi · 1 year, 5 months ago
  4. 61499d8 libvhost-user: Fix compiler warning with -Wshadow=local by Thomas Huth · 1 year, 5 months ago
  5. 3cc72cd libvduse: Fix compiler warning with -Wshadow=local by Thomas Huth · 1 year, 5 months ago
  6. bb30277 Fix compilation when UFFDIO_REGISTER is not set. by Pierre Labatut · 1 year, 5 months ago
  7. ce0f3b0 libvhost-user: handle shared_object msg by Albert Esteve · 1 year, 5 months ago
  8. a6f4d2e libvhost-user.c: add assertion to vu_message_read_default by Vladimir Sementsov-Ogievskiy · 1 year, 5 months ago
  9. 590102e subprojects: Use the correct .git suffix in the repository URLs by Thomas Huth · 1 year, 6 months ago
  10. 03a3a62 Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging by Stefan Hajnoczi · 1 year, 6 months ago
  11. 6170d09 subprojects: add wrap file for libblkio by Paolo Bonzini · 1 year, 6 months ago
  12. c01196b subprojects/berkeley-testfloat-3: Update to fix a problem with compiler warnings by Thomas Huth · 1 year, 7 months ago
  13. f8ed364 vhost-user: fully use new backend/frontend naming by Manos Pitsidianakis · 1 year, 9 months ago
  14. d2dfe0b meson: subprojects: replace berkeley-{soft,test}float-3 with wraps by Paolo Bonzini · 1 year, 10 months ago
  15. 2019cab meson: subprojects: replace submodules with wrap files by Paolo Bonzini · 1 year, 10 months ago
  16. ac4ccac configure: rename --enable-pypi to --enable-download, control subprojects too by Paolo Bonzini · 1 year, 10 months ago
  17. c53648a meson: use subproject for keycodemapdb by Paolo Bonzini · 1 year, 10 months ago
  18. 58e48b2 meson: use subproject for internal libfdt by Paolo Bonzini · 1 year, 10 months ago
  19. 5590615 slirp: update wrap to latest master by Paolo Bonzini · 1 year, 9 months ago
  20. 193ba66 Fix libvhost-user.c compilation. by David 'Digit' Turner · 1 year, 11 months ago
  21. a14b820 Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging by Richard Henderson · 1 year, 10 months ago
  22. ca858a5 vhost-user-blk-server: notify client about disk resize by Vladimir Sementsov-Ogievskiy · 2 years ago
  23. 0abe33c build-sys: add slirp.wrap by Marc-André Lureau · 2 years ago
  24. 9c19160 libvhost-user: check for NULL when allocating a virtqueue element by Carlos López · 2 years, 1 month ago
  25. e608fee libvhost-user: Adopt new backend naming by Maxime Coquelin · 2 years, 1 month ago
  26. 8d5666d libvduse: Add extra compiler warnings by Marcel Holtmann · 2 years, 2 months ago
  27. 722b62d libvhost-user: Add extra compiler warnings by Marcel Holtmann · 2 years, 2 months ago
  28. 950a2f2 libvhost-user: Fix assignment in vring_set_avail_event by Marcel Holtmann · 2 years, 2 months ago
  29. 86e61e4 libvduse: Fix assignment in vring_set_avail_event by Marcel Holtmann · 2 years, 2 months ago
  30. 85899f8 libvduse: Switch to unsigned int for inuse field in struct VduseVirtq by Marcel Holtmann · 2 years, 2 months ago
  31. 518ac42 libvduse: Provide _GNU_SOURCE when compiling outside of QEMU by Marcel Holtmann · 2 years, 2 months ago
  32. f1c563d libvhost-user: Change dev->postcopy_ufd assignment to make it C90 compliant by Marcel Holtmann · 2 years, 2 months ago
  33. d87a642 libvhost-user: Declare uffdio_register early to make it C90 compliant by Marcel Holtmann · 2 years, 2 months ago
  34. 92bf246 libvhost-user: Use unsigned int i for some for-loop iterations by Marcel Holtmann · 2 years, 2 months ago
  35. 18fa7f1 libvhost-user: Cast rc variable to avoid compiler warning by Marcel Holtmann · 2 years, 2 months ago
  36. aa5d395 libvhost-user: Replace typeof with __typeof__ by Marcel Holtmann · 2 years, 2 months ago
  37. dadc3d0 libvhost-user: Provide _GNU_SOURCE when compiling outside of QEMU by Marcel Holtmann · 2 years, 2 months ago
  38. e7ee4fe libvhost-user: Switch to unsigned int for inuse field in struct VuVirtq by Marcel Holtmann · 2 years, 2 months ago
  39. 52a57d8 libvhost-user: Add format attribute to local function vu_panic by Stefan Weil via · 2 years, 3 months ago
  40. 7d4774e libvhost-user: Fix two more format strings by Stefan Weil via · 2 years, 3 months ago
  41. 8541bf4 libvhost-user: Fix format strings by Stefan Weil via · 2 years, 3 months ago
  42. 266aaed libvhost-user: Fix wrong type of argument to formatting function (reported by LGTM) by Stefan Weil via · 2 years, 3 months ago
  43. 57bc6e4 libvduse: Avoid warning about dangerous use of strncpy() by Philippe Mathieu-Daudé · 2 years, 4 months ago
  44. 630179b libvduse: Pass positive value to strerror() by Xie Yongji · 2 years, 8 months ago
  45. d9cf16c libvduse: Replace strcpy() with strncpy() by Xie Yongji · 2 years, 8 months ago
  46. e7156ff libvduse: Fix the incorrect function name by Xie Yongji · 2 years, 8 months ago
  47. 7f27d20 libvhost-user: Fix VHOST_USER_ADD_MEM_REG reply by Kevin Wolf · 2 years, 8 months ago
  48. 69a5dae libvhost-user: Fix VHOST_USER_GET_MAX_MEM_SLOTS reply by Kevin Wolf · 2 years, 8 months ago
  49. d043e2d libvduse: Add support for reconnecting by Xie Yongji · 2 years, 9 months ago
  50. a6caeee libvduse: Add VDUSE (vDPA Device in Userspace) library by Xie Yongji · 2 years, 9 months ago
  51. 5511696 vfio-user: build library by Jagannathan Raman · 2 years, 9 months ago
  52. 467eeb0 libvhost-user: expose vu_request_to_string by Alex Bennée · 3 years ago
  53. a81d8d4 vhost-user: Don't pass file descriptor for VHOST_USER_REM_MEM_REG by Kevin Wolf · 2 years, 11 months ago
  54. 5ebfdeb libvhost-user: Fix extra vu_add/rem_mem_reg reply by Kevin Wolf · 2 years, 11 months ago
  55. ef0f4bd Use QEMU_SANITIZE_THREAD by Marc-André Lureau · 2 years, 11 months ago
  56. eb99baa libvhost-user: Map shared RAM with MAP_NORESERVE to support virtio-mem with hugetlb by David Hildenbrand · 3 years, 2 months ago
  57. 4fafedc libvhost-user: handle removal of identical regions by Raphael Norwitz · 3 years, 1 month ago
  58. b906a23 libvhost-user: prevent over-running max RAM slots by Raphael Norwitz · 3 years, 1 month ago
  59. fa3d548 libvhost-user: fix VHOST_USER_REM_MEM_REG not closing the fd by David Hildenbrand · 3 years, 1 month ago
  60. 4fd5ca8 libvhost-user: Simplify VHOST_USER_REM_MEM_REG by David Hildenbrand · 3 years, 1 month ago
  61. 9f4e634 libvhost-user: Add vu_add_mem_reg input validation by Raphael Norwitz · 3 years, 1 month ago
  62. 316ee11 libvhost-user: Add vu_rem_mem_reg input validation by Raphael Norwitz · 3 years, 1 month ago
  63. 6889eb2 libvhost-user: fix VHOST_USER_REM_MEM_REG skipping mmap_addr by David Hildenbrand · 3 years, 5 months ago
  64. 4fe2934 libvhost-user: fix -Werror=format= warnings with __u64 fields by Marc-André Lureau · 3 years, 10 months ago
  65. 3f55f97 meson: fix meson 0.58 warning with libvhost-user subproject by Marc-André Lureau · 3 years, 10 months ago
  66. 0ba7819 build-sys: add libvhost-user missing dependencies by Marc-André Lureau · 4 years, 2 months ago
  67. 29ce0d3 libvhost-user: Include poll.h instead of sys/poll.h by Jiaxun Yang · 4 years, 1 month ago
  68. e019356 libvhost-user: add a simple link test without glib by Marc-André Lureau · 4 years, 3 months ago
  69. 0df750e libvhost-user: make it a meson subproject by Marc-André Lureau · 4 years, 3 months ago