qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-block] [PATCH v1 0/2] Remove use of QemuOpts from the nbd code


From: Daniel P. Berrange
Subject: [Qemu-block] [PATCH v1 0/2] Remove use of QemuOpts from the nbd code
Date: Wed, 16 Sep 2015 14:52:21 +0100

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]