Re: [libvirt RFCv4 06/20] libvirt: introduce virDomainSaveParametersFlags public API

2022-04-29 Thread Claudio Fontana
On 4/28/22 11:12 AM, Daniel P. Berrangé wrote: > On Wed, Apr 27, 2022 at 11:13:25PM +0200, 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 sav

Re: [libvirt RFCv4 06/20] libvirt: introduce virDomainSaveParametersFlags public API

2022-04-28 Thread Claudio Fontana
On 4/28/22 11:05 AM, Daniel P. Berrangé wrote: > On Wed, Apr 27, 2022 at 11:13:25PM +0200, 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 sav

Re: [libvirt RFCv4 06/20] libvirt: introduce virDomainSaveParametersFlags public API

2022-04-28 Thread Daniel P . Berrangé
On Wed, Apr 27, 2022 at 11:13:25PM +0200, 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-off-by: Claudio Fontan

Re: [libvirt RFCv4 06/20] libvirt: introduce virDomainSaveParametersFlags public API

2022-04-28 Thread Daniel P . Berrangé
On Wed, Apr 27, 2022 at 11:13:25PM +0200, 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. Regardless of my thoughts on the

[libvirt RFCv4 06/20] libvirt: introduce virDomainSaveParametersFlags public API

2022-04-27 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 | 45