[PATCH 0/2] qemu: mention caveat with zero detection during migration and add NEWS

Peter Krempa posted 2 patches 7 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1728549495.git.pkrempa@redhat.com
NEWS.rst                         | 11 +++++++++++
docs/manpages/virsh.rst          |  4 +++-
include/libvirt/libvirt-domain.h |  5 ++++-
3 files changed, 18 insertions(+), 2 deletions(-)
[PATCH 0/2] qemu: mention caveat with zero detection during migration and add NEWS
Posted by Peter Krempa 7 months, 1 week ago
Peter Krempa (2):
  docs: Add warning about using a cleared image with
    VIR_MIGRATE_PARAM_MIGRATE_DISKS_DETECT_ZEROES_ZEROES
  NEWS: mention zero detection for non-shared-storage migration

 NEWS.rst                         | 11 +++++++++++
 docs/manpages/virsh.rst          |  4 +++-
 include/libvirt/libvirt-domain.h |  5 ++++-
 3 files changed, 18 insertions(+), 2 deletions(-)

-- 
2.47.0
Re: [PATCH 0/2] qemu: mention caveat with zero detection during migration and add NEWS
Posted by Jiri Denemark 7 months, 1 week ago
On Thu, Oct 10, 2024 at 10:38:42 +0200, Peter Krempa wrote:
> Peter Krempa (2):
>   docs: Add warning about using a cleared image with
>     VIR_MIGRATE_PARAM_MIGRATE_DISKS_DETECT_ZEROES_ZEROES
>   NEWS: mention zero detection for non-shared-storage migration
> 
>  NEWS.rst                         | 11 +++++++++++
>  docs/manpages/virsh.rst          |  4 +++-
>  include/libvirt/libvirt-domain.h |  5 ++++-
>  3 files changed, 18 insertions(+), 2 deletions(-)

Reviewed-by: Jiri Denemark <jdenemar@redhat.com>