[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC PATCH v3 02/30] io: Add generic pwritev/preadv interface
From: |
Daniel P . Berrangé |
Subject: |
Re: [RFC PATCH v3 02/30] io: Add generic pwritev/preadv interface |
Date: |
Wed, 10 Jan 2024 09:07:10 +0000 |
User-agent: |
Mutt/2.2.10 (2023-03-25) |
On Mon, Nov 27, 2023 at 05:25:44PM -0300, Fabiano Rosas wrote:
> From: Nikolay Borisov <nborisov@suse.com>
>
> Introduce basic pwritev/preadv support in the generic channel layer.
> Specific implementation will follow for the file channel as this is
> required in order to support migration streams with fixed location of
> each ram page.
>
> Signed-off-by: Nikolay Borisov <nborisov@suse.com>
> Signed-off-by: Fabiano Rosas <farosas@suse.de>
> ---
> - fixed naming: s/pwritev_full/pwritev
> ---
> include/io/channel.h | 82 ++++++++++++++++++++++++++++++++++++++++++++
> io/channel.c | 58 +++++++++++++++++++++++++++++++
> 2 files changed, 140 insertions(+)
Reviewed-by: Daniel P. Berrangé <berrange@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 :|
- Re: [RFC PATCH v3 02/30] io: Add generic pwritev/preadv interface,
Daniel P . Berrangé <=