Re: [RFC REPOST 5/7] remote: add RPC support for the virDomainSetFibreChannelAppid API

2021-09-10 Thread Pavel Hrdina
On Fri, Sep 10, 2021 at 01:49:27PM +0200, Michal Prívozník wrote: > On 9/9/21 6:13 PM, Pavel Hrdina wrote: > > Signed-off-by: Pavel Hrdina > > --- > > src/remote/remote_driver.c | 1 + > > src/remote/remote_protocol.x | 14 +- > > src/remote_protocol-structs | 6 ++ > > 3

Re: [RFC REPOST 5/7] remote: add RPC support for the virDomainSetFibreChannelAppid API

2021-09-10 Thread Michal Prívozník
On 9/9/21 6:13 PM, Pavel Hrdina wrote: > Signed-off-by: Pavel Hrdina > --- > src/remote/remote_driver.c | 1 + > src/remote/remote_protocol.x | 14 +- > src/remote_protocol-structs | 6 ++ > 3 files changed, 20 insertions(+), 1 deletion(-) > > diff --git

[RFC REPOST 5/7] remote: add RPC support for the virDomainSetFibreChannelAppid API

2021-09-09 Thread Pavel Hrdina
Signed-off-by: Pavel Hrdina --- src/remote/remote_driver.c | 1 + src/remote/remote_protocol.x | 14 +- src/remote_protocol-structs | 6 ++ 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/src/remote/remote_driver.c b/src/remote/remote_driver.c index