Home
last modified time | relevance | path

Searched hist:e8f117f3 (Results 1 – 2 of 2) sorted by relevance

/qemu/include/io/
H A Dchannel-buffer.he8f117f3 Fri Feb 12 16:45:31 GMT 2016 Daniel P. Berrange <berrange@redhat.com> 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>
/qemu/io/
H A Dchannel-buffer.ce8f117f3 Fri Feb 12 16:45:31 GMT 2016 Daniel P. Berrange <berrange@redhat.com> 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>