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 <
[email protected]>"
# gpg: aka "Daniel P. Berrange <
[email protected]>"
* 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 <[email protected]>
*
*/
+#include "qemu/osdep.h"
#include "io/channel-file.h"
+ #include "io/channel-util.h"
#include "io-channel-helpers.h"
*
*/
+#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>