All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v1 0/2] Remove use of QemuOpts from the nbd code
@ 2015-09-16 13:52 Daniel P. Berrange
  2015-09-16 13:52 ` [Qemu-devel] [PATCH v1 1/2] nbd: convert to use the QAPI SocketAddress object Daniel P. Berrange
  2015-09-16 13:52 ` [Qemu-devel] [PATCH v1 2/2] qemu-nbd: " Daniel P. Berrange
  0 siblings, 2 replies; 9+ messages in thread
From: Daniel P. Berrange @ 2015-09-16 13:52 UTC (permalink / raw)
  To: qemu-devel; +Cc: Kevin Wolf, Paolo Bonzini, qemu-block

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-09-16 14:24 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-16 13:52 [Qemu-devel] [PATCH v1 0/2] Remove use of QemuOpts from the nbd code Daniel P. Berrange
2015-09-16 13:52 ` [Qemu-devel] [PATCH v1 1/2] nbd: convert to use the QAPI SocketAddress object Daniel P. Berrange
2015-09-16 14:02   ` Eric Blake
2015-09-16 14:21   ` Paolo Bonzini
2015-09-16 13:52 ` [Qemu-devel] [PATCH v1 2/2] qemu-nbd: " Daniel P. Berrange
2015-09-16 14:08   ` Eric Blake
2015-09-16 14:13     ` Daniel P. Berrange
2015-09-16 14:23       ` Paolo Bonzini
2015-09-16 14:24       ` Eric Blake

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.