qemu-e2k/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
..
Makefile.objs io: introduce helper for creating channels from file descriptors 2016-02-15 14:49:00 +00:00
channel-buffer.c io: convert QIOChannelBuffer to use uint8_t instead of char 2016-02-15 14:49:18 +00:00
channel-command.c io: Clean up includes 2016-02-04 17:41:30 +00:00
channel-file.c io: Clean up includes 2016-02-04 17:41:30 +00:00
channel-socket.c qemu-char, io: fix ordering of arguments for UDP socket creation 2016-02-09 17:09:15 +01:00
channel-tls.c io: Clean up includes 2016-02-04 17:41:30 +00:00
channel-util.c io: introduce helper for creating channels from file descriptors 2016-02-15 14:49:00 +00:00
channel-watch.c io: Clean up includes 2016-02-04 17:41:30 +00:00
channel-websock.c io: Clean up includes 2016-02-04 17:41:30 +00:00
channel.c io: Clean up includes 2016-02-04 17:41:30 +00:00
task.c io: Clean up includes 2016-02-04 17:41:30 +00:00