Re: [PATCH v4 05/32] qemu-sockets: introduce socket_address_parse_named_fd()

2021-06-11 Thread Vladimir Sementsov-Ogievskiy
11.06.2021 16:22, Eric Blake wrote: On Thu, Jun 10, 2021 at 01:07:35PM +0300, Vladimir Sementsov-Ogievskiy wrote: Add function that transforms named fd inside SocketAddress structure into number representation. This way it may be then used in a context where current monitor is not available.

Re: [PATCH v4 05/32] qemu-sockets: introduce socket_address_parse_named_fd()

2021-06-11 Thread Eric Blake
On Thu, Jun 10, 2021 at 01:07:35PM +0300, Vladimir Sementsov-Ogievskiy wrote: > Add function that transforms named fd inside SocketAddress structure > into number representation. This way it may be then used in a context > where current monitor is not available. > > Signed-off-by: Vladimir

[PATCH v4 05/32] qemu-sockets: introduce socket_address_parse_named_fd()

2021-06-10 Thread Vladimir Sementsov-Ogievskiy
Add function that transforms named fd inside SocketAddress structure into number representation. This way it may be then used in a context where current monitor is not available. Signed-off-by: Vladimir Sementsov-Ogievskiy --- include/qemu/sockets.h | 14 ++ util/qemu-sockets.c|