summaryrefslogtreecommitdiffstats
path: root/migration/colo.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Migration/colo.c: Fix COLO failover status errorZhang Chen2019-03-251-3/+4
* Migration/colo.c: Make COLO node running after failoverZhang Chen2019-03-061-1/+0Star
* Migration/colo.c: Fix double close bug when occur COLO failoverZhang Chen2019-03-061-0/+1
* qapi: add conditions to REPLICATION type/commands on the schemaMarc-André Lureau2018-12-141-12/+4Star
* migration/colo.c: Fix compilation issue when disable replicationZhang Chen2018-11-211-1/+27
* COLO: quick failover process by kick COLO threadzhanghailiang2018-10-191-0/+8
* COLO: notify net filters about checkpoint/failover eventzhanghailiang2018-10-191-0/+15
* savevm: split the process of different stages for loadvm/savevmZhang Chen2018-10-191-9/+32
* qapi: Add new command to query colo statusZhang Chen2018-10-191-0/+21
* qapi/migration.json: Rename COLO unknown mode to none mode.Zhang Chen2018-10-191-1/+1
* qmp event: Add COLO_EXIT event to notify users while exited COLOzhanghailiang2018-10-191-0/+31
* COLO: Remove colo_state migration structZhang Chen2018-10-191-1/+12
* COLO: Add block replication into colo processZhang Chen2018-10-191-0/+43
* COLO: integrate colo compare with colo frameZhang Chen2018-10-191-2/+40
* migration: implement bi-directional RDMA QIOChannelLidong Chen2018-08-221-0/+2
* Include less of the generated modular QAPI headersMarkus Armbruster2018-03-021-1/+1
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster2017-09-041-7/+7
* migration: remove check against colo supportPeter Xu2017-07-181-5/+0Star
* migration: Rename save_live_setup() to save_setup()Juan Quintela2017-07-101-1/+1
* migration: Fix race of image locking between src and dstFam Zheng2017-06-191-1/+1
* migration: Remove unneeded includesJuan Quintela2017-06-141-2/+0Star
* migration: Move migration.h to migration/Juan Quintela2017-06-131-1/+1
* migration: Move include/migration/block.h into migration/Juan Quintela2017-06-011-1/+1
* migration: Split qemu-file.hJuan Quintela2017-06-011-1/+1
* migration: Create savevm.h for functions exported from savevm.cJuan Quintela2017-05-311-0/+1
* Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-23' into stagingStefan Hajnoczi2017-05-301-1/+1
|\
| * shutdown: Prepare for use of an enum in reset/shutdown_requestEric Blake2017-05-231-1/+1
* | migration: Remove qemu-file.h from vmstate.hJuan Quintela2017-05-181-0/+1
* | migration: Remove migration.h from colo.hJuan Quintela2017-05-181-0/+1
* | migration: Export qemu-file-channel.c functions in its own fileJuan Quintela2017-05-181-0/+1
* | migration: Remove old MigrationParamsJuan Quintela2017-05-181-1/+1
* | migration: Remove use of old MigrationParamsJuan Quintela2017-05-181-2/+2
|/
* replication: Make --disable-replication compile againMarkus Armbruster2017-04-281-0/+12
* Add a new qmp command to do checkpoint, query xen replication statusZhang Chen2017-02-281-0/+23
* Add a new qmp command to start/stop replicationZhang Chen2017-02-281-0/+26
* COLO: Don't process failover request while loading VM's statezhanghailiang2017-02-131-0/+26
* COLO: Shutdown related socket fd while do failoverzhanghailiang2017-02-131-0/+43
* COLO: fix setting checkpoint-delay not working properlyzhanghailiang2017-02-131-10/+23
* migration: fix compiler warning on uninitialized variableJeff Cody2016-11-011-1/+1
* configure: Support enable/disable COLO featurezhanghailiang2016-10-301-1/+1
* COLO: Implement failover work for secondary VMzhanghailiang2016-10-301-0/+34
* COLO: Implement the process of failover for primary VMzhanghailiang2016-10-301-0/+50
* COLO: Introduce state to record failover processzhanghailiang2016-10-301-0/+4
* COLO: Add 'x-colo-lost-heartbeat' command to trigger failoverzhanghailiang2016-10-301-0/+1
* COLO: Synchronize PVM's state to SVM periodicallyzhanghailiang2016-10-301-0/+12