Re: [libvirt RFC v3 05/19] remote: Add RPC support for the virDomainSaveParametersFlags API

2022-04-28 Thread Daniel P . Berrangé
On Wed, Apr 27, 2022 at 10:55:34PM +0200, Claudio Fontana wrote: > On 4/27/22 12:47 AM, Jim Fehlig wrote: > > On 4/26/22 10:47, Claudio Fontana wrote: > >> Signed-off-by: Claudio Fontana > >> --- > >> src/remote/remote_driver.c | 1 + > >> src/remote/remote_protocol.x | 17 -

Re: [libvirt RFC v3 05/19] remote: Add RPC support for the virDomainSaveParametersFlags API

2022-04-27 Thread Claudio Fontana
On 4/27/22 12:47 AM, Jim Fehlig wrote: > On 4/26/22 10:47, Claudio Fontana wrote: >> Signed-off-by: Claudio Fontana >> --- >> src/remote/remote_driver.c | 1 + >> src/remote/remote_protocol.x | 17 - >> src/remote_protocol-structs | 9 + >> 3 files changed, 26 ins

[libvirt RFC v3 05/19] remote: Add RPC support for the virDomainSaveParametersFlags API

2022-04-26 Thread Claudio Fontana
Signed-off-by: Claudio Fontana --- src/remote/remote_driver.c | 1 + src/remote/remote_protocol.x | 17 - src/remote_protocol-structs | 9 + 3 files changed, 26 insertions(+), 1 deletion(-) diff --git a/src/remote/remote_driver.c b/src/remote/remote_driver.c index 7e