Re: [PATCH v3 08/14] io: Add preadv support to QIOChannelFile

2023-02-10 Thread Daniel P . Berrangé
On Fri, Oct 28, 2022 at 01:39:08PM +0300, Nikolay Borisov wrote: > preadv is going to be needed when 'fixed-ram'-enabled stream are to be > restored. Add a minimal implementation of preadv for file channels and > expose it via the generic io_preadv interface. > > Signed-off-by: Nikolay Borisov >

[PATCH v3 08/14] io: Add preadv support to QIOChannelFile

2022-10-28 Thread Nikolay Borisov
preadv is going to be needed when 'fixed-ram'-enabled stream are to be restored. Add a minimal implementation of preadv for file channels and expose it via the generic io_preadv interface. Signed-off-by: Nikolay Borisov --- io/channel-file.c | 27 +++ 1 file changed, 27 i