Re: [PATCH v2 04/11] io: add pwritev support to QIOChannelFile

2022-10-18 Thread Daniel P . Berrangé
On Mon, Oct 10, 2022 at 04:34:01PM +0300, Nikolay Borisov wrote: > The upcoming 'fixed-ram' feature would require qemu to write data at > specific offsets of the file. This is currently missing so this patch > adds it. I've chosen to implement it as a type-specific function rather > than plumb it

[PATCH v2 04/11] io: add pwritev support to QIOChannelFile

2022-10-10 Thread Nikolay Borisov
The upcoming 'fixed-ram' feature would require qemu to write data at specific offsets of the file. This is currently missing so this patch adds it. I've chosen to implement it as a type-specific function rather than plumb it through the generic channel interface as it relies on being able to do