From: Felipe Franciosi <felipe@nutanix.com>
To: berrange@redhat.com, marcandre.lureau@redhat.com
Cc: pbonzini@redhat.com, qemu-devel@nongnu.org,
Felipe Franciosi <felipe@nutanix.com>
Subject: [Qemu-devel] [PATCH 0/3] io: Various fixes around QIOChannel Features
Date: Wed, 28 Sep 2016 05:05:17 -0700 [thread overview]
Message-ID: <1475064320-8517-1-git-send-email-felipe@nutanix.com> (raw)
This series include three patches around the utilisation of QIOChannel
features. The first patch actually fixes a bug, while the other two
makes the test/set of features consistent by using helper functions.
Felipe Franciosi (3):
io: Fix double shift usages on QIOChannel features
io: Use qio_channel_has_feature() where applicable
io: Introduce a qio_channel_set_feature() helper
include/io/channel.h | 16 +++++++++++++---
io/channel-socket.c | 12 +++++++-----
io/channel-tls.c | 4 ++--
io/channel-websock.c | 4 ++--
io/channel.c | 11 +++++++++--
5 files changed, 33 insertions(+), 14 deletions(-)
next reply other threads:[~2016-09-28 12:05 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-28 12:05 Felipe Franciosi [this message]
2016-09-28 12:05 ` [Qemu-devel] [PATCH 1/3] io: Fix double shift usages on QIOChannel features Felipe Franciosi
2016-09-28 12:05 ` [Qemu-devel] [PATCH 2/3] io: Use qio_channel_has_feature() where applicable Felipe Franciosi
2016-09-28 12:24 ` Felipe Franciosi
2016-09-28 12:05 ` [Qemu-devel] [PATCH 3/3] io: Introduce a qio_channel_set_feature() helper Felipe Franciosi
2016-09-28 12:29 ` [Qemu-devel] [PATCH 0/3] io: Various fixes around QIOChannel Features no-reply
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=1475064320-8517-1-git-send-email-felipe@nutanix.com \
--to=felipe@nutanix.com \
--cc=berrange@redhat.com \
--cc=marcandre.lureau@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).