Re: [PATCH v2 03/20] mcd: Introduce MCD server

2025-05-15 Thread Daniel P . Berrangé
On Wed, Apr 30, 2025 at 07:27:24AM +0200, Mario Fleischmann wrote: > The MCD implementation follows a remote procedure call approach > and will use a client JSON protocol for communication. > > While the MCD server implements the MCD API, the server stub will be > responsible for handling the JSON

[PATCH v2 03/20] mcd: Introduce MCD server

2025-04-29 Thread Mario Fleischmann
The MCD implementation follows a remote procedure call approach and will use a client JSON protocol for communication. While the MCD server implements the MCD API, the server stub will be responsible for handling the JSON connection and for dispatching the corresponding server functions. Signed-o