qemu-e2k/include/io
Daniel P. Berrange e8f117f3b3 io: convert QIOChannelBuffer to use uint8_t instead of char
The QIOChannelBuffer struct uses a 'char *' for its data
buffer. It will give simpler type compatibility with the
migration APIs if it uses 'uint8_t *' instead, avoiding
several casts.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2016-02-15 14:49:18 +00:00
..
channel-buffer.h io: convert QIOChannelBuffer to use uint8_t instead of char 2016-02-15 14:49:18 +00:00
channel-command.h io: fix description of @errp parameter initialization 2016-01-20 11:31:01 +00:00
channel-file.h io: add QIOChannelFile class 2015-12-18 12:18:31 +00:00
channel-socket.h io: improve docs for QIOChannelSocket async functions 2016-02-15 14:48:25 +00:00
channel-tls.h io: fix description of @errp parameter initialization 2016-01-20 11:31:01 +00:00
channel-util.h io: introduce helper for creating channels from file descriptors 2016-02-15 14:49:00 +00:00
channel-watch.h io: add helper module for creating watches on FDs 2015-12-18 12:18:05 +00:00
channel-websock.h io: add QIOChannelWebsock class 2015-12-18 12:18:31 +00:00
channel.h io: fix description of @errp parameter initialization 2016-01-20 11:31:01 +00:00
task.h io: add QIOTask class for async operations 2015-12-18 12:18:30 +00:00