Re: [PATCH 3/4] util/iov: Remove qemu_iovec_init_extended()

2023-03-20 Thread Vladimir Sementsov-Ogievskiy
On 17.03.23 20:50, Hanna Czenczek wrote: bdrv_pad_request() was the main user of qemu_iovec_init_extended(). HEAD^ has removed that use, so we can remove qemu_iovec_init_extended() now. The only remaining user is qemu_iovec_init_slice(), which can easily inline the small part it really needs.

Re: [PATCH 3/4] util/iov: Remove qemu_iovec_init_extended()

2023-03-18 Thread Eric Blake
On Fri, Mar 17, 2023 at 06:50:18PM +0100, Hanna Czenczek wrote: > bdrv_pad_request() was the main user of qemu_iovec_init_extended(). > HEAD^ has removed that use, so we can remove qemu_iovec_init_extended() > now. > > The only remaining user is qemu_iovec_init_slice(), which can easily > inline

[PATCH 3/4] util/iov: Remove qemu_iovec_init_extended()

2023-03-17 Thread Hanna Czenczek
bdrv_pad_request() was the main user of qemu_iovec_init_extended(). HEAD^ has removed that use, so we can remove qemu_iovec_init_extended() now. The only remaining user is qemu_iovec_init_slice(), which can easily inline the small part it really needs. Note that qemu_iovec_init_extended()