On Mon, Nov 27, 2023 at 05:25:44PM -0300, Fabiano Rosas wrote: > From: Nikolay Borisov <[email protected]> > > 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 <[email protected]> > Signed-off-by: Fabiano Rosas <[email protected]> > --- > - 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é <[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 :|
