[PATCH 0/4] block: prepare for 64bit

Vladimir Sementsov-Ogievskiy posted 4 patches 4 years, 11 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201203222713.13507-1-vsementsov@virtuozzo.com
Maintainers: Kevin Wolf <kwolf@redhat.com>, Fam Zheng <fam@euphon.net>, Stefan Hajnoczi <stefanha@redhat.com>, Max Reitz <mreitz@redhat.com>
include/block/block.h        | 10 ++++++
include/block/block_int.h    |  8 +++++
block.c                      | 17 ++++++++-
block/file-posix.c           |  7 ++--
block/io.c                   | 69 ++++++++++++++++++++++++++----------
tests/test-write-threshold.c |  4 +++
tests/qemu-iotests/206       |  2 +-
tests/qemu-iotests/206.out   |  6 ++++
8 files changed, 98 insertions(+), 25 deletions(-)
[PATCH 0/4] block: prepare for 64bit
Posted by Vladimir Sementsov-Ogievskiy 4 years, 11 months ago
Hi all!

This is a preparation series for v4 of "[PATCH v3 00/17] 64bit
block-layer".

The whole thing is in 04, and 01-03 are small preparations.

Vladimir Sementsov-Ogievskiy (4):
  block/file-posix: fix workaround in raw_do_pwrite_zeroes()
  block/io: bdrv_refresh_limits(): use ERRP_GUARD
  block/io: bdrv_check_byte_request(): drop bdrv_is_inserted()
  block: introduce BDRV_MAX_LENGTH

 include/block/block.h        | 10 ++++++
 include/block/block_int.h    |  8 +++++
 block.c                      | 17 ++++++++-
 block/file-posix.c           |  7 ++--
 block/io.c                   | 69 ++++++++++++++++++++++++++----------
 tests/test-write-threshold.c |  4 +++
 tests/qemu-iotests/206       |  2 +-
 tests/qemu-iotests/206.out   |  6 ++++
 8 files changed, 98 insertions(+), 25 deletions(-)

-- 
2.21.3


Re: [PATCH 0/4] block: prepare for 64bit
Posted by Kevin Wolf 4 years, 11 months ago
Am 03.12.2020 um 23:27 hat Vladimir Sementsov-Ogievskiy geschrieben:
> Hi all!
> 
> This is a preparation series for v4 of "[PATCH v3 00/17] 64bit
> block-layer".
> 
> The whole thing is in 04, and 01-03 are small preparations.

Thanks, applied to the block branch.

Kevin


Re: [PATCH 0/4] block: prepare for 64bit
Posted by Vladimir Sementsov-Ogievskiy 4 years, 11 months ago
08.12.2020 20:13, Kevin Wolf wrote:
> Am 03.12.2020 um 23:27 hat Vladimir Sementsov-Ogievskiy geschrieben:
>> Hi all!
>>
>> This is a preparation series for v4 of "[PATCH v3 00/17] 64bit
>> block-layer".
>>
>> The whole thing is in 04, and 01-03 are small preparations.
> 
> Thanks, applied to the block branch.
> 

Thank you!

-- 
Best regards,
Vladimir