COMMITS
/ migration/colo.c May 15, 2023
V
migration: process_incoming_migration_co(): move colo part to colo
Vladimir Sementsov-Ogievskiy committed
V
migration: split migration_incoming_co
Vladimir Sementsov-Ogievskiy committed
April 28, 2023
V
build: move COLO under CONFIG_REPLICATION
Vladimir Sementsov-Ogievskiy committed
V
colo: make colo_checkpoint_notify static and provide simpler API
Vladimir Sementsov-Ogievskiy committed
March 2, 2023
J
migration: Create migrate_checkpoint_delay()
Juan Quintela committed
March 1, 2023
J
migration: Create options.c
Juan Quintela committed
February 7, 2023
M
error: Drop superfluous #include "qapi/qmp/qerror.h"
Markus Armbruster committed
November 4, 2022
M
qapi migration: Elide redundant has_FOO in generated C
Markus Armbruster committed
June 20, 2022
D
migration: remove the QEMUFileOps abstraction
Daniel P. Berrangé committed
December 14, 2021
R
COLO: Move some trace code behind qemu_mutex_unlock_iothread()
Rao, Lei committed
November 17, 2021
Z
migration/colo: Optimize COLO primary node start code path
Zhang Chen committed
November 11, 2021
R
Fixed a QEMU hang when guest poweroff in COLO mode
Rao, Lei committed
November 10, 2021
Z
migration/colo: More accurate update checkpoint time
Zhang Chen committed
November 9, 2021
R
Reset the auto-converge counter at every checkpoint.
Rao, Lei committed
November 1, 2021
R
Changed the last-mode to none of first start COLO
Rao, Lei committed
R
Removed the qemu_fclose() in colo_process_incoming_thread
Rao, Lei committed
R
colo: fixed 'Segmentation fault' when the simplex mode PVM poweroff
Rao, Lei committed
R
Some minor optimizations for COLO
Rao, Lei committed
June 8, 2021
R
Remove migrate_set_block_enabled in checkpoint
Rao, Lei committed
May 17, 2021
P
replication: move include out of root directory
Paolo Bonzini committed
December 15, 2020
P
Remove superfluous timer_del() calls
Peter Maydell committed
July 22, 2020
M
error: Remove NULL checks on error_propagate() calls (again)
Markus Armbruster committed
September 17, 2020
Z
migration/: fix some comment spelling errors
zhaolichang committed
May 11, 2020
L
migration/colo.c: Move colo_notify_compares_event to the right place
Lukas Straub committed
L
migration/colo.c: Relaunch failover even if there was an error
Lukas Straub committed
L
migration/colo.c: Flush ram cache only after receiving device state
Lukas Straub committed
L
migration/colo.c: Use cpu_synchronize_all_states()
Lukas Straub committed
L
migration/colo.c: Use event instead of semaphore
Lukas Straub committed
April 13, 2020
P
migration/colo: Add missing error-propagation code
Philippe Mathieu-Daudé committed
April 22, 2020
M
migration/colo: Fix qmp_xen_colo_do_checkpoint() error handling
Markus Armbruster committed
March 24, 2020
V
migration/colo: fix use after free of local_err
Vladimir Sementsov-Ogievskiy committed
February 24, 2020
Z
COLO: Optimize memory back-up process
zhanghailiang committed
Z
migration/colo: wrap incoming checkpoint process into new helper
zhanghailiang committed
August 12, 2019
M
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster committed
M
Include qemu/main-loop.h less
Markus Armbruster committed
M
Include exec/memory.h slightly less
Markus Armbruster committed
June 9, 2019
Z
migration/colo.c: Add missed filter notify for Xen COLO.
Zhang Chen committed
April 26, 2019
Z
migration/colo.c: Remove redundant input parameter
Zhang Chen committed
March 22, 2019
Z
Migration/colo.c: Make user obtain the last COLO mode info after failover
Zhang Chen committed
Z
Migration/colo.c: Add the necessary checks for colo_do_failover
Zhang Chen committed
Z
Migration/colo.c: Add new COLOExitReason to handle all failover state
Zhang Chen committed
Z
Migration/colo.c: Fix COLO failover status error
Zhang Chen committed
March 3, 2019
Z
Migration/colo.c: Make COLO node running after failover
Zhang Chen committed
Z
Migration/colo.c: Fix double close bug when occur COLO failover
Zhang Chen committed
December 13, 2018
M
qapi: add conditions to REPLICATION type/commands on the schema
Marc-André Lureau committed
November 1, 2018
Z
migration/colo.c: Fix compilation issue when disable replication
Zhang Chen committed
September 3, 2018
Z
COLO: quick failover process by kick COLO thread
zhanghailiang committed
Z
COLO: notify net filters about checkpoint/failover event
zhanghailiang committed
Z
savevm: split the process of different stages for loadvm/savevm
Zhang Chen committed
Z
qapi: Add new command to query colo status
Zhang Chen committed