Re: [PATCH v3 1/3] qemu-sockets: add abstract UNIX domain socket support

2020-05-13 Thread Daniel P . Berrangé
On Sun, May 10, 2020 at 02:14:20PM +0800, xiaoqiang zhao wrote: > unix_listen/connect_saddr now support abstract address types > > two aditional BOOL switches are introduced: > tight: whether to set @addrlen to the minimal string length, >or the maximum sun_path length. default is TRUE > a

Re: [PATCH v3 1/3] qemu-sockets: add abstract UNIX domain socket support

2020-05-11 Thread xiaoqiang.zhao
在 2020/5/12 上午2:01, Eric Blake 写道: On 5/10/20 1:14 AM, xiaoqiang zhao wrote: unix_listen/connect_saddr now support abstract address types two aditional BOOL switches are introduced: tight: whether to set @addrlen to the minimal string length,     or the maximum sun_path length. default is T

Re: [PATCH v3 1/3] qemu-sockets: add abstract UNIX domain socket support

2020-05-11 Thread Eric Blake
On 5/10/20 1:14 AM, xiaoqiang zhao wrote: unix_listen/connect_saddr now support abstract address types two aditional BOOL switches are introduced: tight: whether to set @addrlen to the minimal string length, or the maximum sun_path length. default is TRUE abstract: whether we use abstrac

[PATCH v3 1/3] qemu-sockets: add abstract UNIX domain socket support

2020-05-09 Thread xiaoqiang zhao
unix_listen/connect_saddr now support abstract address types two aditional BOOL switches are introduced: tight: whether to set @addrlen to the minimal string length, or the maximum sun_path length. default is TRUE abstract: whether we use abstract address. default is FALSE cli example: -mo