On Tue, Oct 08, 2024 at 09:57:13AM +0200, Cédric Le Goater wrote:
> From: Alejandro Zeise <alejandro.ze...@seagate.com>
> 
> In order to support a new update function, a flag needs to be passed
> to the kernel via the socket send call (MSG_MORE) to notify it that
> more data is to be expected to calculate the hash correctly.
> 
> Add a new iov helper for this purpose.
> 
> Signed-off-by: Alejandro Zeise <alejandro.ze...@seagate.com>
> [ clg: - Split iov changes from original patch
>        - Checkpatch fixes ]
> Signed-off-by: Cédric Le Goater <c...@redhat.com>
> ---
>  include/qemu/iov.h | 27 +++++++++++++++++++++++++++
>  util/iov.c         | 25 ++++++++++++++++++-------
>  2 files changed, 45 insertions(+), 7 deletions(-)

Reviewed-by: Daniel P. Berrangé <berra...@redhat.com>



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