Re: [libvirt RFC v3 03/19] libvirt: introduce virDomainSaveParametersFlags public API

2022-04-27 Thread Claudio Fontana
On 4/27/22 12:42 AM, Jim Fehlig wrote: > On 4/26/22 10:47, Claudio Fontana wrote: >> add new API in order to be able to extend parameters to the domain >> save operation. We will use it to fit the existing arguments of >> VirDomainSaveFlags, and then add parallel saves functionality. >> >> Signed-o

Re: [libvirt RFC v3 03/19] libvirt: introduce virDomainSaveParametersFlags public API

2022-04-27 Thread Claudio Fontana
Thanks for looking at this, On 4/27/22 12:42 AM, Jim Fehlig wrote: > On 4/26/22 10:47, Claudio Fontana wrote: >> add new API in order to be able to extend parameters to the domain >> save operation. We will use it to fit the existing arguments of >> VirDomainSaveFlags, and then add parallel saves

[libvirt RFC v3 03/19] libvirt: introduce virDomainSaveParametersFlags public API

2022-04-26 Thread Claudio Fontana
add new API in order to be able to extend parameters to the domain save operation. We will use it to fit the existing arguments of VirDomainSaveFlags, and then add parallel saves functionality. Signed-off-by: Claudio Fontana --- include/libvirt/libvirt-domain.h | 9 ++ src/driver-hypervisor