]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Separate starting migration from qemuMigrationSrcRun
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)
commit691ce4ea8f7cb1f37483226ac391033a5438b4cc
tree58d0ed13e20386238d27dd497832afa8938f1cbc
parentd1b6bce02c7ffdabd3079afb7705195929d0ef03
qemu: Separate starting migration from qemuMigrationSrcRun

qemuMigrationSrcRun does a lot of thing before and after telling QEMU to
start the migration. Let's make the core reusable by moving it to a new
qemuMigrationSrcStart function.

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