Re: [PATCH v3 04/14] io: Add generic pwritev/preadv interface

2023-02-10 Thread Daniel P . Berrangé
On Fri, Feb 10, 2023 at 04:26:22PM +, Daniel P. Berrangé wrote: > On Fri, Oct 28, 2022 at 01:39:04PM +0300, Nikolay Borisov wrote: > > Introduce basic pwriteve/preadv support in the generic channel layer. > > SPecific implementation will follow for the file channel as this is > > required in

Re: [PATCH v3 04/14] io: Add generic pwritev/preadv interface

2023-02-10 Thread Daniel P . Berrangé
On Fri, Oct 28, 2022 at 01:39:04PM +0300, Nikolay Borisov wrote: > Introduce basic pwriteve/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. >

[PATCH v3 04/14] io: Add generic pwritev/preadv interface

2022-10-28 Thread Nikolay Borisov
Introduce basic pwriteve/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 --- include/io/channel.h | 49