[PATCH v4 0/4] block: fix detect-zeroes= with BDRV_REQ_REGISTERED_BUF

2023-02-07 Thread Stefan Hajnoczi
v4: - Add 'r' to read_f() getopt() call [Hanna] - Fix qemu_io_alloc() and friends buf and len with qemuio_misalign [Hanna] - Fix qemu_iovec_destroy()/qemu_io_free() ordering in aio_write_done() [Hanna] - Add mutually exclusive -z -r option check in aio_write_f() [Hanna] v3: - Restore alphabetical o

Re: [PATCH v4 0/4] block: fix detect-zeroes= with BDRV_REQ_REGISTERED_BUF

2023-02-09 Thread Stefan Hajnoczi
On Tue, Feb 07, 2023 at 03:37:15PM -0500, Stefan Hajnoczi wrote: > v4: > - Add 'r' to read_f() getopt() call [Hanna] > - Fix qemu_io_alloc() and friends buf and len with qemuio_misalign [Hanna] > - Fix qemu_iovec_destroy()/qemu_io_free() ordering in aio_write_done() [Hanna] > - Add mutually exclusi