Re: [libvirt PATCH 62/80] qemu: Simplify cleanup in qemuMigrationDstPrepareFresh

2022-05-12 Thread Peter Krempa
On Tue, May 10, 2022 at 17:21:23 +0200, Jiri Denemark wrote: > Since most of the cleanup code was moved out of this function, we don't > need to preserve the original error here. > > Signed-off-by: Jiri Denemark > --- > src/qemu/qemu_migration.c | 6 +- > 1 file changed, 1 insertion(+), 5

[libvirt PATCH 62/80] qemu: Simplify cleanup in qemuMigrationDstPrepareFresh

2022-05-10 Thread Jiri Denemark
Since most of the cleanup code was moved out of this function, we don't need to preserve the original error here. Signed-off-by: Jiri Denemark --- src/qemu/qemu_migration.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/qemu/qemu_migration.c