aboutsummaryrefslogtreecommitdiff
path: root/block/blkreplay.c
diff options
context:
space:
mode:
authorVladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>2021-09-03 13:28:02 +0300
committerEric Blake <eblake@redhat.com>2021-09-29 13:46:32 -0500
commitd544f5d3b1df79d71eae4d7fac528f65d22265ad (patch)
treeb6754f09975829ae64a37edba98a30f1c3f2a636 /block/blkreplay.c
parent485350497b7a9be3477d453fe0fdf380b8535303 (diff)
downloadqemu-d544f5d3b1df79d71eae4d7fac528f65d22265ad.zip
qemu-d544f5d3b1df79d71eae4d7fac528f65d22265ad.tar.gz
qemu-d544f5d3b1df79d71eae4d7fac528f65d22265ad.tar.bz2
block: make BlockLimits::max_pwrite_zeroes 64bit
We are going to support 64 bit write-zeroes requests. Now update the limit variable. It's absolutely safe. The variable is set in some drivers, and used in bdrv_co_do_pwrite_zeroes(). Update also max_write_zeroes variable in bdrv_co_do_pwrite_zeroes(), so that bdrv_co_do_pwrite_zeroes() is now prepared to 64bit requests. The remaining logic including num, offset and bytes variables is already supporting 64bit requests. So the only thing that prevents 64 bit requests is limiting max_write_zeroes variable to INT_MAX in bdrv_co_do_pwrite_zeroes(). We'll drop this limitation after updating all block drivers. Ah, we also have bdrv_check_request32() in bdrv_co_pwritev_part(). It will be modified to do bdrv_check_request() for write-zeroes path. Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Message-Id: <20210903102807.27127-7-vsementsov@virtuozzo.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'block/blkreplay.c')
0 files changed, 0 insertions, 0 deletions