index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
migration
/
colo.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
migration: Rename thread debug names
Peter Xu
2024-06-21
1
-1
/
+1
*
migration/colo: Tidy up bql_unlock() around bdrv_activate_all()
Li Zhijian
2024-05-22
1
-2
/
+1
*
migration/colo: make colo_incoming_co() return void
Li Zhijian
2024-05-22
1
-7
/
+2
*
migration: Remove block migration
Fabiano Rosas
2024-05-08
1
-1
/
+0
*
migration/colo: Fix bdrv_graph_rdlock_main_loop: Assertion `!qemu_in_coroutine()' failed.
Li Zhijian
2024-04-23
1
-8
/
+10
*
migration: privatize colo interfaces
Steve Sistare
2024-03-11
1
-6
/
+11
*
Replace "iothread lock" with "BQL" in comments
Stefan Hajnoczi
2024-01-08
1
-1
/
+1
*
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
2024-01-08
1
-30
/
+30
*
qemu-file: Make qemu_fflush() return errors
Juan Quintela
2023-10-31
1
-8
/
+3
*
migration: process_incoming_migration_co(): move colo part to colo
Vladimir Sementsov-Ogievskiy
2023-05-18
1
-1
/
+38
*
migration: split migration_incoming_co
Vladimir Sementsov-Ogievskiy
2023-05-18
1
-2
/
+2
*
build: move COLO under CONFIG_REPLICATION
Vladimir Sementsov-Ogievskiy
2023-05-10
1
-28
/
+0
*
colo: make colo_checkpoint_notify static and provide simpler API
Vladimir Sementsov-Ogievskiy
2023-05-10
1
-11
/
+18
*
migration: Create migrate_checkpoint_delay()
Juan Quintela
2023-04-24
1
-3
/
+2
*
migration: Create options.c
Juan Quintela
2023-04-24
1
-0
/
+1
*
error: Drop superfluous #include "qapi/qmp/qerror.h"
Markus Armbruster
2023-02-23
1
-1
/
+0
*
qapi migration: Elide redundant has_FOO in generated C
Markus Armbruster
2022-12-14
1
-1
/
+0
*
migration: remove the QEMUFileOps abstraction
Daniel P. Berrangé
2022-06-23
1
-3
/
+2
*
COLO: Move some trace code behind qemu_mutex_unlock_iothread()
Rao, Lei
2021-12-15
1
-3
/
+3
*
migration/colo: Optimize COLO primary node start code path
Zhang Chen
2021-12-15
1
-2
/
+0
*
Fixed a QEMU hang when guest poweroff in COLO mode
Rao, Lei
2021-12-15
1
-0
/
+20
*
migration/colo: More accurate update checkpoint time
Zhang Chen
2021-12-15
1
-3
/
+2
*
Reset the auto-converge counter at every checkpoint.
Rao, Lei
2021-11-09
1
-0
/
+4
*
Changed the last-mode to none of first start COLO
Rao, Lei
2021-11-03
1
-5
/
+3
*
Removed the qemu_fclose() in colo_process_incoming_thread
Rao, Lei
2021-11-03
1
-5
/
+0
*
colo: fixed 'Segmentation fault' when the simplex mode PVM poweroff
Rao, Lei
2021-11-03
1
-0
/
+1
*
Some minor optimizations for COLO
Rao, Lei
2021-11-03
1
-1
/
+1
*
Remove migrate_set_block_enabled in checkpoint
Rao, Lei
2021-06-11
1
-6
/
+0
*
replication: move include out of root directory
Paolo Bonzini
2021-05-26
1
-1
/
+1
*
Remove superfluous timer_del() calls
Peter Maydell
2021-01-08
1
-1
/
+0
*
error: Remove NULL checks on error_propagate() calls (again)
Markus Armbruster
2020-10-09
1
-3
/
+1
*
migration/: fix some comment spelling errors
zhaolichang
2020-09-17
1
-1
/
+1
*
migration/colo.c: Move colo_notify_compares_event to the right place
Lukas Straub
2020-06-01
1
-6
/
+6
*
migration/colo.c: Relaunch failover even if there was an error
Lukas Straub
2020-06-01
1
-5
/
+12
*
migration/colo.c: Flush ram cache only after receiving device state
Lukas Straub
2020-06-01
1
-0
/
+1
*
migration/colo.c: Use cpu_synchronize_all_states()
Lukas Straub
2020-06-01
1
-1
/
+1
*
migration/colo.c: Use event instead of semaphore
Lukas Straub
2020-06-01
1
-4
/
+5
*
migration/colo: Add missing error-propagation code
Philippe Mathieu-Daudé
2020-05-07
1
-0
/
+3
*
migration/colo: Fix qmp_xen_colo_do_checkpoint() error handling
Markus Armbruster
2020-04-29
1
-1
/
+7
*
migration/colo: fix use after free of local_err
Vladimir Sementsov-Ogievskiy
2020-03-25
1
-0
/
+1
*
COLO: Optimize memory back-up process
zhanghailiang
2020-03-13
1
-0
/
+3
*
migration/colo: wrap incoming checkpoint process into new helper
zhanghailiang
2020-02-28
1
-127
/
+133
*
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include qemu/main-loop.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include exec/memory.h slightly less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
migration/colo.c: Add missed filter notify for Xen COLO.
Zhang Chen
2019-07-02
1
-0
/
+2
*
migration/colo.c: Remove redundant input parameter
Zhang Chen
2019-05-14
1
-1
/
+1
*
Migration/colo.c: Make user obtain the last COLO mode info after failover
Zhang Chen
2019-03-25
1
-0
/
+16
*
Migration/colo.c: Add the necessary checks for colo_do_failover
Zhang Chen
2019-03-25
1
-2
/
+8
*
Migration/colo.c: Add new COLOExitReason to handle all failover state
Zhang Chen
2019-03-25
1
-11
/
+13
[next]