qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@redhat.com>
To: Andrey Drobyshev <andrey.drobyshev@virtuozzo.com>
Cc: John Snow <jsnow@redhat.com>,
	qemu-block@nongnu.org, qemu-stable@nongnu.org,
	qemu-devel@nongnu.org, kwolf@redhat.com, hreitz@redhat.com,
	vsementsov@yandex-team.ru, eblake@redhat.com, den@openvz.org,
	fam@euphon.net
Subject: Re: [PATCH v2 0/3] block: align CoR requests to subclusters
Date: Thu, 24 Aug 2023 10:32:47 -0400	[thread overview]
Message-ID: <20230824143247.GB1412804@fedora> (raw)
In-Reply-To: <3ea51ea2-0138-4a0e-92f0-175d8ad7540e@virtuozzo.com>

[-- Attachment #1: Type: text/plain, Size: 2256 bytes --]

On Wed, Aug 23, 2023 at 03:50:55PM +0300, Andrey Drobyshev wrote:
> On 8/22/23 22:58, John Snow wrote:
> > On Tue, Aug 22, 2023 at 1:33 PM Andrey Drobyshev
> > <andrey.drobyshev@virtuozzo.com> wrote:
> >>
> >> On 8/16/23 12:22, Andrey Drobyshev wrote:
> >>> On 7/31/23 17:51, Andrey Drobyshev wrote:
> >>>> On 7/24/23 16:11, Andrey Drobyshev wrote:
> >>>>> On 7/11/23 20:25, Andrey Drobyshev wrote:
> >>>>>> 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(-)
> >>>>>>
> >>>>>
> >>>>> Ping
> >>>>
> >>>> Another ping
> >>>
> >>> Yet another friendly ping
> >>
> >> One more friendly ping
> > 
> > Looks like Stefan gave you an R-B for the series; do we just need an
> > ACK by the block maintainers at this point or is there someone
> > specific you're hoping will review this?
> > 
> > --js
> > 
> 
> Hi John,
> 
> I figure a maintainer's R-b doesn't imply the patches being merged into
> the tree.  Hence I'm waiting for the notice that they actually are merged.
> 
> Please let me know if the process should be different.

Hi Andrey,
Kevin is away right now but seemed happy enough when I mentioned this
series to him, so I have merged this into my own tree:

  https://gitlab.com/stefanha/qemu block

Sorry that your patch series have not been merged in a timely manner.

Stefan

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

  reply	other threads:[~2023-08-24 14:37 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230824143247.GB1412804@fedora \
    --to=stefanha@redhat.com \
    --cc=andrey.drobyshev@virtuozzo.com \
    --cc=den@openvz.org \
    --cc=eblake@redhat.com \
    --cc=fam@euphon.net \
    --cc=hreitz@redhat.com \
    --cc=jsnow@redhat.com \
    --cc=kwolf@redhat.com \
    --cc=qemu-block@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-stable@nongnu.org \
    --cc=vsementsov@yandex-team.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).