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
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.