Re: [libvirt RFCv6 10/27] remote: Add RPC support for the virDomainSaveParams API

2022-05-06 Thread Daniel P . Berrangé
On Thu, May 05, 2022 at 02:52:24PM +0200, 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 insertions(+), 1 deletion(-)

[libvirt RFCv6 10/27] remote: Add RPC support for the virDomainSaveParams API

2022-05-05 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