qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/3] io: Various fixes around QIOChannel Features
@ 2016-09-28 12:36 Felipe Franciosi
  2016-09-28 12:36 ` [Qemu-devel] [PATCH v2 1/3] io: Fix double shift usages on QIOChannel features Felipe Franciosi
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Felipe Franciosi @ 2016-09-28 12:36 UTC (permalink / raw)
  To: berrange, marcandre.lureau; +Cc: pbonzini, qemu-devel, Felipe Franciosi

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.

Changes from v1:
 - Fix two pointer declarations (were missing a star)
 - Fix a call to _set_features() which should be _set_feature()

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(-)

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

end of thread, other threads:[~2016-09-28 15:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-28 12:36 [Qemu-devel] [PATCH v2 0/3] io: Various fixes around QIOChannel Features Felipe Franciosi
2016-09-28 12:36 ` [Qemu-devel] [PATCH v2 1/3] io: Fix double shift usages on QIOChannel features Felipe Franciosi
2016-09-28 12:44   ` Daniel P. Berrange
2016-09-28 14:49     ` Felipe Franciosi
2016-09-28 15:00       ` Daniel P. Berrange
2016-09-28 12:36 ` [Qemu-devel] [PATCH v2 2/3] io: Use qio_channel_has_feature() where applicable Felipe Franciosi
2016-09-28 12:36 ` [Qemu-devel] [PATCH v2 3/3] io: Introduce a qio_channel_set_feature() helper Felipe Franciosi

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).