1. 1e907a3 COLO-compare: Fix incorrect `if` logic by Fan Yang · 5 years ago
  2. 39b68bc Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 5 years ago
  3. c6beefd vhost-user: save features if the char dev is closed by Adrian Moreno · 5 years ago
  4. 120b721 slirp: Allow non-local DNS address when restrict is off by Samuel Thibault · 5 years ago
  5. 794dcb5 trace: Remove trailing newline in events by Philippe Mathieu-Daudé · 5 years ago
  6. ce62df5 migration: register_savevm_live doesn't need dev by Dr. David Alan Gilbert · 6 years ago
  7. 54d3123 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h by Markus Armbruster · 6 years ago
  8. d5938f2 Clean up inclusion of sysemu/sysemu.h by Markus Armbruster · 6 years ago
  9. a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 6 years ago
  10. db72581 Include qemu/main-loop.h less by Markus Armbruster · 6 years ago
  11. f77bed1 net/colo-compare.c: Fix memory leak and code style issue. by Zhang Chen · 6 years ago
  12. 389abe1 net: tap: replace snprintf with g_strdup_printf calls by Prasad J Pandit · 6 years ago
  13. 1d09f70 COLO-compare: Add colo-compare remote notify support by Zhang Chen · 6 years ago
  14. 30685c0 COLO-compare: Make the compare_chr_send() can send notification message. by Zhang Chen · 6 years ago
  15. 13025fe COLO-compare: Add remote notification chardev handler frame by Zhang Chen · 6 years ago
  16. cf6af76 COLO-compare: Add new parameter to communicate with remote colo-frame by Zhang Chen · 6 years ago
  17. 944458b net/announce: Add optional ID by Dr. David Alan Gilbert · 6 years ago
  18. ef2fdbf net/announce: Allow optional list of interfaces by Dr. David Alan Gilbert · 6 years ago
  19. 4623027 net: remove unused get_str_sep() function by Stefano Garzarella · 6 years ago
  20. add9934 net: use g_strsplit() for parsing host address and port by Stefano Garzarella · 6 years ago
  21. c1112b2 net: avoid using variable length array in net_client_init() by Stefano Garzarella · 6 years ago
  22. 21c520d net: fix assertion failure when ipv6-prefixlen is not a number by Stefano Garzarella · 6 years ago
  23. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  24. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  25. 856dfd8 qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h by Markus Armbruster · 6 years ago
  26. 6ab79a2 do not call vhost_net_cleanup() on running net from char user event by Dan Streetman · 6 years ago
  27. 78e4f44 net/colo-compare.c: Fix a crash in COLO Primary. by Lukas Straub · 6 years ago
  28. 178a0a5 net/slirp: fix the IPv6 prefix length error message by Stefano Garzarella · 6 years ago
  29. 58ea30f Clean up header guards that don't match their file name by Markus Armbruster · 6 years ago
  30. 7b71e03 net: Print output of "-net nic, model=help" to stdout instead of stderr by Thomas Huth · 6 years ago
  31. ab79237 net: tap: use qemu_set_nonblock by Li Qiang · 6 years ago
  32. fdec16e net/socket: learn to talk with a unix dgram socket by Marc-André Lureau · 6 years ago
  33. 500016e trace-events: Shorten file names in comments by Markus Armbruster · 6 years ago
  34. 0b99f22 vhost-user: simplify vhost_user_init/vhost_user_cleanup by Marc-André Lureau · 6 years ago
  35. 675b9b5 build-sys: link with slirp as an external project by Marc-André Lureau · 6 years ago
  36. c2d6365 slirp: move sources to src/ subdirectory by Marc-André Lureau · 6 years ago
  37. d890344 slirp: use libslirp migration code by Marc-André Lureau · 6 years ago
  38. ffe02f5 slirp: Mark pieces missing IPv6 support by Samuel Thibault · 9 years ago
  39. a06cd48 qmp: Add announce-self command by Dr. David Alan Gilbert · 6 years ago
  40. 44b416a net: Add a network device specific self-announcement ability by Dr. David Alan Gilbert · 6 years ago
  41. 7659505 migration: Switch to using announce timer by Dr. David Alan Gilbert · 6 years ago
  42. 50510ea net: Introduce announce timer by Dr. David Alan Gilbert · 6 years ago
  43. 4875bf1 net: netmap: improve netmap_receive_iov() by Vincenzo Maffione · 6 years ago
  44. c7cbb6b net: netmap: simplify netmap_receive() by Vincenzo Maffione · 6 years ago
  45. cc599ed net: netmap: small improvements netmap_send() by Vincenzo Maffione · 6 years ago
  46. 6d3aaa5 net/colo-compare.c: Remove duplicated code by Zhang Chen · 6 years ago
  47. ba28889 vhost-user: support cross-endian vnet headers by Paolo Bonzini · 6 years ago
  48. 56f41de vhost-net-user: add stubs for when no virtio-net device is present by Paolo Bonzini · 6 years ago
  49. 4ad6f6c char: allow specifying a GMainContext at opening time by Paolo Bonzini · 6 years ago
  50. 3e0fad3 slirp: pass opaque to all callbacks by Marc-André Lureau · 6 years ago
  51. deaeb3f slirp: use polling callbacks, drop glib requirement by Marc-André Lureau · 6 years ago
  52. 1ab67b9 slirp: replace global polling with per-instance & notifier by Marc-André Lureau · 6 years ago
  53. 625a526 slirp: improve send_packet() callback by Marc-André Lureau · 6 years ago
  54. c21d959 slirp: replace qemu_notify_event() with a callback by Marc-André Lureau · 6 years ago
  55. f6e5aa3 slirp: add unregister_poll_fd() callback by Marc-André Lureau · 6 years ago
  56. 848c709 slirp: replace qemu_set_nonblock() by Marc-André Lureau · 6 years ago
  57. 07abf6d slirp: add callbacks for timer by Marc-André Lureau · 6 years ago
  58. 8e207c3 net/slirp: fix leaks on forwarding rule registration error by Marc-André Lureau · 6 years ago
  59. 8d45a3b net/slirp: free forwarding rules on cleanup by Marc-André Lureau · 6 years ago
  60. 3624730 net/slirp: simplify checking for cmd: prefix by Marc-André Lureau · 6 years ago
  61. 44b4ff2 slirp: generalize guestfwd with a callback based approach by Marc-André Lureau · 6 years ago
  62. e6dbff3 slirp: add clock_get_ns() callback by Marc-André Lureau · 6 years ago
  63. df2ad33 slirp: drop <Vista compatibility by Marc-André Lureau · 6 years ago
  64. e05ae1d net: do not depend on slirp internals by Marc-André Lureau · 6 years ago
  65. 2addc8f slirp: add a callback to log guest errors by Marc-André Lureau · 6 years ago
  66. d846b92 slirp: use a callback structure to interface with qemu by Marc-André Lureau · 6 years ago
  67. b7f43bf slirp: remove Monitor dependency, return a string for info by Marc-André Lureau · 6 years ago
  68. 3ed9f82 slirp: use a dedicated field for chardev pointer by Marc-André Lureau · 6 years ago
  69. 62c1d2c slirp: associate slirp_output callback with the Slirp context by Marc-André Lureau · 6 years ago
  70. 7d37435 avoid TABs in files that only contain a few by Paolo Bonzini · 6 years ago
  71. eae3eb3 qemu/queue.h: simplify reverse access to QTAILQ by Paolo Bonzini · 6 years ago
  72. b58deb3 qemu/queue.h: leave head structs anonymous unless necessary by Paolo Bonzini · 6 years ago
  73. 269d25c colo: check chardev can switch context by Marc-André Lureau · 6 years ago
  74. 56512e1 net: hub: suppress warnings of no host network for qtest by Jason Wang · 6 years ago
  75. 25c01bd net: drop too large packet early by Jason Wang · 6 years ago
  76. 013a620 net/filter-rewriter.c: Fix coverity static analysis issue by Zhang Chen · 6 years ago
  77. 13399aa Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into staging by Peter Maydell · 6 years ago
  78. 0fca92b slirp: Implement RFC2132 TFTP server name by Fam Zheng · 6 years ago
  79. 6e157a0 slirp: Add sanity check for str option length by Fam Zheng · 6 years ago
  80. 8c42dbe net/socket: Fix invalid socket type error handling by Markus Armbruster · 6 years ago
  81. 007e5f8 l2tpv3: Improve -netdev/netdev_add/-net/... error reporting by Markus Armbruster · 6 years ago
  82. 1592a99 net: ignore packet size greater than INT_MAX by Jason Wang · 7 years ago
  83. 24525e9 filter-rewriter: handle checkpoint and failover event by Zhang Chen · 7 years ago
  84. 5fbba3d filter: Add handle_event method for NetFilterClass by Zhang Chen · 7 years ago
  85. dccd031 colo-compare: use notifier to notify packets comparing result by Zhang Chen · 7 years ago
  86. 0ffcece colo-compare: implement the process of checkpoint by Zhang Chen · 7 years ago
  87. 6214231 filter-rewriter: Add TCP state machine and fix memory leak in connection_track_table by Zhang Chen · 6 years ago
  88. 95e30b2 chardev: mark the calls that allow an implicit mux monitor by Marc-André Lureau · 7 years ago
  89. 68cb29e net/slirp: Deprecate the [hub_id name] parameter tuple by Thomas Huth · 6 years ago
  90. 101625a net: Deprecate the "name" parameter of -net by Thomas Huth · 6 years ago
  91. d18572d net: Remove the deprecated -tftp, -bootp, -redir and -smb options by Thomas Huth · 7 years ago
  92. 323e7c1 tap: fix memory leak on success to create a tap device by Yunjian Wang · 7 years ago
  93. c67daf4 vhost-user: delete net client if necessary by linzhecheng · 7 years ago
  94. 8b43f96 net: Fix a potential segfault by Lin Ma · 7 years ago
  95. d542800 tap: set vhostfd passed from qemu cli to non-blocking by Brijesh Singh · 7 years ago
  96. 265b578 object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence by Marc-André Lureau · 7 years ago
  97. f67c9b6 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 7 years ago
  98. f27f01d colo: use local path for local headers by Michael S. Tsirkin · 7 years ago
  99. 1fb3f7f net/slirp: Convert atoi to qemu_strtoi to allow error checking by Nia Alarie · 7 years ago
  100. f18d137 slirp: Add domainname option to slirp's DHCP server by Benjamin Drung · 7 years ago