Re: [Qemu-devel] [RFC 2/4] qemu-socket: Allow custom socket options in socket_connect

2018-01-31 Thread Daniel P . Berrangé
On Tue, Jan 30, 2018 at 03:13:42AM +0800, Zihan Yang wrote: > Currently, socket_connect doesn't allow custom socket options, > which is inconvenient when the caller wants a different kind of > socket from that the socket_connect provides. This patch allows > custom config in socket_connect by provi

[Qemu-devel] [RFC 2/4] qemu-socket: Allow custom socket options in socket_connect

2018-01-29 Thread Zihan Yang
Currently, socket_connect doesn't allow custom socket options, which is inconvenient when the caller wants a different kind of socket from that the socket_connect provides. This patch allows custom config in socket_connect by providing an extra parameter. Existing functions can just pass a NULL poi