1. 5a2d992 Fixed calculation error of pkt->header_size in fill_pkt_tcp_info() by Rao, Lei · 3 years, 9 months ago
  2. 0c7af1a Add the function of colo_compare_cleanup by Rao, Lei · 3 years, 9 months ago
  3. f1ff9c4 Remove some duplicate trace code. by Rao, Lei · 3 years, 9 months ago
  4. 739128e net/colo-compare.c: Optimize removal of secondary packet by Lukas Straub · 4 years ago
  5. 9162ed6 net/colo-compare.c: Fix memory leak for non-tcp packet by Lukas Straub · 4 years ago
  6. 729cc68 Remove superfluous timer_del() calls by Peter Maydell · 4 years, 3 months ago
  7. 2f2fcff net/colo-compare.c: Increase default queued packet scan frequency by Zhang Chen · 4 years, 5 months ago
  8. 17475df net/colo-compare.c: Add secondary old packet detection by Zhang Chen · 4 years, 5 months ago
  9. ec08198 net/colo-compare.c: Change the timer clock type by Zhang Chen · 4 years, 5 months ago
  10. 0c4266e net/colo-compare.c: Fix compare_timeout format issue by Zhang Chen · 4 years, 5 months ago
  11. 45b9e8c colo-compare: check mark in mutual exclusion by Li Zhijian · 4 years, 5 months ago
  12. 33609e9 Optimize seq_sorter function for colo-compare by Rao, Lei · 4 years, 5 months ago
  13. 842038f Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pull-request' into staging by Peter Maydell · 4 years, 6 months ago
  14. b42581f util/hexdump: Reorder qemu_hexdump() arguments by Philippe Mathieu-Daudé · 4 years, 6 months ago
  15. 67263b3 util/hexdump: Convert to take a void pointer argument by Philippe Mathieu-Daudé · 4 years, 6 months ago
  16. f4ef8c9 Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request' into staging by Peter Maydell · 4 years, 6 months ago
  17. 8c8ed03 net/colo: Match is-enabled probe to tracepoint by Roman Bolshakov · 4 years, 8 months ago
  18. 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 6 months ago
  19. db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 6 months ago
  20. f81cddf colo-compare: Remove superfluous NULL-pointer checks for s->iothread by Lukas Straub · 4 years, 7 months ago
  21. a2e5cb7 net/colo-compare.c: Expose compare "max_queue_size" to users by Zhang Chen · 4 years, 8 months ago
  22. 668f62e error: Eliminate error_propagate() with Coccinelle, part 1 by Markus Armbruster · 4 years, 8 months ago
  23. dcfe480 error: Avoid unnecessary error_propagate() after error_setg() by Markus Armbruster · 4 years, 8 months ago
  24. 62a35aa qapi: Use returned bool to check for failure, Coccinelle part by Markus Armbruster · 4 years, 8 months ago
  25. bdadbb0 colo-compare: Fix memory leak in packet_enqueue() by Derek Su · 4 years, 9 months ago
  26. 5bd57eb net/colo-compare.c: Correct ordering in complete and finalize by Lukas Straub · 4 years, 9 months ago
  27. 45942b7 net/colo-compare.c: Check that colo-compare is active by Lukas Straub · 4 years, 9 months ago
  28. 7665854 net/colo-compare.c: Only hexdump packets if tracing is enabled by Lukas Straub · 4 years, 9 months ago
  29. 9c55fe9 net/colo-compare.c: Fix deadlock in compare_chr_send by Lukas Straub · 4 years, 9 months ago
  30. 5893c73 net/colo-compare.c: Create event_bh with the right AioContext by Lukas Straub · 4 years, 9 months ago
  31. d262312 qom: Drop parameter @errp of object_property_add() & friends by Markus Armbruster · 4 years, 10 months ago
  32. cca35ac net/colo-compare.c: Expose "expired_scan_cycle" to users by Zhang Chen · 5 years ago
  33. 9cc43c9 net/colo-compare.c: Expose "compare_timeout" to users by Zhang Chen · 5 years ago
  34. 1e907a3 COLO-compare: Fix incorrect `if` logic by Fan Yang · 5 years ago
  35. f77bed1 net/colo-compare.c: Fix memory leak and code style issue. by Zhang Chen · 6 years ago
  36. 1d09f70 COLO-compare: Add colo-compare remote notify support by Zhang Chen · 6 years ago
  37. 30685c0 COLO-compare: Make the compare_chr_send() can send notification message. by Zhang Chen · 6 years ago
  38. 13025fe COLO-compare: Add remote notification chardev handler frame by Zhang Chen · 6 years ago
  39. cf6af76 COLO-compare: Add new parameter to communicate with remote colo-frame by Zhang Chen · 6 years ago
  40. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  41. 78e4f44 net/colo-compare.c: Fix a crash in COLO Primary. by Lukas Straub · 6 years ago
  42. 6d3aaa5 net/colo-compare.c: Remove duplicated code by Zhang Chen · 6 years ago
  43. e05ae1d net: do not depend on slirp internals by Marc-André Lureau · 6 years ago
  44. 269d25c colo: check chardev can switch context by Marc-André Lureau · 6 years ago
  45. 24525e9 filter-rewriter: handle checkpoint and failover event by Zhang Chen · 6 years ago
  46. dccd031 colo-compare: use notifier to notify packets comparing result by Zhang Chen · 6 years ago
  47. 0ffcece colo-compare: implement the process of checkpoint by Zhang Chen · 6 years ago
  48. 265b578 object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence by Marc-André Lureau · 7 years ago
  49. f27f01d colo: use local path for local headers by Michael S. Tsirkin · 7 years ago
  50. 9af2398 Include less of the generated modular QAPI headers by Markus Armbruster · 7 years ago
  51. a82400c Drop superfluous includes of qapi/qmp/qerror.h by Markus Armbruster · 7 years ago
  52. f449c9e colo: compare the packet based on the tcp sequence number by Mao Zhongyi · 7 years ago
  53. 9394133 colo: modified the payload compare function by Mao Zhongyi · 7 years ago
  54. 47181f5 misc: remove headers implicitly included by Philippe Mathieu-Daudé · 7 years ago
  55. 4d36623 colo-compare: fix the dangerous assignment by Mao Zhongyi · 7 years ago
  56. 3463218 colo-compare: Fix comments by Mao Zhongyi · 7 years ago
  57. 8ec1440 colo-compare: compare the packet in a specified Connection by Mao Zhongyi · 7 years ago
  58. 8850d4c colo-compare: Insert packet into the suitable position of packet queue directly by Mao Zhongyi · 7 years ago
  59. dd321ec colo-compare: Use IOThread to Check old packet regularly and Process pactkets of the primary by Wang Yong · 8 years ago
  60. 61c5f46 net/colo-compare.c: Fix comments and scheme by Zhang Chen · 7 years ago
  61. 626bba9 net/colo-compare.c: Adjust net queue pop order for performance by Zhang Chen · 7 years ago
  62. 6f5009c net/colo-compare.c: Optimize unpredictable tcp options comparison by Zhang Chen · 7 years ago
  63. d87aa13 trace: add trace_event_get_state_backends() by Stefan Hajnoczi · 8 years ago
  64. d63b366 net/colo-compare.c: Add vnet packet's tcp/udp/icmp compare by Zhang Chen · 8 years ago
  65. aa3a703 net/colo-compare.c: Make colo-compare support vnet_hdr_len by Zhang Chen · 8 years ago
  66. 3037e7a net/colo-compare.c: Introduce parameter for compare_chr_send() by Zhang Chen · 8 years ago
  67. ada1a33 net/colo.c: Make vnet_hdr_len as packet property by Zhang Chen · 8 years ago
  68. 3cde5ea net/net.c: Add vnet_hdr support in SocketReadState by Zhang Chen · 8 years ago
  69. 81517ba char: add backend hotswap handler by Anton Nefedov · 8 years ago
  70. 1ce2610 char: make chr_fe_deinit() optionaly delete backend by Marc-André Lureau · 8 years ago
  71. 4d43a60 char: move CharBackend handling in char-fe unit by Marc-André Lureau · 8 years ago
  72. 8228e35 chardev: move headers to include/chardev by Marc-André Lureau · 8 years ago
  73. f583dca COLO-compare: Improve tcp compare trace event readability by Zhang Chen · 8 years ago
  74. 51b9d49 Revert "COLO-compare: Optimize tcp compare trace event" by Peter Maydell · 8 years ago
  75. 0fc8aec COLO-compare: Optimize tcp compare trace event by Zhang Chen · 8 years ago
  76. 184d4d4 COLO-compare: Optimize tcp compare for option field by Zhang Chen · 8 years ago
  77. d25a7da colo-compare: Fix old packet check bug. by Zhang Chen · 8 years ago
  78. e630b2b COLO-compare: Fix trace_event print bug by Zhang Chen · 8 years ago
  79. 1723a7f COLO-compare: Fix icmp and udp compare different packet always dump bug by Zhang Chen · 8 years ago
  80. 6efeb32 COLO-compare: Optimize compare_common and compare_tcp by Zhang Chen · 8 years ago
  81. 2ad7ca4 COLO-compare: Rename compare function and remove duplicate codes by Zhang Chen · 8 years ago
  82. 727c2d7 net/colo-compare: Fix memory free error by Zhang Chen · 8 years ago
  83. b43decb colo-compare: Fix removing fds been watched incorrectly in finalization by zhanghailiang · 8 years ago
  84. dfd917a colo-compare: kick compare thread to exit after some cleanup in finalization by zhanghailiang · 8 years ago
  85. 66d2a24 colo-compare: use g_timeout_source_new() to process the stale packets by zhanghailiang · 8 years ago
  86. a935cc3 colo-compare: sort TCP packet queue by sequence number by Zhang Chen · 8 years ago
  87. 0ec7b3e char: rename CharDriverState Chardev by Marc-André Lureau · 8 years ago
  88. 277d44f Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into staging by Peter Maydell · 8 years ago
  89. 2dfe511 net: split colo_compare_pkt_info into two trace events by Alex Bennée · 8 years ago
  90. 7344ffa colo-compare: remove unused struct CompareChardevProps and 'props' variable by zhanghailiang · 8 years ago
  91. 2061c14 colo-proxy: fix memory leak by Zhang Chen · 8 years ago
  92. 39ab61c char: remove explicit_fe_open, use a set_handlers argument by Marc-André Lureau · 8 years ago
  93. c39860e char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinit by Marc-André Lureau · 8 years ago
  94. 5345fdb char: use qemu_chr_fe* functions with CharBackend argument by Marc-André Lureau · 8 years ago
  95. fbf3cc3 colo: claim in find_and_check_chardev by Marc-André Lureau · 8 years ago
  96. 32a6ebe char: remaining switch to CharBackend in frontend by Marc-André Lureau · 8 years ago
  97. 0a73336 net: don't poke at chardev internal QemuOpts by Daniel P. Berrange · 8 years ago
  98. f4b6183 colo-compare: add TCP, UDP, ICMP packet comparison by Zhang Chen · 8 years ago
  99. 0682e15 colo-compare: introduce packet comparison thread by Zhang Chen · 8 years ago
  100. b6540d4 colo-compare: track connection and enqueue packet by Zhang Chen · 8 years ago