Message ID | cover.1605286097.git.berto@igalia.com (mailing list archive) |
---|---|
Headers | show |
Series | quorum: Implement bdrv_co_block_status() | expand |
On 13.11.20 17:52, Alberto Garcia wrote: > Following Max's suggestion, this version sets supported_zero_flags. > > Berto > > v4: > - Set supported_zero_flags in quorum [Max] > - Update test to verify the data written before doing 'write -z' [Max] > > v3: https://lists.gnu.org/archive/html/qemu-block/2020-11/msg00371.html > - Fall back to BDRV_BLOCK_DATA if a child returns an error. > > v2: https://lists.gnu.org/archive/html/qemu-block/2020-11/msg00259.html > - Implement bdrv_co_pwrite_zeroes() for quorum > > v1: https://lists.gnu.org/archive/html/qemu-block/2020-11/msg00163.html > > > Alberto Garcia (2): > quorum: Implement bdrv_co_block_status() > quorum: Implement bdrv_co_pwrite_zeroes() Thanks, applied to my block-next branch (for 6.0): https://git.xanclic.moe/XanClic/qemu/commits/branch/block-next Max