aboutsummaryrefslogtreecommitdiff
path: root/net/colo-compare.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+1
2019-05-17net/colo-compare.c: Fix a crash in COLO Primary.Lukas Straub1-2/+1
2019-03-05net/colo-compare.c: Remove duplicated codeZhang Chen1-8/+0
2019-01-14net: do not depend on slirp internalsMarc-André Lureau1-5/+6
2018-12-12colo: check chardev can switch contextMarc-André Lureau1-0/+6
2018-10-19filter-rewriter: handle checkpoint and failover eventZhang Chen1-6/+6
2018-10-19colo-compare: use notifier to notify packets comparing resultZhang Chen1-11/+26
2018-10-19colo-compare: implement the process of checkpointZhang Chen1-0/+78
2018-06-12object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau1-1/+1
2018-06-01colo: use local path for local headersMichael S. Tsirkin1-1/+1
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-1/+0
2018-02-09Drop superfluous includes of qapi/qmp/qerror.hMarkus Armbruster1-1/+0
2018-01-29colo: compare the packet based on the tcp sequence numberMao Zhongyi1-118/+225
2018-01-29colo: modified the payload compare functionMao Zhongyi1-44/+44
2017-12-18misc: remove headers implicitly includedPhilippe Mathieu-Daudé1-1/+0
2017-11-20colo-compare: fix the dangerous assignmentMao Zhongyi1-1/+1