Age | Commit message (Expand) | Author |
2023-02-23 | error: Drop superfluous #include "qapi/qmp/qerror.h" | Markus Armbruster |
2022-12-14 | qapi migration: Elide redundant has_FOO in generated C | Markus Armbruster |
2022-06-23 | migration: remove the QEMUFileOps abstraction | Daniel P. Berrangé |
2021-12-15 | COLO: Move some trace code behind qemu_mutex_unlock_iothread() | Rao, Lei |
2021-12-15 | migration/colo: Optimize COLO primary node start code path | Zhang Chen |
2021-12-15 | Fixed a QEMU hang when guest poweroff in COLO mode | Rao, Lei |
2021-12-15 | migration/colo: More accurate update checkpoint time | Zhang Chen |
2021-11-09 | Reset the auto-converge counter at every checkpoint. | Rao, Lei |
2021-11-03 | Changed the last-mode to none of first start COLO | Rao, Lei |
2021-11-03 | Removed the qemu_fclose() in colo_process_incoming_thread | Rao, Lei |
2021-11-03 | colo: fixed 'Segmentation fault' when the simplex mode PVM poweroff | Rao, Lei |
2021-11-03 | Some minor optimizations for COLO | Rao, Lei |
2021-06-11 | Remove migrate_set_block_enabled in checkpoint | Rao, Lei |
2021-05-26 | replication: move include out of root directory | Paolo Bonzini |
2021-01-08 | Remove superfluous timer_del() calls | Peter Maydell |
2020-10-09 | error: Remove NULL checks on error_propagate() calls (again) | Markus Armbruster |
2020-09-17 | migration/: fix some comment spelling errors | zhaolichang |
2020-06-01 | migration/colo.c: Move colo_notify_compares_event to the right place | Lukas Straub |
2020-06-01 | migration/colo.c: Relaunch failover even if there was an error | Lukas Straub |
2020-06-01 | migration/colo.c: Flush ram cache only after receiving device state | Lukas Straub |
2020-06-01 | migration/colo.c: Use cpu_synchronize_all_states() | Lukas Straub |
2020-06-01 | migration/colo.c: Use event instead of semaphore | Lukas Straub |
2020-05-07 | migration/colo: Add missing error-propagation code | Philippe Mathieu-Daudé |
2020-04-29 | migration/colo: Fix qmp_xen_colo_do_checkpoint() error handling | Markus Armbruster |
2020-03-25 | migration/colo: fix use after free of local_err | Vladimir Sementsov-Ogievskiy |
2020-03-13 | COLO: Optimize memory back-up process | zhanghailiang |
2020-02-28 | migration/colo: wrap incoming checkpoint process into new helper | zhanghailiang |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster |
2019-08-16 | Include exec/memory.h slightly less | Markus Armbruster |
2019-07-02 | migration/colo.c: Add missed filter notify for Xen COLO. | Zhang Chen |
2019-05-14 | migration/colo.c: Remove redundant input parameter | Zhang Chen |
2019-03-25 | Migration/colo.c: Make user obtain the last COLO mode info after failover | Zhang Chen |
2019-03-25 | Migration/colo.c: Add the necessary checks for colo_do_failover | Zhang Chen |
2019-03-25 | Migration/colo.c: Add new COLOExitReason to handle all failover state | Zhang Chen |
2019-03-25 | Migration/colo.c: Fix COLO failover status error | Zhang Chen |
2019-03-06 | Migration/colo.c: Make COLO node running after failover | Zhang Chen |
2019-03-06 | Migration/colo.c: Fix double close bug when occur COLO failover | Zhang Chen |
2018-12-14 | qapi: add conditions to REPLICATION type/commands on the schema | Marc-André Lureau |
2018-11-21 | migration/colo.c: Fix compilation issue when disable replication | Zhang Chen |
2018-10-19 | COLO: quick failover process by kick COLO thread | zhanghailiang |
2018-10-19 | COLO: notify net filters about checkpoint/failover event | zhanghailiang |
2018-10-19 | savevm: split the process of different stages for loadvm/savevm | Zhang Chen |
2018-10-19 | qapi: Add new command to query colo status | Zhang Chen |
2018-10-19 | qapi/migration.json: Rename COLO unknown mode to none mode. | Zhang Chen |
2018-10-19 | qmp event: Add COLO_EXIT event to notify users while exited COLO | zhanghailiang |
2018-10-19 | COLO: Remove colo_state migration struct | Zhang Chen |
2018-10-19 | COLO: Add block replication into colo process | Zhang Chen |
2018-10-19 | COLO: integrate colo compare with colo frame | Zhang Chen |
2018-08-22 | migration: implement bi-directional RDMA QIOChannel | Lidong Chen |