1. 53c7c92 hw/char: Have FEWatchFunc handlers return G_SOURCE_CONTINUE/REMOVE by Philippe Mathieu-Daudé · 1 year, 8 months ago
  2. bebcac0 vhost-user: Refactor the chr_closed_bh by Hyman Huang(黄勇) · 2 years, 2 months ago
  3. 937b7d9 vhost-user: Refactor vhost acked features saving by Hyman Huang(黄勇) · 2 years, 2 months ago
  4. 53b85d9 net: introduce qemu_set_info_str() function by Laurent Vivier · 2 years, 4 months ago
  5. 5c485d5 net/vhost-user: Fix device compatibility check by Kevin Wolf · 3 years, 5 months ago
  6. 6a756d1 vhost_net: do not assume nvqs is always 2 by Jason Wang · 3 years, 6 months ago
  7. bf7b1ea chardev: mark explicitly first argument as poisoned by Marc-André Lureau · 3 years, 7 months ago
  8. f9bb0c1 Revert "qapi: net: Add query-netdev command" by Jason Wang · 3 years, 11 months ago
  9. 56e6f59 Revert "net: Move NetClientState.info_str to dynamic allocations" by Jason Wang · 3 years, 11 months ago
  10. d89b4f8 Revert "net: Do not fill legacy info_str for backends" by Jason Wang · 3 years, 11 months ago
  11. f2e8319 net: Do not fill legacy info_str for backends by Alexey Kirillov · 4 years ago
  12. 59b5437 net: Move NetClientState.info_str to dynamic allocations by Alexey Kirillov · 4 years ago
  13. d32ad10 qapi: net: Add query-netdev command by Alexey Kirillov · 4 years ago
  14. f66337b vhost-user: save features of multiqueues if chardev is closed by haibinzhang(张海斌) · 4 years, 5 months ago
  15. 083b266 chardev: Use QEMUChrEvent enum in IOEventHandler typedef by Philippe Mathieu-Daudé · 5 years ago
  16. d0ab676 vhost-user-net: Explicit we ignore few QEMUChrEvent in IOEventHandler by Philippe Mathieu-Daudé · 5 years ago
  17. c6beefd vhost-user: save features if the char dev is closed by Adrian Moreno · 5 years ago
  18. 6ab79a2 do not call vhost_net_cleanup() on running net from char user event by Dan Streetman · 6 years ago
  19. 0b99f22 vhost-user: simplify vhost_user_init/vhost_user_cleanup by Marc-André Lureau · 6 years ago
  20. ba28889 vhost-user: support cross-endian vnet headers by Paolo Bonzini · 6 years ago
  21. c67daf4 vhost-user: delete net client if necessary by linzhecheng · 7 years ago
  22. 4d0cf55 vhost-user: introduce shared vhost-user state by Tiwei Bie · 7 years ago
  23. 703878e vhost-user: add Net prefix to internal state structure by Tiwei Bie · 7 years ago
  24. 9af2398 Include less of the generated modular QAPI headers by Markus Armbruster · 7 years ago
  25. a38a498 vhost-user: fix memory leak by linzhecheng · 7 years ago
  26. 922a01a Move include qemu/option.h from qemu-common.h to actual users by Markus Armbruster · 7 years ago
  27. e688df6 Include qapi/error.h exactly where needed by Markus Armbruster · 7 years ago
  28. 41d4e5e vhost-user: fix watcher need be removed when vhost-user hotplug by Yunjian Wang · 8 years ago
  29. 81517ba char: add backend hotswap handler by Anton Nefedov · 8 years ago
  30. 1ce2610 char: make chr_fe_deinit() optionaly delete backend by Marc-André Lureau · 8 years ago
  31. 4d43a60 char: move CharBackend handling in char-fe unit by Marc-André Lureau · 8 years ago
  32. 8228e35 chardev: move headers to include/chardev by Marc-André Lureau · 8 years ago
  33. 2f5d45a char: add a /chardevs container by Marc-André Lureau · 8 years ago
  34. e7c83a8 vhost-user: delay vhost_user_stop by Marc-André Lureau · 8 years ago
  35. e0b283e vhost-user: delete chardev on cleanup by Marc-André Lureau · 8 years ago
  36. 0ec7b3e char: rename CharDriverState Chardev by Marc-André Lureau · 8 years ago
  37. 39ab61c char: remove explicit_fe_open, use a set_handlers argument by Marc-André Lureau · 8 years ago
  38. c39860e char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinit by Marc-André Lureau · 8 years ago
  39. 5d30016 vhost-user: only initialize queue 0 CharBackend by Marc-André Lureau · 8 years ago
  40. 5345fdb char: use qemu_chr_fe* functions with CharBackend argument by Marc-André Lureau · 8 years ago
  41. 7fa47e2 char: rename some frontend functions by Marc-André Lureau · 8 years ago
  42. 32a6ebe char: remaining switch to CharBackend in frontend by Marc-André Lureau · 8 years ago
  43. 0a73336 net: don't poke at chardev internal QemuOpts by Daniel P. Berrange · 8 years ago
  44. c89804d vhost-user: wait until backend init is completed by Marc-André Lureau · 9 years ago
  45. 1a5b68c vhost-user: add get_vhost_net() assertions by Marc-André Lureau · 9 years ago
  46. e6bcb1b vhost-user: keep vhost_net after a disconnection by Marc-André Lureau · 9 years ago
  47. 9c7d18b vhost-user: disconnect on HUP by Marc-André Lureau · 9 years ago
  48. d9d2611 vhost-user: minor simplification by Marc-André Lureau · 9 years ago
  49. f394b2e qapi: Change Netdev into a flat union by Eric Blake · 9 years ago
  50. cebea51 net: use Netdev instead of NetClientOptions in client init by Kővágó, Zoltán · 9 years ago
  51. 69e87b3 tap: vhost busy polling support by Jason Wang · 9 years ago
  52. 25f0d2a vhost-user: disable chardev handlers on close by Paolo Bonzini · 9 years ago
  53. 6f1de6b char: change qemu_chr_fe_add_watch to return unsigned by Paolo Bonzini · 9 years ago
  54. a463215 vhost-net: save & restore vhost-user acked features by Marc-André Lureau · 9 years ago
  55. 0d572af vhost-user: disconnect on start failure by Marc-André Lureau · 9 years ago
  56. a655359 vhost-user: add ability to know vhost-user backend disconnection by Tetsuya Mukawa · 9 years ago
  57. 32bafa8 qapi: Don't special-case simple union wrappers by Eric Blake · 9 years ago
  58. b7fcb36 vhost-user: remove useless is_server field by Marc-André Lureau · 9 years ago
  59. c1bf353 vhost-user: fix use after free by Marc-André Lureau · 9 years ago
  60. fff4e48 vhost-user: verify that number of queues is less than MAX_QUEUE_NUM by Ilya Maximets · 9 years ago
  61. 2744d92 net: Clean up includes by Peter Maydell · 9 years ago
  62. 9af9e0f error: Strip trailing '\n' from error string arguments (again) by Markus Armbruster · 9 years ago
  63. 6f6f951 vhost-user: verify that number of queues is non-zero by Victor Kaplansky · 9 years ago
  64. d39c87d vhost-user: set link down when the char device is closed by Wen Congyang · 9 years ago
  65. 8d0bcba net: Convert to new qapi union layout by Eric Blake · 9 years ago
  66. 3e86636 vhost user: add rarp sending after live migration for legacy guest by Thibaut Collet · 9 years ago
  67. f6f5629 vhost user: add support of live migration by Thibaut Collet · 9 years ago
  68. 69b32a6 net: add trace_vhost_user_event by Marc-André Lureau · 9 years ago
  69. b931bfb vhost-user: add multiple queue support by Changchun Ouyang · 9 years ago
  70. d345ed2 Revert "vhost-user: add multi queue support" by Michael S. Tsirkin · 10 years ago
  71. 89e9429 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 10 years ago
  72. 1e7398a vhost: enable vhost without without MSI-X by Pankaj Gupta · 10 years ago
  73. 8190483 vhost-user: Improve -netdev/netdev_add/-net/... error reporting by Markus Armbruster · 10 years ago
  74. 71df1d8 QemuOpts: Convert qemu_opt_foreach() to Error by Markus Armbruster · 10 years ago
  75. 1640b20 QemuOpts: Drop qemu_opt_foreach() parameter abort_on_failure by Markus Armbruster · 10 years ago
  76. 28d0de7 QemuOpts: Convert qemu_opts_foreach() to Error by Markus Armbruster · 10 years ago
  77. a4c7367 QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failure by Markus Armbruster · 10 years ago
  78. 830d70d vhost-user: add multi queue support by Ouyang Changchun · 10 years ago
  79. a30ecde net: Permit incremental conversion of init functions to Error by Markus Armbruster · 10 years ago
  80. c654766 vhost: Remove superfluous '\n' around error_report() by Gonglei · 10 years ago
  81. 24f938a vhost user:support vhost user nic for non msi guests by Haifeng Gao · 10 years ago
  82. 03ce574 Add the vhost-user netdev backend to the command line by Nikolay Nikolaev · 11 years ago
  83. d314f58 Add new vhost-user netdev backend by Nikolay Nikolaev · 11 years ago