]> git.proxmox.com Git - mirror_qemu.git/commit - migration/migration.h
migration: new message MIG_RP_MSG_RESUME_ACK
authorPeter Xu <peterx@redhat.com>
Wed, 2 May 2018 10:47:30 +0000 (18:47 +0800)
committerJuan Quintela <quintela@redhat.com>
Tue, 15 May 2018 18:56:53 +0000 (20:56 +0200)
commit13955b89ce54a85a9e88c64a196db61aa8bf0f34
tree47bb2b90621a1237cbc3ae547584f9f3adea7d22
parent3f5875eca5da5106d5eec121325a05d2277022c3
migration: new message MIG_RP_MSG_RESUME_ACK

Creating new message to reply for MIG_CMD_POSTCOPY_RESUME. One uint32_t
is used as payload to let the source know whether destination is ready
to continue the migration.

Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Peter Xu <peterx@redhat.com>
Message-Id: <20180502104740.12123-15-peterx@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
migration/migration.c
migration/migration.h
migration/savevm.c
migration/trace-events