Re: [PATCH 13/15] qapi: Improve documentation of file descriptor socket addresses

2024-02-07 Thread Daniel P . Berrangé
On Mon, Feb 05, 2024 at 08:47:07AM +0100, Markus Armbruster wrote: > SocketAddress branch @fd is documented in enum SocketAddressType, > unlike the other branches. That's because the branch's type is String > from common.json. > > Use a local copy of String, so we can put the documentation in

[PATCH 13/15] qapi: Improve documentation of file descriptor socket addresses

2024-02-04 Thread Markus Armbruster
SocketAddress branch @fd is documented in enum SocketAddressType, unlike the other branches. That's because the branch's type is String from common.json. Use a local copy of String, so we can put the documentation in the usual place. Signed-off-by: Markus Armbruster --- qapi/sockets.json