[Qemu-devel] [PATCH v1 1/5] sockets: remove use of QemuOpts from header file

2015-10-21 Thread Daniel P. Berrange
There are no callers of the sockets methods which accept QemuOpts any more. Make all the QemuOpts related functions static to avoid new callers being added, in preparation for removal of all QemuOpts usage, in favour of QAPI SocketAddress. Signed-off-by: Daniel P. Berrange --- include/qemu/socke

Re: [Qemu-devel] [PATCH v1 1/5] sockets: remove use of QemuOpts from header file

2015-10-21 Thread Eric Blake
On 10/21/2015 09:43 AM, Daniel P. Berrange wrote: > There are no callers of the sockets methods which accept > QemuOpts any more. Make all the QemuOpts related functions > static to avoid new callers being added, in preparation > for removal of all QemuOpts usage, in favour of QAPI > SocketAddress.