[PATCH 0/3] migration: Fix attempt to fix use of VIR_MIGRATE_PARAM_DEST_XML with VIR_MIGRATE_PERSIST_DEST

Peter Krempa posted 3 patches 2 days, 19 hours ago
docs/manpages/virsh.rst          | 22 +++++++++++++--------
include/libvirt/libvirt-domain.h | 13 +++++++++++++
src/qemu/qemu_migration.c        | 33 ++++++++++----------------------
3 files changed, 37 insertions(+), 31 deletions(-)
[PATCH 0/3] migration: Fix attempt to fix use of VIR_MIGRATE_PARAM_DEST_XML with VIR_MIGRATE_PERSIST_DEST
Posted by Peter Krempa 2 days, 19 hours ago
Revert the code, document the quirks.

Peter Krempa (3):
  Revert "qemu: migration: Improve handling of
    VIR_MIGRATE_PARAM_DEST_XML with VIR_MIGRATE_PERSIST_DEST"
  API: migration: Warn about use of VIR_MIGRATE_PERSIST_DEST with
    VIR_MIGRATE_PARAM_DEST_XML
  manpage: virsh: Add warning about 'migrate' with '--persistent'
    together with '--xml'

 docs/manpages/virsh.rst          | 22 +++++++++++++--------
 include/libvirt/libvirt-domain.h | 13 +++++++++++++
 src/qemu/qemu_migration.c        | 33 ++++++++++----------------------
 3 files changed, 37 insertions(+), 31 deletions(-)

-- 
2.47.0
Re: [PATCH 0/3] migration: Fix attempt to fix use of VIR_MIGRATE_PARAM_DEST_XML with VIR_MIGRATE_PERSIST_DEST
Posted by Michal Prívozník 2 days, 19 hours ago
On 11/18/24 14:59, Peter Krempa wrote:
> Revert the code, document the quirks.
> 
> Peter Krempa (3):
>   Revert "qemu: migration: Improve handling of
>     VIR_MIGRATE_PARAM_DEST_XML with VIR_MIGRATE_PERSIST_DEST"
>   API: migration: Warn about use of VIR_MIGRATE_PERSIST_DEST with
>     VIR_MIGRATE_PARAM_DEST_XML
>   manpage: virsh: Add warning about 'migrate' with '--persistent'
>     together with '--xml'
> 
>  docs/manpages/virsh.rst          | 22 +++++++++++++--------
>  include/libvirt/libvirt-domain.h | 13 +++++++++++++
>  src/qemu/qemu_migration.c        | 33 ++++++++++----------------------
>  3 files changed, 37 insertions(+), 31 deletions(-)
> 

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

Michal