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

2020-05-12 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

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 def

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

[Qemu-devel] [PATCH] kvm/apic: use QOM style

2013-09-25 Thread xiaoqiang.zhao
Change apic and kvm/apic to use QOM interface. Includes: 1. APICCommonState now use QOM realizefn 2. Remove DO_UPCAST() for APICCommonState 3. Use type constant 4. Change DeviceState pointers from 'd' to 'dev', sounds better? this is my first qemu patch, if there is a problem, please let me konw