index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
migration
/
colo.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
1
-0
/
+1
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include exec/memory.h slightly less
Markus Armbruster
1
-0
/
+1
2019-07-02
migration/colo.c: Add missed filter notify for Xen COLO.
Zhang Chen
1
-0
/
+2
2019-05-14
migration/colo.c: Remove redundant input parameter
Zhang Chen
1
-1
/
+1
2019-03-25
Migration/colo.c: Make user obtain the last COLO mode info after failover
Zhang Chen
1
-0
/
+16
2019-03-25
Migration/colo.c: Add the necessary checks for colo_do_failover
Zhang Chen
1
-2
/
+8
2019-03-25
Migration/colo.c: Add new COLOExitReason to handle all failover state
Zhang Chen
1
-11
/
+13
2019-03-25
Migration/colo.c: Fix COLO failover status error
Zhang Chen
1
-3
/
+4
2019-03-06
Migration/colo.c: Make COLO node running after failover
Zhang Chen
1
-1
/
+0
2019-03-06
Migration/colo.c: Fix double close bug when occur COLO failover
Zhang Chen
1
-0
/
+1
2018-12-14
qapi: add conditions to REPLICATION type/commands on the schema
Marc-André Lureau
1
-12
/
+4
2018-11-21
migration/colo.c: Fix compilation issue when disable replication
Zhang Chen
1
-1
/
+27
2018-10-19
COLO: quick failover process by kick COLO thread
zhanghailiang
1
-0
/
+8
2018-10-19
COLO: notify net filters about checkpoint/failover event
zhanghailiang
1
-0
/
+15
2018-10-19
savevm: split the process of different stages for loadvm/savevm
Zhang Chen
1
-9
/
+32
2018-10-19
qapi: Add new command to query colo status
Zhang Chen
1
-0
/
+21
2018-10-19
qapi/migration.json: Rename COLO unknown mode to none mode.
Zhang Chen
1
-1
/
+1
2018-10-19
qmp event: Add COLO_EXIT event to notify users while exited COLO
zhanghailiang
1
-0
/
+31
2018-10-19
COLO: Remove colo_state migration struct
Zhang Chen
1
-1
/
+12
2018-10-19
COLO: Add block replication into colo process
Zhang Chen
1
-0
/
+43
2018-10-19
COLO: integrate colo compare with colo frame
Zhang Chen
1
-2
/
+40
2018-08-22
migration: implement bi-directional RDMA QIOChannel
Lidong Chen
1
-0
/
+2
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
1
-1
/
+1
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
1
-0
/
+1
2017-09-04
qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
Markus Armbruster
1
-7
/
+7
2017-07-18
migration: remove check against colo support
Peter Xu
1
-5
/
+0
2017-07-10
migration: Rename save_live_setup() to save_setup()
Juan Quintela
1
-1
/
+1
2017-06-19
migration: Fix race of image locking between src and dst
Fam Zheng
1
-1
/
+1
2017-06-14
migration: Remove unneeded includes
Juan Quintela
1
-2
/
+0
2017-06-13
migration: Move migration.h to migration/
Juan Quintela
1
-1
/
+1
2017-06-01
migration: Move include/migration/block.h into migration/
Juan Quintela
1
-1
/
+1
2017-06-01
migration: Split qemu-file.h
Juan Quintela
1
-1
/
+1
2017-05-31
migration: Create savevm.h for functions exported from savevm.c
Juan Quintela
1
-0
/
+1
2017-05-30
Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-23' into staging
Stefan Hajnoczi
1
-1
/
+1
2017-05-23
shutdown: Prepare for use of an enum in reset/shutdown_request
Eric Blake
1
-1
/
+1
2017-05-18
migration: Remove qemu-file.h from vmstate.h
Juan Quintela
1
-0
/
+1
2017-05-18
migration: Remove migration.h from colo.h
Juan Quintela
1
-0
/
+1
2017-05-18
migration: Export qemu-file-channel.c functions in its own file
Juan Quintela
1
-0
/
+1
2017-05-18
migration: Remove old MigrationParams
Juan Quintela
1
-1
/
+1
2017-05-18
migration: Remove use of old MigrationParams
Juan Quintela
1
-2
/
+2
2017-04-28
replication: Make --disable-replication compile again
Markus Armbruster
1
-0
/
+12
2017-02-28
Add a new qmp command to do checkpoint, query xen replication status
Zhang Chen
1
-0
/
+23
2017-02-28
Add a new qmp command to start/stop replication
Zhang Chen
1
-0
/
+26
2017-02-13
COLO: Don't process failover request while loading VM's state
zhanghailiang
1
-0
/
+26
2017-02-13
COLO: Shutdown related socket fd while do failover
zhanghailiang
1
-0
/
+43
2017-02-13
COLO: fix setting checkpoint-delay not working properly
zhanghailiang
1
-10
/
+23
2016-11-01
migration: fix compiler warning on uninitialized variable
Jeff Cody
1
-1
/
+1
2016-10-30
configure: Support enable/disable COLO feature
zhanghailiang
1
-1
/
+1
2016-10-30
COLO: Implement failover work for secondary VM
zhanghailiang
1
-0
/
+34
[next]