Re: [PATCH 0/4] block: Split padded I/O vectors exceeding IOV_MAX

2023-04-05 Thread Stefan Hajnoczi
On Fri, Mar 17, 2023 at 06:50:15PM +0100, Hanna Czenczek wrote: > RFC: > https://lists.nongnu.org/archive/html/qemu-block/2023-03/msg00446.html > > Thanks for the feedback on the RFC! Sounds like we agree that this is > the right way to fix the bug. > > Here in v1, I’ve followed Vladimir’s sugge

[PATCH 0/4] block: Split padded I/O vectors exceeding IOV_MAX

2023-03-17 Thread Hanna Czenczek
RFC: https://lists.nongnu.org/archive/html/qemu-block/2023-03/msg00446.html Thanks for the feedback on the RFC! Sounds like we agree that this is the right way to fix the bug. Here in v1, I’ve followed Vladimir’s suggestion to inline the functionality of qemu_iovec_init_extended() in block/io.c,