qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL v1 0/3] Misc I/O fixes
@ 2016-02-16 15:45 Daniel P. Berrange
  2016-02-16 15:45 ` [Qemu-devel] [PULL v1 1/3] io: improve docs for QIOChannelSocket async functions Daniel P. Berrange
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Daniel P. Berrange @ 2016-02-16 15:45 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell

The following changes since commit a5af12871fd4601c44f08d9e49131e9ca13ef102:

  Merge remote-tracking branch 'remotes/sstabellini/tags/xen-2016-02-12' into staging (2016-02-12 17:36:12 +0000)

are available in the git repository at:

  git://github.com/berrange/qemu.git tags/pull-io-next-2016-02-16-1

for you to fetch changes up to e8f117f3b3eb41a766d38e0b765f89ec79c6a9ff:

  io: convert QIOChannelBuffer to use uint8_t instead of char (2016-02-15 14:49:18 +0000)

----------------------------------------------------------------
Merge I/O fixes 2016/02/16 v1

----------------------------------------------------------------
Daniel P. Berrange (3):
      io: improve docs for QIOChannelSocket async functions
      io: introduce helper for creating channels from file descriptors
      io: convert QIOChannelBuffer to use uint8_t instead of char

 include/io/channel-buffer.h    |  2 +-
 include/io/channel-socket.h    | 11 +++++++++--
 include/io/channel-util.h      | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 io/Makefile.objs               |  1 +
 io/channel-buffer.c            |  2 +-
 io/channel-util.c              | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/test-io-channel-file.c   | 22 ++++++++++++++++++++++
 tests/test-io-channel-socket.c | 21 +++++++++++++++++++++
 8 files changed, 157 insertions(+), 4 deletions(-)
 create mode 100644 include/io/channel-util.h
 create mode 100644 io/channel-util.c
-- 
2.5.0

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

end of thread, other threads:[~2016-02-16 17:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-16 15:45 [Qemu-devel] [PULL v1 0/3] Misc I/O fixes Daniel P. Berrange
2016-02-16 15:45 ` [Qemu-devel] [PULL v1 1/3] io: improve docs for QIOChannelSocket async functions Daniel P. Berrange
2016-02-16 15:45 ` [Qemu-devel] [PULL v1 2/3] io: introduce helper for creating channels from file descriptors Daniel P. Berrange
2016-02-16 15:45 ` [Qemu-devel] [PULL v1 3/3] io: convert QIOChannelBuffer to use uint8_t instead of char Daniel P. Berrange
2016-02-16 17:31 ` [Qemu-devel] [PULL v1 0/3] Misc I/O fixes Peter Maydell

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