[PATCH 0/8] qemuMigrationDstPrepareStorage: Refactor and fix for VDPA storage

Peter Krempa posted 8 patches 2 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1708350502.git.pkrempa@redhat.com
src/qemu/qemu_migration.c | 117 +++++++++++++++++++++-----------------
1 file changed, 66 insertions(+), 51 deletions(-)
[PATCH 0/8] qemuMigrationDstPrepareStorage: Refactor and fix for VDPA storage
Posted by Peter Krempa 2 months, 1 week ago
Peter Krempa (8):
  qemuMigrationDstPrepareStorage: Use 'switch' statement to include all
    storage types
  qemuMigrationDstPrepareStorage: Properly consider path for 'vdpa'
    devices
  qemuMigrationDstPrecreateDisk: Refactor cleanup
  qemuMigrationDstPrepareStorage: Move block device specific logic
  qemuMigrationDstPrepareStorage: Rework storage existence check
  qemuMigrationDstPrepareStorage: Reject migration into 'dir' and
    'vhost-user' types
  qemuMigrationDstPrepareStorage: Move assumption that 'network' disks
    always exist
  qemuMigrationDstPrepareStorage: Annotate that existance of 'volume'
    disks is checked elswhere

 src/qemu/qemu_migration.c | 117 +++++++++++++++++++++-----------------
 1 file changed, 66 insertions(+), 51 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] qemuMigrationDstPrepareStorage: Refactor and fix for VDPA storage
Posted by Michal Prívozník 2 months, 1 week ago
On 2/19/24 14:49, Peter Krempa wrote:
> Peter Krempa (8):
>   qemuMigrationDstPrepareStorage: Use 'switch' statement to include all
>     storage types
>   qemuMigrationDstPrepareStorage: Properly consider path for 'vdpa'
>     devices
>   qemuMigrationDstPrecreateDisk: Refactor cleanup
>   qemuMigrationDstPrepareStorage: Move block device specific logic
>   qemuMigrationDstPrepareStorage: Rework storage existence check
>   qemuMigrationDstPrepareStorage: Reject migration into 'dir' and
>     'vhost-user' types
>   qemuMigrationDstPrepareStorage: Move assumption that 'network' disks
>     always exist
>   qemuMigrationDstPrepareStorage: Annotate that existance of 'volume'
>     disks is checked elswhere
> 
>  src/qemu/qemu_migration.c | 117 +++++++++++++++++++++-----------------
>  1 file changed, 66 insertions(+), 51 deletions(-)
> 

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

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