summaryrefslogtreecommitdiff
path: root/migration/colo.c
Commit message (Expand)AuthorAgeFilesLines
* build: move COLO under CONFIG_REPLICATIONVladimir Sementsov-Ogievskiy2023-05-101-28/+0
* colo: make colo_checkpoint_notify static and provide simpler APIVladimir Sementsov-Ogievskiy2023-05-101-11/+18
* migration: Create migrate_checkpoint_delay()Juan Quintela2023-04-241-3/+2
* migration: Create options.cJuan Quintela2023-04-241-0/+1
* error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster2023-02-231-1/+0
* qapi migration: Elide redundant has_FOO in generated CMarkus Armbruster2022-12-141-1/+0
* migration: remove the QEMUFileOps abstractionDaniel P. Berrangé2022-06-231-3/+2
* COLO: Move some trace code behind qemu_mutex_unlock_iothread()Rao, Lei2021-12-151-3/+3
* migration/colo: Optimize COLO primary node start code pathZhang Chen2021-12-151-2/+0
* Fixed a QEMU hang when guest poweroff in COLO modeRao, Lei2021-12-151-0/+20
* migration/colo: More accurate update checkpoint timeZhang Chen2021-12-151-3/+2
* Reset the auto-converge counter at every checkpoint.Rao, Lei2021-11-091-0/+4
* Changed the last-mode to none of first start COLORao, Lei2021-11-031-5/+3
* Removed the qemu_fclose() in colo_process_incoming_threadRao, Lei2021-11-031-5/+0
* colo: fixed 'Segmentation fault' when the simplex mode PVM poweroffRao, Lei2021-11-031-0/+1
* Some minor optimizations for COLORao, Lei2021-11-031-1/+1
* Remove migrate_set_block_enabled in checkpointRao, Lei2021-06-111-6/+0
* replication: move include out of root directoryPaolo Bonzini2021-05-261-1/+1
* Remove superfluous timer_del() callsPeter Maydell2021-01-081-1/+0
* error: Remove NULL checks on error_propagate() calls (again)Markus Armbruster2020-10-091-3/+1
* migration/: fix some comment spelling errorszhaolichang2020-09-171-1/+1
* migration/colo.c: Move colo_notify_compares_event to the right placeLukas Straub2020-06-011-6/+6
* migration/colo.c: Relaunch failover even if there was an errorLukas Straub2020-06-011-5/+12
* migration/colo.c: Flush ram cache only after receiving device stateLukas Straub2020-06-011-0/+1
* migration/colo.c: Use cpu_synchronize_all_states()Lukas Straub2020-06-011-1/+1
* migration/colo.c: Use event instead of semaphoreLukas Straub2020-06-011-4/+5
* migration/colo: Add missing error-propagation codePhilippe Mathieu-Daudé2020-05-071-0/+3
* migration/colo: Fix qmp_xen_colo_do_checkpoint() error handlingMarkus Armbruster2020-04-291-1/+7
* migration/colo: fix use after free of local_errVladimir Sementsov-Ogievskiy2020-03-251-0/+1
* COLO: Optimize memory back-up processzhanghailiang2020-03-131-0/+3
* migration/colo: wrap incoming checkpoint process into new helperzhanghailiang2020-02-281-127/+133
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-0/+1
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
* Include exec/memory.h slightly lessMarkus Armbruster2019-08-161-0/+1
* migration/colo.c: Add missed filter notify for Xen COLO.Zhang Chen2019-07-021-0/+2
* migration/colo.c: Remove redundant input parameterZhang Chen2019-05-141-1/+1
* Migration/colo.c: Make user obtain the last COLO mode info after failoverZhang Chen2019-03-251-0/+16
* Migration/colo.c: Add the necessary checks for colo_do_failoverZhang Chen2019-03-251-2/+8
* Migration/colo.c: Add new COLOExitReason to handle all failover stateZhang Chen2019-03-251-11/+13
* Migration/colo.c: Fix COLO failover status errorZhang Chen2019-03-251-3/+4
* Migration/colo.c: Make COLO node running after failoverZhang Chen2019-03-061-1/+0
* Migration/colo.c: Fix double close bug when occur COLO failoverZhang Chen2019-03-061-0/+1
* qapi: add conditions to REPLICATION type/commands on the schemaMarc-André Lureau2018-12-141-12/+4
* migration/colo.c: Fix compilation issue when disable replicationZhang Chen2018-11-211-1/+27
* COLO: quick failover process by kick COLO threadzhanghailiang2018-10-191-0/+8
* COLO: notify net filters about checkpoint/failover eventzhanghailiang2018-10-191-0/+15
* savevm: split the process of different stages for loadvm/savevmZhang Chen2018-10-191-9/+32
* qapi: Add new command to query colo statusZhang Chen2018-10-191-0/+21
* qapi/migration.json: Rename COLO unknown mode to none mode.Zhang Chen2018-10-191-1/+1
* qmp event: Add COLO_EXIT event to notify users while exited COLOzhanghailiang2018-10-191-0/+31