]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Create wrapper for qemuMonitorMigrateCancel
authorJiri Denemark <jdenemar@redhat.com>
Tue, 30 Aug 2022 10:29:02 +0000 (12:29 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 6 Sep 2022 16:28:10 +0000 (18:28 +0200)
commit4e55fe21b54dbc79413626f50908fad5e72a0494
treecee48641e6921d5ed2a3923ab0d96f46ba278ba8
parent0ff8c175f743524d83a3939b2201f3bc1245d6e6
qemu: Create wrapper for qemuMonitorMigrateCancel

We will need a little bit more code around qemuMonitorMigrateCancel to
make sure it works as expected. The new qemuMigrationSrcCancel helper
will avoid repeating the code in several places.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
src/qemu/qemu_driver.c
src/qemu/qemu_migration.c
src/qemu/qemu_migration.h
src/qemu/qemu_process.c