aboutsummaryrefslogtreecommitdiff
path: root/net/colo-compare.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-11migration: privatize colo interfacesSteve Sistare1-2/+1
2023-12-21block: remove AioContext lockingStefan Hajnoczi1-2/+0
2022-12-14qapi: Use returned bool to check for failure (again)Markus Armbruster1-9/+4
2022-07-20net/colo: Fix a "double free" crash to clear the conn_listZhang Chen1-1/+1
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-02-14net/colo-compare.c: Update the default value commentsZhang Chen1-1/+1
2022-02-14net/colo-compare.c: Optimize compare order for performanceZhang Chen1-13/+13
2021-11-19net/colo-compare.c: Fix incorrect return when input wrong sizeZhang Chen1-1/+1
2021-11-19net/colo-compare.c: Fix ACK track reverse issueZhang Chen1-2/+4
2021-11-03Optimized the function of fill_connection_key.Rao, Lei1-1/+1
2021-11-03Some minor optimizations for COLORao, Lei1-1/+1
2021-06-11Fixed calculation error of pkt->header_size in fill_pkt_tcp_info()Rao, Lei1-1/+1
2021-06-11Add the function of colo_compare_cleanupRao, Lei1-0/+10
2021-06-11Remove some duplicate trace code.Rao, Lei1-13/+0
2021-03-22net/colo-compare.c: Optimize removal of secondary packetLukas Straub1-1/+1
2021-03-22net/colo-compare.c: Fix memory leak for non-tcp packetLukas Straub1-0/+1
2021-01-08Remove superfluous timer_del() callsPeter Maydell1-1/+0
2020-11-11net/colo-compare.c: Increase default queued packet scan frequencyZhang Chen1-1/+1
2020-11-11net/colo-compare.c: Add secondary old packet detectionZhang Chen1-9/+16
2020-11-11net/colo-compare.c: Change the timer clock typeZhang Chen1-3/+3
2020-11-11net/colo-compare.c: Fix compare_timeout format issueZhang Chen1-6/+6
2020-11-11colo-compare: check mark in mutual exclusionLi Zhijian1-4/+2
2020-11-11Optimize seq_sorter function for colo-compareRao, Lei1-5/+2
2020-09-12Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell1-12/+6
2020-09-11util/hexdump: Reorder qemu_hexdump() argumentsPhilippe Mathieu-Daudé1-12/+12
2020-09-11util/hexdump: Convert to take a void pointer argumentPhilippe Mathieu-Daudé1-6/+6
2020-09-11Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell1-4/+5
2020-09-09net/colo: Match is-enabled probe to tracepointRoman Bolshakov1-20/+22
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+3
2020-08-04colo-compare: Remove superfluous NULL-pointer checks for s->iothreadLukas Straub1-6/+2
2020-07-15net/colo-compare.c: Expose compare "max_queue_size" to usersZhang Chen1-1/+42
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster1-6/+2
2020-07-10error: Avoid unnecessary error_propagate() after error_setg()Markus Armbruster1-12/+8
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster1-4/+2
2020-06-18colo-compare: Fix memory leak in packet_enqueue()Derek Su1-8/+15
2020-06-18net/colo-compare.c: Correct ordering in complete and finalizeLukas Straub1-22/+23
2020-06-18net/colo-compare.c: Check that colo-compare is activeLukas Straub1-6/+29
2020-06-18net/colo-compare.c: Only hexdump packets if tracing is enabledLukas Straub1-4/+6
2020-06-18net/colo-compare.c: Fix deadlock in compare_chr_sendLukas Straub1-45/+148
2020-06-18net/colo-compare.c: Create event_bh with the right AioContextLukas Straub1-1/+2
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-12/+8
2020-03-31net/colo-compare.c: Expose "expired_scan_cycle" to usersZhang Chen1-3/+45
2020-03-31net/colo-compare.c: Expose "compare_timeout" to usersZhang Chen1-2/+45
2019-10-29COLO-compare: Fix incorrect `if` logicFan Yang1-3/+3
2019-07-29net/colo-compare.c: Fix memory leak and code style issue.Zhang Chen1-7/+20
2019-07-02COLO-compare: Add colo-compare remote notify supportZhang Chen1-10/+44
2019-07-02COLO-compare: Make the compare_chr_send() can send notification message.Zhang Chen1-8/+33
2019-07-02COLO-compare: Add remote notification chardev handler frameZhang Chen1-0/+39
2019-07-02COLO-compare: Add new parameter to communicate with remote colo-frameZhang Chen1-0/+21