Re: [PATCH v2 08/20] mcd: Implement server connection API

2025-05-19 Thread Mario Fleischmann
On 15.05.2025 11:58, Daniel P. Berrangé wrote: > On Wed, Apr 30, 2025 at 07:27:29AM +0200, Mario Fleischmann wrote: >> This commit implements the necessary operations required to establish >> a connection with the MCD server: >> >> * query information about the server >> * connect to " >> * discon

Re: [PATCH v2 08/20] mcd: Implement server connection API

2025-05-15 Thread Daniel P . Berrangé
On Wed, Apr 30, 2025 at 07:27:29AM +0200, Mario Fleischmann wrote: > This commit implements the necessary operations required to establish > a connection with the MCD server: > > * query information about the server > * connect to " > * disconnect from " > > Signed-off-by: Mario Fleischmann > --

[PATCH v2 08/20] mcd: Implement server connection API

2025-04-29 Thread Mario Fleischmann
This commit implements the necessary operations required to establish a connection with the MCD server: * query information about the server * connect to " * disconnect from " Signed-off-by: Mario Fleischmann --- mcd/mcd_qapi.c | 13 +++ mcd/mcd_qapi.h | 2 + mcd/mcd_server.c