Re: [PATCH v2 04/15] qemu: migration: Create qcow2 v3 images for VIR_MIGRATE_NON_SHARED_DISK

2021-02-19 Thread Jiri Denemark
On Fri, Feb 19, 2021 at 12:58:16 +0100, Peter Krempa wrote: > Use the new format when pre-creating the image for the user. Users > wishing to use the legacy format can always provide their own images or > use hared storage. s/hared/shared/ > Signed-off-by: Peter Krempa > --- >

[PATCH v2 04/15] qemu: migration: Create qcow2 v3 images for VIR_MIGRATE_NON_SHARED_DISK

2021-02-19 Thread Peter Krempa
Use the new format when pre-creating the image for the user. Users wishing to use the legacy format can always provide their own images or use hared storage. Signed-off-by: Peter Krempa --- src/qemu/qemu_migration.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git