aboutsummaryrefslogtreecommitdiff
path: root/migration/colo.c
AgeCommit message (Expand)Author
2024-10-31migration: Put thread names together with macrosPeter Xu
2024-06-21migration: Rename thread debug namesPeter Xu
2024-05-22migration/colo: Tidy up bql_unlock() around bdrv_activate_all()Li Zhijian
2024-05-22migration/colo: make colo_incoming_co() return voidLi Zhijian
2024-05-08migration: Remove block migrationFabiano Rosas
2024-04-23migration/colo: Fix bdrv_graph_rdlock_main_loop: Assertion `!qemu_in_coroutin...Li Zhijian
2024-03-11migration: privatize colo interfacesSteve Sistare
2024-01-08Replace "iothread lock" with "BQL" in commentsStefan Hajnoczi
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi
2023-10-31qemu-file: Make qemu_fflush() return errorsJuan Quintela
2023-05-18migration: process_incoming_migration_co(): move colo part to coloVladimir Sementsov-Ogievskiy
2023-05-18migration: split migration_incoming_coVladimir Sementsov-Ogievskiy
2023-05-10build: move COLO under CONFIG_REPLICATIONVladimir Sementsov-Ogievskiy
2023-05-10colo: make colo_checkpoint_notify static and provide simpler APIVladimir Sementsov-Ogievskiy
2023-04-24migration: Create migrate_checkpoint_delay()Juan Quintela
2023-04-24migration: Create options.cJuan Quintela
2023-02-23error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster
2022-12-14qapi migration: Elide redundant has_FOO in generated CMarkus Armbruster
2022-06-23migration: remove the QEMUFileOps abstractionDaniel P. Berrangé
2021-12-15COLO: Move some trace code behind qemu_mutex_unlock_iothread()Rao, Lei
2021-12-15migration/colo: Optimize COLO primary node start code pathZhang Chen
2021-12-15Fixed a QEMU hang when guest poweroff in COLO modeRao, Lei
2021-12-15migration/colo: More accurate update checkpoint timeZhang Chen
2021-11-09Reset the auto-converge counter at every checkpoint.Rao, Lei
2021-11-03Changed the last-mode to none of first start COLORao, Lei
2021-11-03Removed the qemu_fclose() in colo_process_incoming_threadRao, Lei
2021-11-03colo: fixed 'Segmentation fault' when the simplex mode PVM poweroffRao, Lei
2021-11-03Some minor optimizations for COLORao, Lei
2021-06-11Remove migrate_set_block_enabled in checkpointRao, Lei
2021-05-26replication: move include out of root directoryPaolo Bonzini
2021-01-08Remove superfluous timer_del() callsPeter Maydell
2020-10-09error: Remove NULL checks on error_propagate() calls (again)Markus Armbruster
2020-09-17migration/: fix some comment spelling errorszhaolichang
2020-06-01migration/colo.c: Move colo_notify_compares_event to the right placeLukas Straub
2020-06-01migration/colo.c: Relaunch failover even if there was an errorLukas Straub
2020-06-01migration/colo.c: Flush ram cache only after receiving device stateLukas Straub
2020-06-01migration/colo.c: Use cpu_synchronize_all_states()Lukas Straub
2020-06-01migration/colo.c: Use event instead of semaphoreLukas Straub
2020-05-07migration/colo: Add missing error-propagation codePhilippe Mathieu-Daudé
2020-04-29migration/colo: Fix qmp_xen_colo_do_checkpoint() error handlingMarkus Armbruster
2020-03-25migration/colo: fix use after free of local_errVladimir Sementsov-Ogievskiy
2020-03-13COLO: Optimize memory back-up processzhanghailiang
2020-02-28migration/colo: wrap incoming checkpoint process into new helperzhanghailiang
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-08-16Include exec/memory.h slightly lessMarkus Armbruster
2019-07-02migration/colo.c: Add missed filter notify for Xen COLO.Zhang Chen
2019-05-14migration/colo.c: Remove redundant input parameterZhang Chen
2019-03-25Migration/colo.c: Make user obtain the last COLO mode info after failoverZhang Chen
2019-03-25Migration/colo.c: Add the necessary checks for colo_do_failoverZhang Chen