aboutsummaryrefslogtreecommitdiffstats
path: root/migration/colo.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* migration: Rename thread debug namesPeter Xu2024-06-211-1/+1
* migration/colo: Tidy up bql_unlock() around bdrv_activate_all()Li Zhijian2024-05-221-2/+1
* migration/colo: make colo_incoming_co() return voidLi Zhijian2024-05-221-7/+2
* migration: Remove block migrationFabiano Rosas2024-05-081-1/+0
* migration/colo: Fix bdrv_graph_rdlock_main_loop: Assertion `!qemu_in_coroutine()' failed.Li Zhijian2024-04-231-8/+10
* migration: privatize colo interfacesSteve Sistare2024-03-111-6/+11
* Replace "iothread lock" with "BQL" in commentsStefan Hajnoczi2024-01-081-1/+1
* system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi2024-01-081-30/+30
* qemu-file: Make qemu_fflush() return errorsJuan Quintela2023-10-311-8/+3
* migration: process_incoming_migration_co(): move colo part to coloVladimir Sementsov-Ogievskiy2023-05-181-1/+38
* migration: split migration_incoming_coVladimir Sementsov-Ogievskiy2023-05-181-2/+2
* 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