[PATCH 0/2] qemu: migration corner case fix and cleanup

Nikolay Shirokovskiy posted 2 patches 5 years, 5 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/1597746396-983813-1-git-send-email-nshirokovskiy@virtuozzo.com
src/qemu/qemu_migration.c | 14 +++-----------
1 file changed, 3 insertions(+), 11 deletions(-)
[PATCH 0/2] qemu: migration corner case fix and cleanup
Posted by Nikolay Shirokovskiy 5 years, 5 months ago
Nikolay Shirokovskiy (2):
  qemu: fix qemuMigrationSrcCleanup to use qemuMigrationJobFinish
  qemu: don't needlessly unset close callback during perform phase

 src/qemu/qemu_migration.c | 14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

-- 
1.8.3.1

Re: [PATCH 0/2] qemu: migration corner case fix and cleanup
Posted by Michal Privoznik 5 years, 4 months ago
On 8/18/20 12:26 PM, Nikolay Shirokovskiy wrote:
> Nikolay Shirokovskiy (2):
>    qemu: fix qemuMigrationSrcCleanup to use qemuMigrationJobFinish
>    qemu: don't needlessly unset close callback during perform phase
> 
>   src/qemu/qemu_migration.c | 14 +++-----------
>   1 file changed, 3 insertions(+), 11 deletions(-)
> 

Patches look good to me, but since it was Jirka who added the call 
you're removing in 2/2 I'll let him share opinion too.

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal