]> Git Repo - qemu.git/commit - migration/migration.c
COLO: Remove colo_state migration struct
authorZhang Chen <[email protected]>
Mon, 3 Sep 2018 04:38:47 +0000 (12:38 +0800)
committerJason Wang <[email protected]>
Fri, 19 Oct 2018 03:15:03 +0000 (11:15 +0800)
commitaad555c2294b5de22524b7dbacc728d51cc63bcc
tree2f83c8e78d6866ec5ae7a6f5c80225d0b9751f67
parent8e48ac95865ac97d10a81cb7a5bbae310878f519
COLO: Remove colo_state migration struct

We need to know if migration is going into COLO state for
incoming side before start normal migration.

Instead by using the VMStateDescription to send colo_state
from source side to destination side, we use MIG_CMD_ENABLE_COLO
to indicate whether COLO is enabled or not.

Signed-off-by: zhanghailiang <[email protected]>
Signed-off-by: Zhang Chen <[email protected]>
Signed-off-by: Zhang Chen <[email protected]>
Reviewed-by: Dr. David Alan Gilbert <[email protected]>
Signed-off-by: Jason Wang <[email protected]>
include/migration/colo.h
migration/Makefile.objs
migration/colo-comm.c [deleted file]
migration/colo.c
migration/migration.c
migration/savevm.c
migration/savevm.h
migration/trace-events
vl.c
This page took 0.022669 seconds and 4 git commands to generate.