summaryrefslogtreecommitdiffstats
path: root/net/colo-compare.c
Commit message (Expand)AuthorAgeFilesLines
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-12/+8Star
* net/colo-compare.c: Expose "expired_scan_cycle" to usersZhang Chen2020-03-311-3/+45
* net/colo-compare.c: Expose "compare_timeout" to usersZhang Chen2020-03-311-2/+45
* COLO-compare: Fix incorrect `if` logicFan Yang2019-10-291-3/+3
* net/colo-compare.c: Fix memory leak and code style issue.Zhang Chen2019-07-291-7/+20
* COLO-compare: Add colo-compare remote notify supportZhang Chen2019-07-021-10/+44
* COLO-compare: Make the compare_chr_send() can send notification message.Zhang Chen2019-07-021-8/+33
* COLO-compare: Add remote notification chardev handler frameZhang Chen2019-07-021-0/+39
* COLO-compare: Add new parameter to communicate with remote colo-frameZhang Chen2019-07-021-0/+21
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+1
* net/colo-compare.c: Fix a crash in COLO Primary.Lukas Straub2019-05-171-2/+1Star
* net/colo-compare.c: Remove duplicated codeZhang Chen2019-03-051-8/+0Star
* net: do not depend on slirp internalsMarc-André Lureau2019-01-141-5/+6
* colo: check chardev can switch contextMarc-André Lureau2018-12-121-0/+6
* filter-rewriter: handle checkpoint and failover eventZhang Chen2018-10-191-6/+6
* colo-compare: use notifier to notify packets comparing resultZhang Chen2018-10-191-11/+26
* colo-compare: implement the process of checkpointZhang Chen2018-10-191-0/+78
* object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau2018-06-121-1/+1
* colo: use local path for local headersMichael S. Tsirkin2018-06-011-1/+1
* Include less of the generated modular QAPI headersMarkus Armbruster2018-03-021-1/+0Star
* Drop superfluous includes of qapi/qmp/qerror.hMarkus Armbruster2018-02-091-1/+0Star
* colo: compare the packet based on the tcp sequence numberMao Zhongyi2018-01-291-118/+225
* colo: modified the payload compare functionMao Zhongyi2018-01-291-44/+44
* misc: remove headers implicitly includedPhilippe Mathieu-Daudé2017-12-181-1/+0Star
* colo-compare: fix the dangerous assignmentMao Zhongyi2017-11-201-1/+1
* colo-compare: Fix commentsMao Zhongyi2017-11-131-3/+5
* colo-compare: compare the packet in a specified ConnectionMao Zhongyi2017-11-131-5/+8
* colo-compare: Insert packet into the suitable position of packet queue directlyMao Zhongyi2017-11-131-18/+22
* colo-compare: Use IOThread to Check old packet regularly and Process pactkets...Wang Yong2017-09-081-38/+45
* net/colo-compare.c: Fix comments and schemeZhang Chen2017-09-081-28/+31
* net/colo-compare.c: Adjust net queue pop order for performanceZhang Chen2017-09-081-2/+2
* net/colo-compare.c: Optimize unpredictable tcp options comparisonZhang Chen2017-09-081-12/+27
* trace: add trace_event_get_state_backends()Stefan Hajnoczi2017-08-011-5/+6
* net/colo-compare.c: Add vnet packet's tcp/udp/icmp compareZhang Chen2017-07-171-2/+6
* net/colo-compare.c: Make colo-compare support vnet_hdr_lenZhang Chen2017-07-171-7/+53
* net/colo-compare.c: Introduce parameter for compare_chr_send()Zhang Chen2017-07-171-7/+7
* net/colo.c: Make vnet_hdr_len as packet propertyZhang Chen2017-07-171-2/+6
* net/net.c: Add vnet_hdr support in SocketReadStateZhang Chen2017-07-171-2/+2
* char: add backend hotswap handlerAnton Nefedov2017-07-141-4/+6
* char: make chr_fe_deinit() optionaly delete backendMarc-André Lureau2017-06-021-5/+3Star
* char: move CharBackend handling in char-fe unitMarc-André Lureau2017-06-021-1/+1
* chardev: move headers to include/chardevMarc-André Lureau2017-06-021-1/+1
* COLO-compare: Improve tcp compare trace event readabilityZhang Chen2017-05-231-11/+22
* Revert "COLO-compare: Optimize tcp compare trace event"Peter Maydell2017-04-261-17/+12Star
* COLO-compare: Optimize tcp compare trace eventZhang Chen2017-04-251-12/+17
* COLO-compare: Optimize tcp compare for option fieldZhang Chen2017-04-251-1/+26
* colo-compare: Fix old packet check bug.Zhang Chen2017-04-241-4/+11
* COLO-compare: Fix trace_event print bugZhang Chen2017-03-141-8/+25
* COLO-compare: Fix icmp and udp compare different packet always dump bugZhang Chen2017-03-061-6/+12
* COLO-compare: Optimize compare_common and compare_tcpZhang Chen2017-03-061-14/+36