Re: [libvirt PATCH 39/80] qemu: Pass qemuDomainJobObj to qemuMigrationDstComplete

2022-05-11 Thread Peter Krempa
On Tue, May 10, 2022 at 17:21:00 +0200, Jiri Denemark wrote: > When reconnecting to an active domains we need to use a different job s/domains/domain/ > structure than the one referenced from the VM object. > > Signed-off-by: Jiri Denemark > --- > src/qemu/qemu_migration.c | 11 ++- >

[libvirt PATCH 39/80] qemu: Pass qemuDomainJobObj to qemuMigrationDstComplete

2022-05-10 Thread Jiri Denemark
When reconnecting to an active domains we need to use a different job structure than the one referenced from the VM object. Signed-off-by: Jiri Denemark --- src/qemu/qemu_migration.c | 11 ++- src/qemu/qemu_migration.h | 3 ++- 2 files changed, 8 insertions(+), 6 deletions(-) diff