]> Git Repo - qemu.git/commit
migration: final handshake for the resume
authorPeter Xu <[email protected]>
Wed, 2 May 2018 10:47:34 +0000 (18:47 +0800)
committerJuan Quintela <[email protected]>
Tue, 15 May 2018 18:57:00 +0000 (20:57 +0200)
commit9419069695a534b1c8051e8ba8f3b4b3d21e4520
tree4128daf0c401373497feed6c0e5240a48861e60f
parent08614f34977a18fdc06c56f4e12b6cf47c06da57
migration: final handshake for the resume

Finish the last step to do the final handshake for the recovery.

First source sends one MIG_CMD_RESUME to dst, telling that source is
ready to resume.

Then, dest replies with MIG_RP_MSG_RESUME_ACK to source, telling that
dest is ready to resume (after switch to postcopy-active state).

When source received the RESUME_ACK, it switches its state to
postcopy-active, and finally the recovery is completed.

Reviewed-by: Dr. David Alan Gilbert <[email protected]>
Signed-off-by: Peter Xu <[email protected]>
Message-Id: <20180502104740[email protected]>
Signed-off-by: Juan Quintela <[email protected]>
migration/migration.c
This page took 0.02565 seconds and 4 git commands to generate.