aboutsummaryrefslogtreecommitdiff
path: root/net/colo-compare.c
AgeCommit message (Expand)Author
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-02-14net/colo-compare.c: Update the default value commentsZhang Chen
2022-02-14net/colo-compare.c: Optimize compare order for performanceZhang Chen
2021-11-19net/colo-compare.c: Fix incorrect return when input wrong sizeZhang Chen
2021-11-19net/colo-compare.c: Fix ACK track reverse issueZhang Chen
2021-11-03Optimized the function of fill_connection_key.Rao, Lei
2021-11-03Some minor optimizations for COLORao, Lei
2021-06-11Fixed calculation error of pkt->header_size in fill_pkt_tcp_info()Rao, Lei
2021-06-11Add the function of colo_compare_cleanupRao, Lei
2021-06-11Remove some duplicate trace code.Rao, Lei
2021-03-22net/colo-compare.c: Optimize removal of secondary packetLukas Straub
2021-03-22net/colo-compare.c: Fix memory leak for non-tcp packetLukas Straub
2021-01-08Remove superfluous timer_del() callsPeter Maydell
2020-11-11net/colo-compare.c: Increase default queued packet scan frequencyZhang Chen
2020-11-11net/colo-compare.c: Add secondary old packet detectionZhang Chen
2020-11-11net/colo-compare.c: Change the timer clock typeZhang Chen
2020-11-11net/colo-compare.c: Fix compare_timeout format issueZhang Chen
2020-11-11colo-compare: check mark in mutual exclusionLi Zhijian
2020-11-11Optimize seq_sorter function for colo-compareRao, Lei
2020-09-12Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell
2020-09-11util/hexdump: Reorder qemu_hexdump() argumentsPhilippe Mathieu-Daudé
2020-09-11util/hexdump: Convert to take a void pointer argumentPhilippe Mathieu-Daudé
2020-09-11Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2020-09-09net/colo: Match is-enabled probe to tracepointRoman Bolshakov
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-08-04colo-compare: Remove superfluous NULL-pointer checks for s->iothreadLukas Straub
2020-07-15net/colo-compare.c: Expose compare "max_queue_size" to usersZhang Chen
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10error: Avoid unnecessary error_propagate() after error_setg()Markus Armbruster
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster
2020-06-18colo-compare: Fix memory leak in packet_enqueue()Derek Su
2020-06-18net/colo-compare.c: Correct ordering in complete and finalizeLukas Straub
2020-06-18net/colo-compare.c: Check that colo-compare is activeLukas Straub
2020-06-18net/colo-compare.c: Only hexdump packets if tracing is enabledLukas Straub
2020-06-18net/colo-compare.c: Fix deadlock in compare_chr_sendLukas Straub
2020-06-18net/colo-compare.c: Create event_bh with the right AioContextLukas Straub
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-03-31net/colo-compare.c: Expose "expired_scan_cycle" to usersZhang Chen
2020-03-31net/colo-compare.c: Expose "compare_timeout" to usersZhang Chen
2019-10-29COLO-compare: Fix incorrect `if` logicFan Yang
2019-07-29net/colo-compare.c: Fix memory leak and code style issue.Zhang Chen
2019-07-02COLO-compare: Add colo-compare remote notify supportZhang Chen
2019-07-02COLO-compare: Make the compare_chr_send() can send notification message.Zhang Chen
2019-07-02COLO-compare: Add remote notification chardev handler frameZhang Chen
2019-07-02COLO-compare: Add new parameter to communicate with remote colo-frameZhang Chen
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-05-17net/colo-compare.c: Fix a crash in COLO Primary.Lukas Straub
2019-03-05net/colo-compare.c: Remove duplicated codeZhang Chen
2019-01-14net: do not depend on slirp internalsMarc-André Lureau