aboutsummaryrefslogtreecommitdiff
path: root/migration/colo.c
AgeCommit message (Expand)Author
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2017-09-04qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster
2017-07-18migration: remove check against colo supportPeter Xu
2017-07-10migration: Rename save_live_setup() to save_setup()Juan Quintela
2017-06-19migration: Fix race of image locking between src and dstFam Zheng
2017-06-14migration: Remove unneeded includesJuan Quintela
2017-06-13migration: Move migration.h to migration/Juan Quintela
2017-06-01migration: Move include/migration/block.h into migration/Juan Quintela
2017-06-01migration: Split qemu-file.hJuan Quintela
2017-05-31migration: Create savevm.h for functions exported from savevm.cJuan Quintela
2017-05-30Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-23' into stagingStefan Hajnoczi
2017-05-23shutdown: Prepare for use of an enum in reset/shutdown_requestEric Blake
2017-05-18migration: Remove qemu-file.h from vmstate.hJuan Quintela
2017-05-18migration: Remove migration.h from colo.hJuan Quintela
2017-05-18migration: Export qemu-file-channel.c functions in its own fileJuan Quintela
2017-05-18migration: Remove old MigrationParamsJuan Quintela
2017-05-18migration: Remove use of old MigrationParamsJuan Quintela
2017-04-28replication: Make --disable-replication compile againMarkus Armbruster
2017-02-28Add a new qmp command to do checkpoint, query xen replication statusZhang Chen
2017-02-28Add a new qmp command to start/stop replicationZhang Chen
2017-02-13COLO: Don't process failover request while loading VM's statezhanghailiang
2017-02-13COLO: Shutdown related socket fd while do failoverzhanghailiang
2017-02-13COLO: fix setting checkpoint-delay not working properlyzhanghailiang
2016-11-01migration: fix compiler warning on uninitialized variableJeff Cody
2016-10-30configure: Support enable/disable COLO featurezhanghailiang
2016-10-30COLO: Implement failover work for secondary VMzhanghailiang
2016-10-30COLO: Implement the process of failover for primary VMzhanghailiang
2016-10-30COLO: Introduce state to record failover processzhanghailiang
2016-10-30COLO: Add 'x-colo-lost-heartbeat' command to trigger failoverzhanghailiang
2016-10-30COLO: Synchronize PVM's state to SVM periodicallyzhanghailiang
2016-10-30COLO: Load VMState into QIOChannelBuffer before restore itzhanghailiang
2016-10-30COLO: Send PVM state to secondary side when do checkpointzhanghailiang
2016-10-30COLO: Introduce checkpointing protocolzhanghailiang
2016-10-30COLO: Establish a new communicating path for COLOzhanghailiang
2016-10-30migration: Switch to COLO process after finishing loadvmzhanghailiang
2016-10-30migration: Enter into COLO mode after migration if COLO is enabledzhanghailiang
2016-10-30migration: Introduce capability 'x-colo' to migrationzhanghailiang