qemu-devel
[Top][All Lists]
Advanced

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

[PATCH 00/12] block: 64bit blk io


From: Vladimir Sementsov-Ogievskiy
Subject: [PATCH 00/12] block: 64bit blk io
Date: Wed, 6 Oct 2021 15:17:06 +0200

Hi all!

That's a new part of 64bit block-layer story, now to update
blk_* io functions.


Vladimir Sementsov-Ogievskiy (12):
  block-backend: blk_check_byte_request(): int64_t bytes
  block-backend: make blk_co_preadv() 64bit
  block-backend: convert blk_co_pwritev_part to int64_t bytes
  block-backend: convert blk_co_pdiscard to int64_t bytes
  block-backend: rename _do_ helper functions to _co_do_
  block-coroutine-wrapper.py: support BlockBackend first argument
  block-backend: drop blk_prw, use block-coroutine-wrapper
  block-backend: convert blk_foo wrappers to use int64_t bytes parameter
  block-backend: convert blk_co_copy_range to int64_t bytes
  block-backend: convert blk_aio_ functions to int64_t bytes paramter
  block-backend: blk_pread, blk_pwrite: rename count parameter to bytes
  block-backend: drop INT_MAX restriction from blk_check_byte_request()

 block/coroutines.h                 |  33 ++++
 include/sysemu/block-backend.h     |  23 +--
 block/block-backend.c              | 247 +++++++++++++----------------
 block/trace-events                 |   4 +-
 scripts/block-coroutine-wrapper.py |  12 +-
 5 files changed, 165 insertions(+), 154 deletions(-)

-- 
2.31.1




reply via email to

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