[PATCH 0/2] MAINTAINERS: Add myself as maintainer for replication

Lukas Straub posted 2 patches 4 weeks, 1 day ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260425-replication._5Fmaintainer-v1-0-f6ab019ff0ca@web.de
MAINTAINERS | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
[PATCH 0/2] MAINTAINERS: Add myself as maintainer for replication
Posted by Lukas Straub 4 weeks, 1 day ago
I recently took up maintainership for the orphaned COLO migraion component.
Here I take over maintainership for replication which is another important
component for COLO.

To: qemu-devel@nongnu.org
Cc: qemu-block@nongnu.org
Cc: Kevin Wolf <kwolf@redhat.com>
Cc: Hanna Reitz <hreitz@redhat.com>
Cc: Peter Maydell <peter.maydell@linaro.org>
Cc: Peter Xu <peterx@redhat.com>
Cc: Zhang Chen <zhangckid@gmail.com>

Signed-off-by: Lukas Straub <lukasstraub2@web.de>
---
Lukas Straub (2):
      MAINTAINERS: Add myself as maintainer for replication
      MAINTAINERS: Rename Replication -> COLO block replication

 MAINTAINERS | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
base-commit: 4bde339ecb41b16e90810233ba5ee2fa87bd443f
change-id: 20260425-replication_maintainer-c5f63ac49ae6

Best regards,
-- 
Lukas Straub <lukasstraub2@web.de>
Re: [PATCH 0/2] MAINTAINERS: Add myself as maintainer for replication
Posted by Kevin Wolf 1 week, 6 days ago
Hi Lukas,

Am 25.04.2026 um 16:08 hat Lukas Straub geschrieben:
> I recently took up maintainership for the orphaned COLO migraion component.
> Here I take over maintainership for replication which is another important
> component for COLO.

What are your plans with replication? Will you be sending pull requests
directly to the global maintainer, or should we keep taking patches
through the block layer queues with your Acked-by?

Same question for this series, will you merge it yourself or would you
like someone else to pick it up?

> To: qemu-devel@nongnu.org
> Cc: qemu-block@nongnu.org
> Cc: Kevin Wolf <kwolf@redhat.com>
> Cc: Hanna Reitz <hreitz@redhat.com>
> Cc: Peter Maydell <peter.maydell@linaro.org>
> Cc: Peter Xu <peterx@redhat.com>
> Cc: Zhang Chen <zhangckid@gmail.com>
> 
> Signed-off-by: Lukas Straub <lukasstraub2@web.de>
> ---
> Lukas Straub (2):
>       MAINTAINERS: Add myself as maintainer for replication
>       MAINTAINERS: Rename Replication -> COLO block replication

Acked-by: Kevin Wolf <kwolf@redhat.com>
Re: [PATCH 0/2] MAINTAINERS: Add myself as maintainer for replication
Posted by Lukas Straub 1 week, 5 days ago
On Tue, 12 May 2026 14:34:16 +0200
Kevin Wolf <kwolf@redhat.com> wrote:

> Hi Lukas,
> 
> Am 25.04.2026 um 16:08 hat Lukas Straub geschrieben:
> > I recently took up maintainership for the orphaned COLO migraion component.
> > Here I take over maintainership for replication which is another important
> > component for COLO.  
> 
> What are your plans with replication? Will you be sending pull requests
> directly to the global maintainer, or should we keep taking patches
> through the block layer queues with your Acked-by?

I would prefer to review patches and you take them trough the block
layer queue for now. The recent changes only have been drive-by/global
refactorings anyway.

I don't think I can send pull requests directly as my key is not yet
signed for that.

> 
> Same question for this series, will you merge it yourself or would you
> like someone else to pick it up?

I would like someone else to pick it up.

>
> 
> > To: qemu-devel@nongnu.org
> > Cc: qemu-block@nongnu.org
> > Cc: Kevin Wolf <kwolf@redhat.com>
> > Cc: Hanna Reitz <hreitz@redhat.com>
> > Cc: Peter Maydell <peter.maydell@linaro.org>
> > Cc: Peter Xu <peterx@redhat.com>
> > Cc: Zhang Chen <zhangckid@gmail.com>
> > 
> > Signed-off-by: Lukas Straub <lukasstraub2@web.de>
> > ---
> > Lukas Straub (2):
> >       MAINTAINERS: Add myself as maintainer for replication
> >       MAINTAINERS: Rename Replication -> COLO block replication  
> 
> Acked-by: Kevin Wolf <kwolf@redhat.com>
> 

Best regards,
Lukas Straub
Re: [PATCH 0/2] MAINTAINERS: Add myself as maintainer for replication
Posted by Kevin Wolf 1 week, 5 days ago
Am 12.05.2026 um 15:24 hat Lukas Straub geschrieben:
> On Tue, 12 May 2026 14:34:16 +0200
> Kevin Wolf <kwolf@redhat.com> wrote:
> 
> > Hi Lukas,
> > 
> > Am 25.04.2026 um 16:08 hat Lukas Straub geschrieben:
> > > I recently took up maintainership for the orphaned COLO migraion component.
> > > Here I take over maintainership for replication which is another important
> > > component for COLO.  
> > 
> > What are your plans with replication? Will you be sending pull requests
> > directly to the global maintainer, or should we keep taking patches
> > through the block layer queues with your Acked-by?
> 
> I would prefer to review patches and you take them trough the block
> layer queue for now. The recent changes only have been drive-by/global
> refactorings anyway.
> 
> I don't think I can send pull requests directly as my key is not yet
> signed for that.

The problem with the key should be solvable, but no problem, I can keep
taking things through the block tree.

> > Same question for this series, will you merge it yourself or would you
> > like someone else to pick it up?
> 
> I would like someone else to pick it up.

I applied the series to my tree, give me a few more days for sending a
pull request.

Kevin
Re: [PATCH 0/2] MAINTAINERS: Add myself as maintainer for replication
Posted by Lukas Straub 2 weeks, 4 days ago
On Sat, 25 Apr 2026 16:08:21 +0200
Lukas Straub <lukasstraub2@web.de> wrote:

> I recently took up maintainership for the orphaned COLO migraion component.
> Here I take over maintainership for replication which is another important
> component for COLO.
> 
> To: qemu-devel@nongnu.org
> Cc: qemu-block@nongnu.org
> Cc: Kevin Wolf <kwolf@redhat.com>
> Cc: Hanna Reitz <hreitz@redhat.com>
> Cc: Peter Maydell <peter.maydell@linaro.org>
> Cc: Peter Xu <peterx@redhat.com>
> Cc: Zhang Chen <zhangckid@gmail.com>
> 
> Signed-off-by: Lukas Straub <lukasstraub2@web.de>
> ---
> Lukas Straub (2):
>       MAINTAINERS: Add myself as maintainer for replication
>       MAINTAINERS: Rename Replication -> COLO block replication
> 
>  MAINTAINERS | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> ---
> base-commit: 4bde339ecb41b16e90810233ba5ee2fa87bd443f
> change-id: 20260425-replication_maintainer-c5f63ac49ae6
> 
> Best regards,

Ping.
Re: [PATCH 0/2] MAINTAINERS: Add myself as maintainer for replication
Posted by Zhang Chen 2 weeks, 4 days ago
On Wed, May 6, 2026 at 10:43 PM Lukas Straub <lukasstraub2@web.de> wrote:
>
> On Sat, 25 Apr 2026 16:08:21 +0200
> Lukas Straub <lukasstraub2@web.de> wrote:
>
> > I recently took up maintainership for the orphaned COLO migraion component.
> > Here I take over maintainership for replication which is another important
> > component for COLO.
> >
> > To: qemu-devel@nongnu.org
> > Cc: qemu-block@nongnu.org
> > Cc: Kevin Wolf <kwolf@redhat.com>
> > Cc: Hanna Reitz <hreitz@redhat.com>
> > Cc: Peter Maydell <peter.maydell@linaro.org>
> > Cc: Peter Xu <peterx@redhat.com>
> > Cc: Zhang Chen <zhangckid@gmail.com>
> >
> > Signed-off-by: Lukas Straub <lukasstraub2@web.de>
> > ---
> > Lukas Straub (2):
> >       MAINTAINERS: Add myself as maintainer for replication
> >       MAINTAINERS: Rename Replication -> COLO block replication
> >
> >  MAINTAINERS | 5 +++--
> >  1 file changed, 3 insertions(+), 2 deletions(-)
> > ---
> > base-commit: 4bde339ecb41b16e90810233ba5ee2fa87bd443f
> > change-id: 20260425-replication_maintainer-c5f63ac49ae6
> >
> > Best regards,
>
> Ping.

Block replication is no news for a long time, glad to see this.

Reviewed-by: Zhang Chen <zhangckid@gmail.com>
Re: [PATCH 0/2] MAINTAINERS: Add myself as maintainer for replication
Posted by Peter Xu 2 weeks, 4 days ago
On Wed, May 06, 2026 at 04:42:52PM +0200, Lukas Straub wrote:
> On Sat, 25 Apr 2026 16:08:21 +0200
> Lukas Straub <lukasstraub2@web.de> wrote:
> 
> > I recently took up maintainership for the orphaned COLO migraion component.
> > Here I take over maintainership for replication which is another important
> > component for COLO.
> > 
> > To: qemu-devel@nongnu.org
> > Cc: qemu-block@nongnu.org
> > Cc: Kevin Wolf <kwolf@redhat.com>
> > Cc: Hanna Reitz <hreitz@redhat.com>
> > Cc: Peter Maydell <peter.maydell@linaro.org>
> > Cc: Peter Xu <peterx@redhat.com>
> > Cc: Zhang Chen <zhangckid@gmail.com>
> > 
> > Signed-off-by: Lukas Straub <lukasstraub2@web.de>
> > ---
> > Lukas Straub (2):
> >       MAINTAINERS: Add myself as maintainer for replication
> >       MAINTAINERS: Rename Replication -> COLO block replication
> > 
> >  MAINTAINERS | 5 +++--
> >  1 file changed, 3 insertions(+), 2 deletions(-)
> > ---
> > base-commit: 4bde339ecb41b16e90810233ba5ee2fa87bd443f
> > change-id: 20260425-replication_maintainer-c5f63ac49ae6
> > 
> > Best regards,
> 
> Ping.

I assume it's more of a matter from block people..  From migration side you
can take:

Acked-by: Peter Xu <peterx@redhat.com>

-- 
Peter Xu