On 3/20/25 17:07, Pavel Hrdina via Devel wrote:
Pavel Hrdina (6): tools: remove --parallel from virsh restore command tools: remote --parallel from virsh save command qemu: remove VIR_DOMAIN_SAVE_PARALLEL flag
Heh, I'm having one of those "why did I not realize that" moments :-).
tools: use virDomainRestoreParams only when necessary tools: use virDomainSaveParams only when necessary
Fair enough.
virsh: add --image-format option to the save command
Thanks! Although I intended to do this, I forgot to add it to my todo list and would have likely forgot.
docs/manpages/virsh.rst | 24 +++++---- include/libvirt/libvirt-domain.h | 1 - src/qemu/qemu_driver.c | 6 +-- src/qemu/qemu_migration_params.c | 34 ++++++------ tools/virsh-domain.c | 93 ++++++++++++++++---------------- 5 files changed, 80 insertions(+), 78 deletions(-)
For series: Reviewed-by: Jim Fehlig <jfeh...@suse.com> Regards, Jim