]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Implement VIR_MIGRATE_POSTCOPY_RESUME for Perform phase
authorJiri Denemark <jdenemar@redhat.com>
Tue, 10 May 2022 13:20:25 +0000 (15:20 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 7 Jun 2022 15:40:20 +0000 (17:40 +0200)
commitf2a19b4cd038f8cdeac93b335c06f254c39c97b9
tree212846667e06f18f453e4f6e390e17ee8fd5aa55
parent07a2a6e511cf4058db7ef31ba3740dd9af98aa83
qemu: Implement VIR_MIGRATE_POSTCOPY_RESUME for Perform phase

It just calls migrate QMP command with resume=true without having to
worry about migration capabilities or parameters, storage migration,
etc. since everything has already been done in the normal Perform phase.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
src/qemu/qemu_migration.c