]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Introduce qemuMigrationReset
authorJiri Denemark <jdenemar@redhat.com>
Wed, 5 Apr 2017 12:48:43 +0000 (14:48 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 7 Apr 2017 11:43:37 +0000 (13:43 +0200)
commit439a1795fd3dc8a47ad794bf10a4c86a3ee14e61
tree273c866ec2dd57519e7483869dc948f03b8f998a
parent133c73e75f278c4943cbe03333bb9a7ee897c23f
qemu: Introduce qemuMigrationReset

This new API is supposed to reset all migration parameters to make sure
future migrations won't accidentally use them. This patch makes the
first step and moves qemuMigrationResetTLS call inside
qemuMigrationReset.

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