[libvirt PATCH 0/3] qemu: Fix canceling migration

Jiri Denemark posted 3 patches 1 year, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1665752206.git.jdenemar@redhat.com
NEWS.rst                  |  5 ++++
src/qemu/qemu_migration.c | 61 ++++++++++++++++++++++++++++-----------
src/qemu/qemu_migration.h |  3 +-
src/qemu/qemu_process.c   |  4 +--
4 files changed, 53 insertions(+), 20 deletions(-)
[libvirt PATCH 0/3] qemu: Fix canceling migration
Posted by Jiri Denemark 1 year, 5 months ago
This series fixes commit v8.7.0-57-g2d7b22b561 "qemu: Make
qemuMigrationSrcCancel optionally synchronous" which was broken in
several ways (although the overall idea was correct).

Jiri Denemark (3):
  qemu_migration: Properly wait for migration to be canceled
  qemu: Do not crash when canceling migration on reconnect
  NEWS: Document daemon crash on reconnect

 NEWS.rst                  |  5 ++++
 src/qemu/qemu_migration.c | 61 ++++++++++++++++++++++++++++-----------
 src/qemu/qemu_migration.h |  3 +-
 src/qemu/qemu_process.c   |  4 +--
 4 files changed, 53 insertions(+), 20 deletions(-)

-- 
2.38.0
Re: [libvirt PATCH 0/3] qemu: Fix canceling migration
Posted by Ján Tomko 1 year, 5 months ago
On a Friday in 2022, Jiri Denemark wrote:
>This series fixes commit v8.7.0-57-g2d7b22b561 "qemu: Make
>qemuMigrationSrcCancel optionally synchronous" which was broken in
>several ways (although the overall idea was correct).
>
>Jiri Denemark (3):
>  qemu_migration: Properly wait for migration to be canceled
>  qemu: Do not crash when canceling migration on reconnect
>  NEWS: Document daemon crash on reconnect
>
> NEWS.rst                  |  5 ++++
> src/qemu/qemu_migration.c | 61 ++++++++++++++++++++++++++++-----------
> src/qemu/qemu_migration.h |  3 +-
> src/qemu/qemu_process.c   |  4 +--
> 4 files changed, 53 insertions(+), 20 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano