mirror of
https://github.com/xemu-project/xemu.git
synced 2026-09-21 20:06:04 +02:00
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>