1. f7795e4 misc: Replace zero-length arrays with flexible array member (automatic) by Philippe Mathieu-Daudé · 5 years ago
  2. ff13200 libvhost-user: implement in-band notifications by Johannes Berg · 5 years ago
  3. d5f99fc libvhost-user: handle NOFD flag in call/kick/err better by Johannes Berg · 5 years ago
  4. a00fdc9 libvhost-user-glib: use g_main_context_get_thread_default() by Johannes Berg · 5 years ago
  5. a7290a7 libvhost-user-glib: fix VugDev main fd cleanup by Johannes Berg · 5 years ago
  6. 8899d60 libvhost-user: implement VHOST_USER_PROTOCOL_F_REPLY_ACK by Johannes Berg · 5 years ago
  7. 49e9ec7 libvhost-user: Fix some memtable remap cases by Dr. David Alan Gilbert · 6 years ago
  8. c25c02b contrib/libvhost-user: Protect slave fd with mutex by Dr. David Alan Gilbert · 6 years ago
  9. d9b3ade libvhost-user: Zero memory allocated for VuVirtqInflightDesc by Xie Yongji · 5 years ago
  10. eeb3926 libvhost-user: introduce and use vu_has_protocol_feature() by Johannes Berg · 5 years ago
  11. 8726b70 libvhost-user: fix SLAVE_SEND_FD handling by Johannes Berg · 5 years ago
  12. ea1b802 libvhost-user: implement VHOST_USER_PROTOCOL_F_MQ by Stefan Hajnoczi · 6 years ago
  13. 6f5fd83 libvhost-user: support many virtqueues by Stefan Hajnoczi · 6 years ago
  14. db68f4f libvhost-user: add vmsg_set_reply_u64() helper by Stefan Hajnoczi · 6 years ago
  15. bd2e44f vhost-user: add vhost_user_gpu_set_socket() by Marc-André Lureau · 6 years ago
  16. 7fa9f03 libvhost-user: fix -Werror=format= on ppc64 by Marc-André Lureau · 6 years ago
  17. 1005810 libvhost-user: fix cast warnings on 32 bits by Marc-André Lureau · 6 years ago
  18. acbd487 libvhost-user: fix bad vu_log_write by Li Feng · 6 years ago
  19. 78067fd libvhost-user: add PROTOCOL_F_CONFIG if {set, get}_config by Marc-André Lureau · 6 years ago
  20. d288eef libvhost-user: fix -Waddress-of-packed-member by Marc-André Lureau · 6 years ago
  21. 48bb55b QEMU_PACKED: Remove gcc_struct attribute in Windows non x86 targets by Cao Jiaxi · 6 years ago
  22. 5f9ff1e libvhost-user: Support tracking inflight I/O in shared memory by Xie Yongji · 6 years ago
  23. f7671f3 libvhost-user: Introduce vu_queue_map_desc() by Xie Yongji · 6 years ago
  24. 792468c libvhost-user: Remove unnecessary FD flag check for event file descriptors by Xie Yongji · 6 years ago
  25. b13919a libvhost-user: add vu_queue_unpop() by Marc-André Lureau · 6 years ago
  26. 922ef48 libvhost-user-glib: export vug_source_new() by Marc-André Lureau · 6 years ago
  27. 6079865 libvhost-user: exit by default on VHOST_USER_NONE by Marc-André Lureau · 6 years ago
  28. ba275e9 libvhost-user: fix clang enum-conversion warning by Marc-André Lureau · 6 years ago
  29. 8bafafc contrib/libvhost-user: cleanup casts by Michael S. Tsirkin · 6 years ago
  30. 9174d8a contrib/libvhost-user: switch to uint64_t by Michael S. Tsirkin · 6 years ago
  31. d84599f libvhost-user: support host notifier by Tiwei Bie · 7 years ago
  32. e363815 libvhost-user: Send messages with no data by Dr. David Alan Gilbert · 7 years ago
  33. ea3e6f5 contrib/libvhost-user: add the protocol feature used for SET/GET message by Changpeng Liu · 7 years ago
  34. 4275cd9 libvhost-user: Claim support for postcopy by Dr. David Alan Gilbert · 7 years ago
  35. c639187 vhost-user: Add VHOST_USER_POSTCOPY_END message by Dr. David Alan Gilbert · 7 years ago
  36. 0185cfb libvhost-user: mprotect & madvises for postcopy by Dr. David Alan Gilbert · 7 years ago
  37. 9bb3801 vhost+postcopy: Send address back to qemu by Dr. David Alan Gilbert · 7 years ago
  38. 51a5d6e libvhost-user+postcopy: Register new regions with the ufd by Dr. David Alan Gilbert · 7 years ago
  39. 55d754b postcopy+vhost-user: Split set_mem_table for postcopy by Dr. David Alan Gilbert · 7 years ago
  40. 6864a7b vhost+postcopy: Transmit 'listen' to slave by Dr. David Alan Gilbert · 7 years ago
  41. 2a84ffc libvhost-user: Open userfaultfd by Dr. David Alan Gilbert · 7 years ago
  42. d6e4771 libvhost-user: Support sending fds back to qemu by Dr. David Alan Gilbert · 7 years ago
  43. d3dff7a vhost-user: Add 'VHOST_USER_POSTCOPY_ADVISE' message by Dr. David Alan Gilbert · 7 years ago
  44. 9ccbfe1 postcopy: Add vhost-user flag for postcopy and check it by Dr. David Alan Gilbert · 7 years ago
  45. 293084a libvhost-user: Support across-memory-boundary access by Yongji Xie · 7 years ago
  46. bb102d1 libvhost-user: Fix resource leak by Yongji Xie · 7 years ago
  47. 0bc24d8 contrib/libvhost-user: enable virtio config space messages by Changpeng Liu · 7 years ago
  48. 13384f1 libvhost-user: Support VHOST_USER_SET_SLAVE_REQ_FD by Dr. David Alan Gilbert · 7 years ago
  49. ea642e2 libvhost-user: Update and fix feature and request lists by Dr. David Alan Gilbert · 7 years ago
  50. bcf0836 libvhost-user: vu_queue_started by Dr. David Alan Gilbert · 7 years ago
  51. 8bb7ddb libvhost-user: add glib source helper by Marc-André Lureau · 8 years ago
  52. 19409df libvhost-user: improve vu_queue_pop() doc by Marc-André Lureau · 8 years ago
  53. eb078a9 libvhost-user: drop dependency on glib by Marc-André Lureau · 8 years ago
  54. 35480cb libvhost-user: support resuming vq->last_avail_idx based on used_idx by Marc-André Lureau · 8 years ago
  55. 2566378 libvhost-user: quit when no more data received by Jens Freimann · 8 years ago
  56. 49cc034 vhost-user-scsi: Introduce a vhost-user-scsi sample application by Felipe Franciosi · 8 years ago
  57. 640601c libvhost-user: fix crash when rings aren't ready by Marc-André Lureau · 8 years ago
  58. eae0f54 libvhost-user: replace vasprintf() to fix build by Felipe Franciosi · 8 years ago
  59. 7b2e5c6 contrib: add libvhost-user by Marc-André Lureau · 8 years ago