aboutsummaryrefslogtreecommitdiff
path: root/net/colo-compare.c
AgeCommit message (Expand)Author
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
2018-12-12colo: check chardev can switch contextMarc-André Lureau
2018-10-19filter-rewriter: handle checkpoint and failover eventZhang Chen
2018-10-19colo-compare: use notifier to notify packets comparing resultZhang Chen
2018-10-19colo-compare: implement the process of checkpointZhang Chen
2018-06-12object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau
2018-06-01colo: use local path for local headersMichael S. Tsirkin
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-02-09Drop superfluous includes of qapi/qmp/qerror.hMarkus Armbruster
2018-01-29colo: compare the packet based on the tcp sequence numberMao Zhongyi
2018-01-29colo: modified the payload compare functionMao Zhongyi
2017-12-18misc: remove headers implicitly includedPhilippe Mathieu-Daudé
2017-11-20colo-compare: fix the dangerous assignmentMao Zhongyi
2017-11-13colo-compare: Fix commentsMao Zhongyi
2017-11-13colo-compare: compare the packet in a specified ConnectionMao Zhongyi
2017-11-13colo-compare: Insert packet into the suitable position of packet queue directlyMao Zhongyi
2017-09-08colo-compare: Use IOThread to Check old packet regularly and Process pactkets...Wang Yong
2017-09-08net/colo-compare.c: Fix comments and schemeZhang Chen
2017-09-08net/colo-compare.c: Adjust net queue pop order for performanceZhang Chen
2017-09-08net/colo-compare.c: Optimize unpredictable tcp options comparisonZhang Chen