]> git.proxmox.com Git - mirror_qemu.git/commit - migration/savevm.h
migration: new cmd MIG_CMD_POSTCOPY_RESUME
authorPeter Xu <peterx@redhat.com>
Wed, 2 May 2018 10:47:29 +0000 (18:47 +0800)
committerJuan Quintela <quintela@redhat.com>
Tue, 15 May 2018 18:56:52 +0000 (20:56 +0200)
commit3f5875eca5da5106d5eec121325a05d2277022c3
treee316b335377f42aa0d4daffac35c88da6518e0d4
parenta335debb35bb30ade46e0e62c0b2fbb3882c8448
migration: new cmd MIG_CMD_POSTCOPY_RESUME

Introducing this new command to be sent when the source VM is ready to
resume the paused migration.  What the destination does here is
basically release the fault thread to continue service page faults.

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