Age | Commit message (Expand) | Author |
2020-11-11 | net/colo-compare.c: Increase default queued packet scan frequency | Zhang Chen |
2020-11-11 | net/colo-compare.c: Add secondary old packet detection | Zhang Chen |
2020-11-11 | net/colo-compare.c: Change the timer clock type | Zhang Chen |
2020-11-11 | net/colo-compare.c: Fix compare_timeout format issue | Zhang Chen |
2020-11-11 | colo-compare: check mark in mutual exclusion | Li Zhijian |
2020-11-11 | Optimize seq_sorter function for colo-compare | Rao, Lei |
2020-09-12 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul... | Peter Maydell |
2020-09-11 | util/hexdump: Reorder qemu_hexdump() arguments | Philippe Mathieu-Daudé |
2020-09-11 | util/hexdump: Convert to take a void pointer argument | Philippe Mathieu-Daudé |
2020-09-11 | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell |
2020-09-09 | net/colo: Match is-enabled probe to tracepoint | Roman Bolshakov |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost |
2020-08-04 | colo-compare: Remove superfluous NULL-pointer checks for s->iothread | Lukas Straub |
2020-07-15 | net/colo-compare.c: Expose compare "max_queue_size" to users | Zhang Chen |
2020-07-10 | error: Eliminate error_propagate() with Coccinelle, part 1 | Markus Armbruster |
2020-07-10 | error: Avoid unnecessary error_propagate() after error_setg() | Markus Armbruster |
2020-07-10 | qapi: Use returned bool to check for failure, Coccinelle part | Markus Armbruster |
2020-06-18 | colo-compare: Fix memory leak in packet_enqueue() | Derek Su |
2020-06-18 | net/colo-compare.c: Correct ordering in complete and finalize | Lukas Straub |
2020-06-18 | net/colo-compare.c: Check that colo-compare is active | Lukas Straub |
2020-06-18 | net/colo-compare.c: Only hexdump packets if tracing is enabled | Lukas Straub |
2020-06-18 | net/colo-compare.c: Fix deadlock in compare_chr_send | Lukas Straub |
2020-06-18 | net/colo-compare.c: Create event_bh with the right AioContext | Lukas Straub |
2020-05-15 | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster |
2020-03-31 | net/colo-compare.c: Expose "expired_scan_cycle" to users | Zhang Chen |
2020-03-31 | net/colo-compare.c: Expose "compare_timeout" to users | Zhang Chen |
2019-10-29 | COLO-compare: Fix incorrect `if` logic | Fan Yang |
2019-07-29 | net/colo-compare.c: Fix memory leak and code style issue. | Zhang Chen |
2019-07-02 | COLO-compare: Add colo-compare remote notify support | Zhang Chen |
2019-07-02 | COLO-compare: Make the compare_chr_send() can send notification message. | Zhang Chen |
2019-07-02 | COLO-compare: Add remote notification chardev handler frame | Zhang Chen |
2019-07-02 | COLO-compare: Add new parameter to communicate with remote colo-frame | Zhang Chen |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster |
2019-05-17 | net/colo-compare.c: Fix a crash in COLO Primary. | Lukas Straub |
2019-03-05 | net/colo-compare.c: Remove duplicated code | Zhang Chen |
2019-01-14 | net: do not depend on slirp internals | Marc-André Lureau |
2018-12-12 | colo: check chardev can switch context | Marc-André Lureau |
2018-10-19 | filter-rewriter: handle checkpoint and failover event | Zhang Chen |
2018-10-19 | colo-compare: use notifier to notify packets comparing result | Zhang Chen |
2018-10-19 | colo-compare: implement the process of checkpoint | Zhang Chen |
2018-06-12 | object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence | Marc-André Lureau |
2018-06-01 | colo: use local path for local headers | Michael S. Tsirkin |
2018-03-02 | Include less of the generated modular QAPI headers | Markus Armbruster |
2018-02-09 | Drop superfluous includes of qapi/qmp/qerror.h | Markus Armbruster |
2018-01-29 | colo: compare the packet based on the tcp sequence number | Mao Zhongyi |
2018-01-29 | colo: modified the payload compare function | Mao Zhongyi |
2017-12-18 | misc: remove headers implicitly included | Philippe Mathieu-Daudé |
2017-11-20 | colo-compare: fix the dangerous assignment | Mao Zhongyi |
2017-11-13 | colo-compare: Fix comments | Mao Zhongyi |