[PATCH 0/2] qemu: fix migration with non-shared storage (incremental)

Peter Krempa posted 2 patches 2 years, 9 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1625228238.git.pkrempa@redhat.com
NEWS.rst                  | 7 +++++++
src/qemu/qemu_migration.c | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
[PATCH 0/2] qemu: fix migration with non-shared storage (incremental)
Posted by Peter Krempa 2 years, 9 months ago
See patch 1/2.

Peter Krempa (2):
  qemu: migration: Use correct flag constant for enabling storage
    migration
  NEWS: Mention implications of the bug in migration code

 NEWS.rst                  | 7 +++++++
 src/qemu/qemu_migration.c | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

-- 
2.31.1

Re: [PATCH 0/2] qemu: fix migration with non-shared storage (incremental)
Posted by Jano Tomko 2 years, 9 months ago
On a %A in %Y, Peter Krempa wrote:
> See patch 1/2.
> 
> Peter Krempa (2):
>   qemu: migration: Use correct flag constant for enabling storage
>     migration
>   NEWS: Mention implications of the bug in migration code
> 
>  NEWS.rst                  | 7 +++++++
>  src/qemu/qemu_migration.c | 2 +-
>  2 files changed, 8 insertions(+), 1 deletion(-)
> 


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

Jano