Re: [PATCH] qemu_saveimage: add zstd to supported compression formats

2024-05-06 Thread Michal Prívozník
On 4/26/24 20:28, Adam Julis wrote: > Extend the list of supported formats, update and clarify comment > in qemu.conf.in (removed misleading sentence about the order of > compression format types). > > Signed-off-by: Adam Julis Commit message is a great place to put link to the issue you're fixi

[PATCH] qemu_saveimage: add zstd to supported compression formats

2024-04-26 Thread Adam Julis
Extend the list of supported formats, update and clarify comment in qemu.conf.in (removed misleading sentence about the order of compression format types). Signed-off-by: Adam Julis --- libvirt.spec.in | 1 + src/qemu/qemu.conf.in | 7 +++ src/qemu/qemu_saveimage.c | 2 ++ 3 fi