Re: [PATCH v2] qemu-sockets: add abstract UNIX domain socket support

2020-04-27 Thread Eric Blake
On 4/23/20 4:00 AM, Daniel P. Berrangé wrote: Adding Eric & Markus for QAPI modelling questions On Thu, Apr 23, 2020 at 11:56:40AM +0800, xiaoqiang zhao wrote: unix_connect_saddr now support abstract address type By default qemu does not support abstract UNIX domain socket address. Add this ab

Re: [PATCH v2] qemu-sockets: add abstract UNIX domain socket support

2020-04-25 Thread xiaoqiang.zhao
Eric , Markus, any comments ? 在 2020/4/23 下午6:51, xiaoqiang.zhao 写道: 在 2020/4/23 下午5:00, Daniel P. Berrangé 写道: Adding Eric & Markus for QAPI modelling questions On Thu, Apr 23, 2020 at 11:56:40AM +0800, xiaoqiang zhao wrote: unix_connect_saddr now support abstract address type By default qe

Re: [PATCH v2] qemu-sockets: add abstract UNIX domain socket support

2020-04-23 Thread xiaoqiang.zhao
在 2020/4/23 下午5:00, Daniel P. Berrangé 写道: Adding Eric & Markus for QAPI modelling questions On Thu, Apr 23, 2020 at 11:56:40AM +0800, xiaoqiang zhao wrote: unix_connect_saddr now support abstract address type By default qemu does not support abstract UNIX domain socket address. Add this abili

Re: [PATCH v2] qemu-sockets: add abstract UNIX domain socket support

2020-04-23 Thread Daniel P . Berrangé
Adding Eric & Markus for QAPI modelling questions On Thu, Apr 23, 2020 at 11:56:40AM +0800, xiaoqiang zhao wrote: > unix_connect_saddr now support abstract address type > > By default qemu does not support abstract UNIX domain > socket address. Add this ability to make qemu handy > when abstract

[PATCH v2] qemu-sockets: add abstract UNIX domain socket support

2020-04-22 Thread xiaoqiang zhao
unix_connect_saddr now support abstract address type By default qemu does not support abstract UNIX domain socket address. Add this ability to make qemu handy when abstract address is needed. Abstract address is marked by prefixing the address name with a '@'. Signed-off-by: xiaoqiang zhao ---