]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Properly reset TLS in qemuProcessRecoverMigrationIn
authorJiri Denemark <jdenemar@redhat.com>
Tue, 4 Apr 2017 17:43:13 +0000 (19:43 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 7 Apr 2017 11:43:37 +0000 (13:43 +0200)
commit59b28ecab845adb6fefe3280675f95d1f2135e3b
tree63f829468183281883a7bb4e82f12cbb7e97d169
parent122d6118bf02428e34141603077497b976925ab9
qemu: Properly reset TLS in qemuProcessRecoverMigrationIn

There is no async job running when a freshly started libvirtd is trying
to recover from an interrupted incoming migration. While at it, let's
call qemuMigrationResetTLS every time we don't kill the domain. This is
not strictly necessary since TLS is not supported when v2 migration
protocol is used, but doing so makes more sense.

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