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>
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>
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
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
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.
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>
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
© 2016 - 2026 Red Hat, Inc.