Re: [libvirt] [PATCH] qemu: Fix crash on incoming migration

2019-08-13 Thread Erik Skultety
On Tue, Aug 13, 2019 at 05:50:32PM +0200, Jiri Denemark wrote: > In the first stage of incoming migration (qemuMigrationDstPrepareAny) we > call qemuMigrationEatCookie when there's no vm object created yet and > thus we don't have any private data to pass. > > Broken by me in commit v5.6.0-109-gbf1

[libvirt] [PATCH] qemu: Fix crash on incoming migration

2019-08-13 Thread Jiri Denemark
In the first stage of incoming migration (qemuMigrationDstPrepareAny) we call qemuMigrationEatCookie when there's no vm object created yet and thus we don't have any private data to pass. Broken by me in commit v5.6.0-109-gbf15b145ec. Signed-off-by: Jiri Denemark --- src/qemu/qemu_migration_coo