[PATCH 0/8] migration fixes for non-shared storage migration

Peter Krempa posted 8 patches 4 months, 3 weeks ago
Failed in applying to current master (apply log)
src/qemu/qemu_domain.c    | 114 +++++++++++++++++++++++++++++
src/qemu/qemu_domain.h    |  16 ++++
src/qemu/qemu_driver.c    | 149 ++++----------------------------------
src/qemu/qemu_migration.c | 146 +++++++++++++++++++++++++++----------
4 files changed, 249 insertions(+), 176 deletions(-)
[PATCH 0/8] migration fixes for non-shared storage migration
Posted by Peter Krempa 4 months, 3 weeks ago
Peter Krempa (8):
  qemuMigrationDstPrecreateStorage: Improve error messages
  qemuMigrationDstPrecreateStorage: Refactor cleanup
  qemuMigrationDstPrecreateStorage: Fix and clarify logic
  qemu: migration: Improve handling of VIR_MIGRATE_PARAM_DEST_XML with
    VIR_MIGRATE_PERSIST_DEST
  qemuDomainStorageOpenStat: Remove unused 'driver' argument and
    untangle callers
  qemu: migration: Rename qemuMigrationDstPrecreateStorage to
    qemuMigrationDstPrepareStorage
  qemu: Move and export qemuDomainStorageUpdatePhysical and dependencies
  qemu: migration: Automatically fix non-shared-storage migration to
    bigger block devices

 src/qemu/qemu_domain.c    | 114 +++++++++++++++++++++++++++++
 src/qemu/qemu_domain.h    |  16 ++++
 src/qemu/qemu_driver.c    | 149 ++++----------------------------------
 src/qemu/qemu_migration.c | 146 +++++++++++++++++++++++++++----------
 4 files changed, 249 insertions(+), 176 deletions(-)

-- 
2.43.0
_______________________________________________
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-leave@lists.libvirt.org
Re: [PATCH 0/8] migration fixes for non-shared storage migration
Posted by Ján Tomko 4 months, 3 weeks ago
On a Thursday in 2023, Peter Krempa wrote:
>Peter Krempa (8):
>  qemuMigrationDstPrecreateStorage: Improve error messages
>  qemuMigrationDstPrecreateStorage: Refactor cleanup
>  qemuMigrationDstPrecreateStorage: Fix and clarify logic
>  qemu: migration: Improve handling of VIR_MIGRATE_PARAM_DEST_XML with
>    VIR_MIGRATE_PERSIST_DEST
>  qemuDomainStorageOpenStat: Remove unused 'driver' argument and
>    untangle callers
>  qemu: migration: Rename qemuMigrationDstPrecreateStorage to
>    qemuMigrationDstPrepareStorage
>  qemu: Move and export qemuDomainStorageUpdatePhysical and dependencies
>  qemu: migration: Automatically fix non-shared-storage migration to
>    bigger block devices
>
> src/qemu/qemu_domain.c    | 114 +++++++++++++++++++++++++++++
> src/qemu/qemu_domain.h    |  16 ++++
> src/qemu/qemu_driver.c    | 149 ++++----------------------------------
> src/qemu/qemu_migration.c | 146 +++++++++++++++++++++++++++----------
> 4 files changed, 249 insertions(+), 176 deletions(-)
>

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

Jano
_______________________________________________
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-leave@lists.libvirt.org