OSDN Git Service

Merge remote-tracking branch 'remotes/berrange/tags/pull-io-next-2016-02-16-1' into...
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 16 Feb 2016 15:47:35 +0000 (15:47 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 16 Feb 2016 15:47:35 +0000 (15:47 +0000)
Merge I/O fixes 2016/02/16 v1

# gpg: Signature made Tue 16 Feb 2016 15:42:29 GMT using RSA key ID 15104FDF
# gpg: Good signature from "Daniel P. Berrange <dan@berrange.com>"
# gpg:                 aka "Daniel P. Berrange <berrange@redhat.com>"

* remotes/berrange/tags/pull-io-next-2016-02-16-1:
  io: convert QIOChannelBuffer to use uint8_t instead of char
  io: introduce helper for creating channels from file descriptors
  io: improve docs for QIOChannelSocket async functions

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
1  2 
tests/test-io-channel-file.c
tests/test-io-channel-socket.c

@@@ -18,8 -18,8 +18,9 @@@
   *
   */
  
 +#include "qemu/osdep.h"
  #include "io/channel-file.h"
+ #include "io/channel-util.h"
  #include "io-channel-helpers.h"
  
  
@@@ -18,8 -18,8 +18,9 @@@
   *
   */
  
 +#include "qemu/osdep.h"
  #include "io/channel-socket.h"
+ #include "io/channel-util.h"
  #include "io-channel-helpers.h"
  #ifdef HAVE_IFADDRS_H
  #include <ifaddrs.h>