On Wed, May 16, 2018 at 12:02 AM, Dr. David Alan Gilbert <
dgilb...@redhat.com> wrote:
> * Zhang Chen (zhangc...@gmail.com) wrote:
> > 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
* Zhang Chen (zhangc...@gmail.com) wrote:
> 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 wheth
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: zhanghailia