Re: [libvirt] [PATCH] qemu: Properly reset TLS in qemuProcessRecoverMigrationIn

2017-04-05 Thread Jiri Denemark
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 nec

[libvirt] [PATCH] qemu: Properly reset TLS in qemuProcessRecoverMigrationIn

2017-04-04 Thread Jiri Denemark
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,