Re: [PATCH v2 1/1] yank: Unregister function when using TLS migration

2021-05-26 Thread Peter Xu
On Wed, May 26, 2021 at 07:16:16PM -0300, Leonardo Bras wrote: > After yank feature was introduced, whenever migration is started using TLS, > the following error happens in both source and destination hosts: > > (qemu) qemu-kvm: ../util/yank.c:107: yank_unregister_instance: > Assertion `QLIST_EMP

Re: [PATCH v2 1/1] yank: Unregister function when using TLS migration

2021-05-26 Thread Leonardo BrĂ¡s
CC: Daniel P. Berrange On Wed, 2021-05-26 at 19:16 -0300, Leonardo Bras wrote: > After yank feature was introduced, whenever migration is started using > TLS, > the following error happens in both source and destination hosts: > > (qemu) qemu-kvm: ../util/yank.c:107: yank_unregister_instance: >

[PATCH v2 1/1] yank: Unregister function when using TLS migration

2021-05-26 Thread Leonardo Bras
After yank feature was introduced, whenever migration is started using TLS, the following error happens in both source and destination hosts: (qemu) qemu-kvm: ../util/yank.c:107: yank_unregister_instance: Assertion `QLIST_EMPTY(&entry->yankfns)' failed. This happens because of a missing yank_unre