Re: [PULL 1/9] yank: Unregister function when using TLS migration

2021-06-15 Thread Leonardo Brás
On Mon, 2021-06-14 at 07:14 +0200, Philippe Mathieu-Daudé wrote: > Hi Leonardo, > > On 6/9/21 4:45 PM, Dr. David Alan Gilbert (git) wrote: > > From: Leonardo Bras > > > > After yank feature was introduced in migration, whenever migration > > is started using TLS, the following error happens in b

Re: [PULL 1/9] yank: Unregister function when using TLS migration

2021-06-13 Thread Philippe Mathieu-Daudé
Hi Leonardo, On 6/9/21 4:45 PM, Dr. David Alan Gilbert (git) wrote: > From: Leonardo Bras > > After yank feature was introduced in migration, whenever migration > is started using TLS, the following error happens in both source and > destination hosts: > > (qemu) qemu-kvm: ../util/yank.c:107: y

[PULL 1/9] yank: Unregister function when using TLS migration

2021-06-09 Thread Dr. David Alan Gilbert (git)
From: Leonardo Bras After yank feature was introduced in migration, 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 hap