qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL v1 0/5] I/O channels fixes


From: Daniel P. Berrange
Subject: [Qemu-devel] [PULL v1 0/5] I/O channels fixes
Date: Wed, 20 Jan 2016 12:01:28 +0000

The following changes since commit 3db34bf64ab4f8797565dd8750003156c32b301d:

  Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' 
into staging (2016-01-18 17:40:50 +0000)

are available in the git repository at:

  git://github.com/berrange/qemu tags/pull-io-next-2016-01-20-1

for you to fetch changes up to ccf1e2dcd6091eea1fc2341c63201aa1a6094978:

  io: use memset instead of { 0 } for initializing array (2016-01-20 11:31:01 
+0000)

----------------------------------------------------------------
I/O channels fixes 2016/01/20 v1

----------------------------------------------------------------
Daniel P. Berrange (5):
      io: fix sign of errno value passed to error report
      io: increment counter when killing off subcommand
      io: some fixes to handling of /dev/null when running commands
      io: fix description of @errp parameter initialization
      io: use memset instead of { 0 } for initializing array

 include/io/channel-command.h |  4 ++--
 include/io/channel-socket.h  | 14 +++++++-------
 include/io/channel-tls.h     |  4 ++--
 include/io/channel.h         | 20 ++++++++++----------
 io/channel-command.c         | 23 +++++++++++++++++------
 io/channel-socket.c          |  8 ++++++--
 6 files changed, 44 insertions(+), 29 deletions(-)
-- 
2.5.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]