The intent is for all the callers of the util/qemu-sockets.c APIs to be converted to use the QAPI SocketAddress variants, with the QemuOpts variants eventually being deleted entirely. With that in mind, this small series converts the NBD client and server to use the QAPI SocketAddress object. This only leaves the VNC server using QemuOpts for socket setup, which will be converted shortly.
Daniel P. Berrange (2): nbd: convert to use the QAPI SocketAddress object qemu-nbd: convert to use the QAPI SocketAddress object block/nbd.c | 69 +++++++++++++++++++++------------------- qemu-nbd.c | 102 ++++++++++++++++++++++-------------------------------------- 2 files changed, 75 insertions(+), 96 deletions(-) -- 2.4.3