From: Peter Maydell <peter.maydell@linaro.org>
To: qemu-devel@nongnu.org
Cc: Paolo Bonzini <pbonzini@redhat.com>,
Gerd Hoffmann <kraxel@redhat.com>,
Markus Armbruster <armbru@redhat.com>
Subject: [Qemu-devel] [PATCH 0/4] Convert remaining legacy chardevs to parse/kind
Date: Fri, 8 Aug 2014 18:07:25 +0100 [thread overview]
Message-ID: <1407517649-11257-1-git-send-email-peter.maydell@linaro.org> (raw)
This patchset converts the two remaining legacy chardevs
('socket' and 'udp') to use the new-style parse/kind
mechanisms, and removes all the no-longer-required
legacy machinery.
Patch 1 was posted to the list back in June
(https://patches.linaro.org/32298/). I've fixed the obvious
bug picked up in code review, and as far as I can tell from
the thread we decided that the blocking/non-blocking
difference between QAPI and legacy wasn't a problem.
Patch 2 fixes a hole in the functionality of QAPI-described
UDP chardevs, to avoid regressing the commandline functionality
when we convert the UDP backend in patch 3.
Patch 4 may be easier to review as an ignore-whitespaces
diff (the de-indentation makes the diff a bit awkward).
Peter Maydell (4):
qemu-char: Convert socket char backend to parse/kind
util/qemu-sockets.c: Support specifying IPv4 or IPv6 in socket_dgram()
qemu-char: Convert udp char backend to parse/kind
qemu-char: Remove register_char_driver() machinery
include/sysemu/char.h | 1 -
qemu-char.c | 309 ++++++++++++++++++++++++--------------------------
util/qemu-sockets.c | 3 +-
3 files changed, 151 insertions(+), 162 deletions(-)
--
1.9.1
next reply other threads:[~2014-08-08 17:07 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-08 17:07 Peter Maydell [this message]
2014-08-08 17:07 ` [Qemu-devel] [PATCH 1/4] qemu-char: Convert socket char backend to parse/kind Peter Maydell
2014-08-19 12:45 ` Markus Armbruster
2014-08-19 12:47 ` Markus Armbruster
2014-08-08 17:07 ` [Qemu-devel] [PATCH 2/4] util/qemu-sockets.c: Support specifying IPv4 or IPv6 in socket_dgram() Peter Maydell
2014-08-08 17:07 ` [Qemu-devel] [PATCH 3/4] qemu-char: Convert udp char backend to parse/kind Peter Maydell
2014-08-19 13:16 ` Markus Armbruster
2014-09-01 18:15 ` Peter Maydell
2014-08-08 17:07 ` [Qemu-devel] [PATCH 4/4] qemu-char: Remove register_char_driver() machinery Peter Maydell
2014-08-19 13:21 ` Markus Armbruster
2014-08-19 13:25 ` [Qemu-devel] [PATCH 0/4] Convert remaining legacy chardevs to parse/kind Markus Armbruster
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=1407517649-11257-1-git-send-email-peter.maydell@linaro.org \
--to=peter.maydell@linaro.org \
--cc=armbru@redhat.com \
--cc=kraxel@redhat.com \
--cc=pbonzini@redhat.com \
--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).