Re: [PATCH v7 00/14] qapi: net: add unix socket type support to netdev backend

2022-08-05 Thread Stefano Brivio
On Fri, 22 Jul 2022 21:04:28 +0200 Laurent Vivier wrote: > "-netdev socket" only supports inet sockets. > > It's not a complex task to add support for unix sockets, but > the socket netdev parameters are not defined to manage well unix > socket parameters. > > As discussed in: > > "socket.c

[PATCH v7 00/14] qapi: net: add unix socket type support to netdev backend

2022-07-22 Thread Laurent Vivier
"-netdev socket" only supports inet sockets. It's not a complex task to add support for unix sockets, but the socket netdev parameters are not defined to manage well unix socket parameters. As discussed in: "socket.c added support for unix domain socket datagram transport"