Re: [libvirt RFCv6 09/27] libvirt: introduce virDomainRestoreParams public API

2022-05-06 Thread Daniel P . Berrangé
On Thu, May 05, 2022 at 02:52:23PM +0200, Claudio Fontana wrote: > add new API in order to be able to extend parameters to the domain > restore operation. We will use it to fit the existing arguments of > VirDomainRestoreFlags for now. > > Signed-off-by: Claudio Fontana > --- > include/libvirt/l

[libvirt RFCv6 09/27] libvirt: introduce virDomainRestoreParams public API

2022-05-05 Thread Claudio Fontana
add new API in order to be able to extend parameters to the domain restore operation. We will use it to fit the existing arguments of VirDomainRestoreFlags for now. Signed-off-by: Claudio Fontana --- include/libvirt/libvirt-domain.h | 4 +++ src/driver-hypervisor.h | 7 + src/libv