On Fri, Oct 31, 2025 at 10:13:51AM +0100, Philippe Mathieu-Daudé wrote:
> I/O channel read/write functions can operate on any area of
> memory, regardless of the content their represent. Do not
> restrict to array of char, use the void* type, which is also
> the type of the underlying iovec::iov_base field.
> 
> Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
> ---
>  include/crypto/tlssession.h |  4 ++--
>  include/io/channel.h        | 14 +++++++-------
>  io/channel-tls.c            |  4 ++--
>  io/channel.c                | 14 +++++++-------
>  4 files changed, 18 insertions(+), 18 deletions(-)

Reviewed-by: Daniel P. Berrangé <[email protected]>


With regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|


Reply via email to