On Tue, Apr 04, 2017 at 19:51:26 +0200, Jiri Denemark wrote:
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(a)redhat.com>
---
src/qemu/qemu_process.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
Please, ignore this patch, I'm going to send it in a series of related
patches.
Jirka