qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] block: align CoR requests to subclusters
@ 2023-07-11 17:25 Andrey Drobyshev via
  2023-07-11 17:25 ` [PATCH v2 1/3] block: add subcluster_size field to BlockDriverInfo Andrey Drobyshev via
                   ` (6 more replies)
  0 siblings, 7 replies; 23+ messages in thread
From: Andrey Drobyshev via @ 2023-07-11 17:25 UTC (permalink / raw)
  To: qemu-block, qemu-stable
  Cc: qemu-devel, kwolf, hreitz, vsementsov, eblake, andrey.drobyshev,
	den

v1 --> v2:
 * Fixed line indentation;
 * Fixed wording in a comment;
 * Added R-b.

v1: https://lists.nongnu.org/archive/html/qemu-block/2023-06/msg00606.html

Andrey Drobyshev (3):
  block: add subcluster_size field to BlockDriverInfo
  block/io: align requests to subcluster_size
  tests/qemu-iotests/197: add testcase for CoR with subclusters

 block.c                      |  7 +++++
 block/io.c                   | 50 ++++++++++++++++++------------------
 block/mirror.c               |  8 +++---
 block/qcow2.c                |  1 +
 include/block/block-common.h |  5 ++++
 include/block/block-io.h     |  8 +++---
 tests/qemu-iotests/197       | 29 +++++++++++++++++++++
 tests/qemu-iotests/197.out   | 24 +++++++++++++++++
 8 files changed, 99 insertions(+), 33 deletions(-)

-- 
2.39.3



^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2023-09-08  0:16 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-11 17:25 [PATCH v2 0/3] block: align CoR requests to subclusters Andrey Drobyshev via
2023-07-11 17:25 ` [PATCH v2 1/3] block: add subcluster_size field to BlockDriverInfo Andrey Drobyshev via
2023-07-26  8:58   ` Vladimir Sementsov-Ogievskiy
2023-07-11 17:25 ` [PATCH v2 2/3] block/io: align requests to subcluster_size Andrey Drobyshev via
2023-07-26  9:14   ` Vladimir Sementsov-Ogievskiy
2023-07-11 17:25 ` [PATCH v2 3/3] tests/qemu-iotests/197: add testcase for CoR with subclusters Andrey Drobyshev via
2023-07-26  9:26   ` Vladimir Sementsov-Ogievskiy
2023-09-06  9:43   ` Denis V. Lunev
2023-09-07 22:11     ` Andrey Drobyshev
2023-07-24 13:11 ` [PATCH v2 0/3] block: align CoR requests to subclusters Andrey Drobyshev
2023-07-31 14:51   ` Andrey Drobyshev
2023-08-16  9:22     ` Andrey Drobyshev
2023-08-22 17:34       ` Andrey Drobyshev
2023-08-22 19:58         ` John Snow
2023-08-23 12:50           ` Andrey Drobyshev
2023-08-24 14:32             ` Stefan Hajnoczi
2023-08-24 15:47               ` Andrey Drobyshev
2023-08-24 17:19                 ` Stefan Hajnoczi
2023-08-16 13:52 ` Stefan Hajnoczi
2023-09-07 20:11 ` Michael Tokarev
2023-09-07 22:10   ` Denis V. Lunev
2023-09-07 22:07 ` [PATCH v2 4/3] qemu-iotests/197: use more generic commands for formats other than qcow2 Andrey Drobyshev via
2023-09-08  0:15   ` Eric Blake

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).