qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Vladimir Sementsov-Ogievskiy
Subject: [PATCH 0/4] block: prepare for 64bit
Date: Fri, 4 Dec 2020 01:27:09 +0300

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]