
7 Apr
2017
7 Apr
'17
9:44 a.m.
On Wed, Apr 05, 2017 at 15:09:58 +0200, Jiri Denemark wrote:
qemuProcessRecoverMigrationOut doesn't explicitly call qemuMigrationResetTLS relying on two things:
- qemuMigrationCancel resets TLS parameters - our migration code resets TLS before entering QEMU_MIGRATION_PHASE_PERFORM3_DONE phase
But this is not obvious and the assumptions will be broken soon. Let's explicitly reset TLS parameters on all paths which do not kill the domain.
We are still fond of the XEN heritage?
Signed-off-by: Jiri Denemark <jdenemar@redhat.com> --- src/qemu/qemu_process.c | 1 + 1 file changed, 1 insertion(+)
ACK