qemu/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
channel-file.h
channel-socket.h
channel-tls.h
channel-util.h io: introduce helper for creating channels from file descriptors 2016-02-15 14:49:00 +00:00
channel-watch.h
channel-websock.h
channel.h
task.h