]> git.ipfire.org Git - thirdparty/libvirt.git/commit
include: Define constants for parallel save/restore
authorClaudio Fontana <cfontana@suse.de>
Fri, 29 Apr 2022 14:40:10 +0000 (08:40 -0600)
committerJim Fehlig <jfehlig@suse.com>
Thu, 20 Mar 2025 17:17:48 +0000 (11:17 -0600)
commit3637c4dd8b1abd29ac911cb98e74eeb9251b752a
treea85d9a5bc8f0c528b5652306aaf8a9d65bc6fcf9
parentda4273db056795004f56e6f14383cae4827ea22c
include: Define constants for parallel save/restore

Add a new VIR_DOMAIN_SAVE_PARALLEL flag to the save and restore APIs,
which can be used to specify the use of multiple, parallel channels
for saving and restoring a domain. The number of parallel channels
can be set using the VIR_DOMAIN_SAVE_PARAM_PARALLEL_CHANNELS
typed parameter.

Signed-off-by: Claudio Fontana <cfontana@suse.de>
Signed-off-by: Jim Fehlig <jfehlig@suse.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
include/libvirt/libvirt-domain.h
src/libvirt-domain.c