Re: [PATCH v4 3/4] qemu-io: add -r option to register I/O buffer

2023-02-08 Thread Hanna Czenczek
On 07.02.23 21:37, Stefan Hajnoczi wrote: The blk_register_buf() API is an optimization hint that allows some block drivers to avoid I/O buffer housekeeping or bounce buffers. Add an -r option to register the I/O buffer so that qemu-io can be used to test the blk_register_buf() API. The next com

[PATCH v4 3/4] qemu-io: add -r option to register I/O buffer

2023-02-07 Thread Stefan Hajnoczi
The blk_register_buf() API is an optimization hint that allows some block drivers to avoid I/O buffer housekeeping or bounce buffers. Add an -r option to register the I/O buffer so that qemu-io can be used to test the blk_register_buf() API. The next commit will add a test that uses the new option