From: "Daniel P. Berrange" <berrange@redhat.com>
To: qemu-devel@nongnu.org
Cc: Kevin Wolf <kwolf@redhat.com>,
Paolo Bonzini <pbonzini@redhat.com>,
qemu-block@nongnu.org
Subject: [Qemu-devel] [PATCH v1 0/2] Remove use of QemuOpts from the nbd code
Date: Wed, 16 Sep 2015 14:52:21 +0100 [thread overview]
Message-ID: <1442411543-28513-1-git-send-email-berrange@redhat.com> (raw)
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
next reply other threads:[~2015-09-16 13:52 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-16 13:52 Daniel P. Berrange [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1442411543-28513-1-git-send-email-berrange@redhat.com \
--to=berrange@redhat.com \
--cc=kwolf@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).