public inbox for qemu-devel@nongnu.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Various update to MAINTAINERS
@ 2026-03-13 11:34 Thomas Huth
  2026-03-13 11:34 ` [PATCH 1/4] MAINTAINERS: Update S390-ccw boot maintainers/reviewers Thomas Huth
                   ` (4 more replies)
  0 siblings, 5 replies; 24+ messages in thread
From: Thomas Huth @ 2026-03-13 11:34 UTC (permalink / raw)
  To: qemu-devel, Cornelia Huck, Eric Farman, Matthew Rosato,
	Daniel P . Berrangé
  Cc: qemu-s390x

Updates for the sections in MAINTAINERS where I have been involved.

Jared Rossi (1):
  MAINTAINERS: Update S390-ccw boot maintainers/reviewers

Thomas Huth (3):
  MAINTAINERS: Update the s390x maintainers
  MAINTAINERS: Remove myself from various sections
  MAINTAINERS: Downgrade the functional testing section to "Odd Fixes"

 MAINTAINERS | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

-- 
2.53.0



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

* [PATCH 1/4] MAINTAINERS: Update S390-ccw boot maintainers/reviewers
  2026-03-13 11:34 [PATCH 0/4] Various update to MAINTAINERS Thomas Huth
@ 2026-03-13 11:34 ` Thomas Huth
  2026-03-13 19:48   ` [PATCH 0/1] One additional boot reviewer Eric Farman
  2026-03-13 11:34 ` [PATCH 2/4] MAINTAINERS: Update the s390x maintainers Thomas Huth
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 24+ messages in thread
From: Thomas Huth @ 2026-03-13 11:34 UTC (permalink / raw)
  To: qemu-devel, Cornelia Huck, Eric Farman, Matthew Rosato,
	Daniel P . Berrangé
  Cc: qemu-s390x

From: Jared Rossi <jrossi@linux.ibm.com>

Christian Borntraeger is no longer active in this space.  Promote myself to
maintainer and demote Christian to reviewer.

Signed-off-by: Jared Rossi <jrossi@linux.ibm.com>
Acked-by: Eric Farman <farman@linux.ibm.com>
Acked-by: Christian Borntraeger <borntraeger@linux.ibm.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20260310142118.1120291-1-jrossi@linux.ibm.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9d1614fd7e9..49e9b7dccbb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1862,10 +1862,10 @@ T: git https://github.com/borntraeger/qemu.git s390-next
 L: qemu-s390x@nongnu.org
 
 S390-ccw boot
-M: Christian Borntraeger <borntraeger@linux.ibm.com>
 M: Thomas Huth <thuth@redhat.com>
-R: Jared Rossi <jrossi@linux.ibm.com>
+M: Jared Rossi <jrossi@linux.ibm.com>
 R: Zhuoying Cai <zycai@linux.ibm.com>
+R: Christian Borntraeger <borntraeger@linux.ibm.com>
 S: Supported
 F: hw/s390x/ipl.*
 F: pc-bios/s390-ccw/
-- 
2.53.0



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

* [PATCH 2/4] MAINTAINERS: Update the s390x maintainers
  2026-03-13 11:34 [PATCH 0/4] Various update to MAINTAINERS Thomas Huth
  2026-03-13 11:34 ` [PATCH 1/4] MAINTAINERS: Update S390-ccw boot maintainers/reviewers Thomas Huth
@ 2026-03-13 11:34 ` Thomas Huth
  2026-03-13 12:27   ` Cornelia Huck
                     ` (5 more replies)
  2026-03-13 11:34 ` [PATCH 3/4] MAINTAINERS: Remove myself from various sections Thomas Huth
                   ` (2 subsequent siblings)
  4 siblings, 6 replies; 24+ messages in thread
From: Thomas Huth @ 2026-03-13 11:34 UTC (permalink / raw)
  To: qemu-devel, Cornelia Huck, Eric Farman, Matthew Rosato,
	Daniel P . Berrangé
  Cc: qemu-s390x

From: Thomas Huth <thuth@redhat.com>

I'm going to move to another project next month, so I will not have
enough time to take care of s390x patches anymore. Fortunately,
Cornelia volunteered to take over the job of collecting s390x patches,
and Eric and Matthew offered help to back her up, so we can keep
the "S390 general architecture support" section in the "supported"
state. Thanks for your help, Cornelia, Eric and Matthew!

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 MAINTAINERS | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 49e9b7dccbb..9a859e4133a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -102,7 +102,9 @@ T: git https://github.com/vivier/qemu.git trivial-patches
 Architecture support
 --------------------
 S390 general architecture support
-M: Thomas Huth <thuth@redhat.com>
+M: Cornelia Huck <cohuck@redhat.com>
+M: Eric Farman <farman@linux.ibm.com>
+M: Matthew Rosato <mjrosato@linux.ibm.com>
 S: Supported
 F: configs/devices/s390x-softmmu/default.mak
 F: configs/targets/s390x-softmmu.mak
@@ -1862,7 +1864,6 @@ T: git https://github.com/borntraeger/qemu.git s390-next
 L: qemu-s390x@nongnu.org
 
 S390-ccw boot
-M: Thomas Huth <thuth@redhat.com>
 M: Jared Rossi <jrossi@linux.ibm.com>
 R: Zhuoying Cai <zycai@linux.ibm.com>
 R: Christian Borntraeger <borntraeger@linux.ibm.com>
-- 
2.53.0



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

* [PATCH 3/4] MAINTAINERS: Remove myself from various sections
  2026-03-13 11:34 [PATCH 0/4] Various update to MAINTAINERS Thomas Huth
  2026-03-13 11:34 ` [PATCH 1/4] MAINTAINERS: Update S390-ccw boot maintainers/reviewers Thomas Huth
  2026-03-13 11:34 ` [PATCH 2/4] MAINTAINERS: Update the s390x maintainers Thomas Huth
@ 2026-03-13 11:34 ` Thomas Huth
  2026-03-14 14:01   ` Philippe Mathieu-Daudé
  2026-03-13 11:34 ` [PATCH 4/4] MAINTAINERS: Downgrade the functional testing section to "Odd Fixes" Thomas Huth
  2026-03-13 12:29 ` [PATCH 0/4] Various update to MAINTAINERS Cornelia Huck
  4 siblings, 1 reply; 24+ messages in thread
From: Thomas Huth @ 2026-03-13 11:34 UTC (permalink / raw)
  To: qemu-devel, Cornelia Huck, Eric Farman, Matthew Rosato,
	Daniel P . Berrangé
  Cc: qemu-s390x

From: Thomas Huth <thuth@redhat.com>

I likely won't have much time in the future for QEMU anymore, so
remove myself from various sections that have already enough other
maintainers / reviewers.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 MAINTAINERS | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9a859e4133a..1c7dfab39d3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -67,7 +67,6 @@ F: */
 Project policy and developer guides
 R: Alex Bennée <alex.bennee@linaro.org>
 R: Daniel P. Berrangé <berrange@redhat.com>
-R: Thomas Huth <thuth@redhat.com>
 R: Markus Armbruster <armbru@redhat.com>
 R: Philippe Mathieu-Daudé <philmd@linaro.org>
 W: https://www.qemu.org/docs/master/devel/index.html
@@ -4489,7 +4488,6 @@ Build and test automation, general continuous integration
 M: Alex Bennée <alex.bennee@linaro.org>
 T: git https://gitlab.com/stsquad/qemu testing/next
 M: Philippe Mathieu-Daudé <philmd@linaro.org>
-M: Thomas Huth <thuth@redhat.com>
 S: Maintained
 F: .github/workflows/lockdown.yml
 F: .gitlab-ci.yml
@@ -4586,7 +4584,6 @@ F: scripts/symlink-install-tree.py
 Top Level Makefile and configure
 M: Paolo Bonzini <pbonzini@redhat.com>
 R: Alex Bennée <alex.bennee@linaro.org>
-R: Thomas Huth <thuth@redhat.com>
 S: Maintained
 F: Makefile
 F: configure
-- 
2.53.0



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

* [PATCH 4/4] MAINTAINERS: Downgrade the functional testing section to "Odd Fixes"
  2026-03-13 11:34 [PATCH 0/4] Various update to MAINTAINERS Thomas Huth
                   ` (2 preceding siblings ...)
  2026-03-13 11:34 ` [PATCH 3/4] MAINTAINERS: Remove myself from various sections Thomas Huth
@ 2026-03-13 11:34 ` Thomas Huth
  2026-03-13 11:42   ` Daniel P. Berrangé
                     ` (2 more replies)
  2026-03-13 12:29 ` [PATCH 0/4] Various update to MAINTAINERS Cornelia Huck
  4 siblings, 3 replies; 24+ messages in thread
From: Thomas Huth @ 2026-03-13 11:34 UTC (permalink / raw)
  To: qemu-devel, Cornelia Huck, Eric Farman, Matthew Rosato,
	Daniel P . Berrangé
  Cc: qemu-s390x

From: Thomas Huth <thuth@redhat.com>

I won't have that much time for QEMU anymore in the future, so downgrade
the status of the "functional testing framework" section to "Odd Fixes"
to avoid wrong expectations. While we're at it, also switch to my other
e-mail address here that I'm already using for the other sections where
I am still listed as maintainer / reviewer.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 1c7dfab39d3..18e4223de1d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4514,10 +4514,10 @@ F: tests/vm/freebsd
 W: https://cirrus-ci.com/github/qemu/qemu
 
 Functional testing framework
-M: Thomas Huth <thuth@redhat.com>
+M: Thomas Huth <th.huth+qemu@posteo.eu>
 R: Philippe Mathieu-Daudé <philmd@linaro.org>
 R: Daniel P. Berrange <berrange@redhat.com>
-S: Maintained
+S: Odd Fixes
 F: docs/devel/testing/functional.rst
 F: scripts/clean_functional_cache.py
 F: tests/functional/meson.build
-- 
2.53.0



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

* Re: [PATCH 4/4] MAINTAINERS: Downgrade the functional testing section to "Odd Fixes"
  2026-03-13 11:34 ` [PATCH 4/4] MAINTAINERS: Downgrade the functional testing section to "Odd Fixes" Thomas Huth
@ 2026-03-13 11:42   ` Daniel P. Berrangé
  2026-03-14 14:00     ` Philippe Mathieu-Daudé
  2026-03-14 13:57   ` Philippe Mathieu-Daudé
  2026-03-15 14:35   ` Bernhard Beschow
  2 siblings, 1 reply; 24+ messages in thread
From: Daniel P. Berrangé @ 2026-03-13 11:42 UTC (permalink / raw)
  To: Thomas Huth
  Cc: qemu-devel, Cornelia Huck, Eric Farman, Matthew Rosato,
	qemu-s390x

On Fri, Mar 13, 2026 at 12:34:22PM +0100, Thomas Huth wrote:
> From: Thomas Huth <thuth@redhat.com>
> 
> I won't have that much time for QEMU anymore in the future, so downgrade
> the status of the "functional testing framework" section to "Odd Fixes"
> to avoid wrong expectations. While we're at it, also switch to my other
> e-mail address here that I'm already using for the other sections where
> I am still listed as maintainer / reviewer.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  MAINTAINERS | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>


FYI, this section only applies to the core framework itself. The
individual test files are all distributed across the arch target
maintainers.

I was in two minds as to whether to declare myself a replacement
maintainer for Thomas. I'll try to collect & review any patches
to the core framework in the absence of anyone else wanting to
step up, but I didn't want to guarantee I'd be able to spend
regular time on it as a formal maintainer assignment.

> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 1c7dfab39d3..18e4223de1d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4514,10 +4514,10 @@ F: tests/vm/freebsd
>  W: https://cirrus-ci.com/github/qemu/qemu
>  
>  Functional testing framework
> -M: Thomas Huth <thuth@redhat.com>
> +M: Thomas Huth <th.huth+qemu@posteo.eu>
>  R: Philippe Mathieu-Daudé <philmd@linaro.org>
>  R: Daniel P. Berrange <berrange@redhat.com>
> -S: Maintained
> +S: Odd Fixes
>  F: docs/devel/testing/functional.rst
>  F: scripts/clean_functional_cache.py
>  F: tests/functional/meson.build
> -- 
> 2.53.0
> 

With regards,
Daniel
-- 
|: https://berrange.com       ~~        https://hachyderm.io/@berrange :|
|: https://libvirt.org          ~~          https://entangle-photo.org :|
|: https://pixelfed.art/berrange   ~~    https://fstop138.berrange.com :|



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

* Re: [PATCH 2/4] MAINTAINERS: Update the s390x maintainers
  2026-03-13 11:34 ` [PATCH 2/4] MAINTAINERS: Update the s390x maintainers Thomas Huth
@ 2026-03-13 12:27   ` Cornelia Huck
  2026-03-13 12:30   ` Eric Farman
                     ` (4 subsequent siblings)
  5 siblings, 0 replies; 24+ messages in thread
From: Cornelia Huck @ 2026-03-13 12:27 UTC (permalink / raw)
  To: Thomas Huth, qemu-devel, Eric Farman, Matthew Rosato,
	Daniel P . Berrangé
  Cc: qemu-s390x

On Fri, Mar 13 2026, Thomas Huth <thuth@redhat.com> wrote:

> From: Thomas Huth <thuth@redhat.com>
>
> I'm going to move to another project next month, so I will not have
> enough time to take care of s390x patches anymore. Fortunately,
> Cornelia volunteered to take over the job of collecting s390x patches,
> and Eric and Matthew offered help to back her up, so we can keep
> the "S390 general architecture support" section in the "supported"
> state. Thanks for your help, Cornelia, Eric and Matthew!
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  MAINTAINERS | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)

Reviewed-by: Cornelia Huck <cohuck@redhat.com>

Thomas, thank you so, so much for all your past work!



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

* Re: [PATCH 0/4] Various update to MAINTAINERS
  2026-03-13 11:34 [PATCH 0/4] Various update to MAINTAINERS Thomas Huth
                   ` (3 preceding siblings ...)
  2026-03-13 11:34 ` [PATCH 4/4] MAINTAINERS: Downgrade the functional testing section to "Odd Fixes" Thomas Huth
@ 2026-03-13 12:29 ` Cornelia Huck
  2026-03-13 12:38   ` Thomas Huth
  4 siblings, 1 reply; 24+ messages in thread
From: Cornelia Huck @ 2026-03-13 12:29 UTC (permalink / raw)
  To: Thomas Huth, qemu-devel, Eric Farman, Matthew Rosato,
	Daniel P . Berrangé
  Cc: qemu-s390x

On Fri, Mar 13 2026, Thomas Huth <thuth@redhat.com> wrote:

> Updates for the sections in MAINTAINERS where I have been involved.
>
> Jared Rossi (1):
>   MAINTAINERS: Update S390-ccw boot maintainers/reviewers
>
> Thomas Huth (3):
>   MAINTAINERS: Update the s390x maintainers
>   MAINTAINERS: Remove myself from various sections
>   MAINTAINERS: Downgrade the functional testing section to "Odd Fixes"
>
>  MAINTAINERS | 16 +++++++---------
>  1 file changed, 7 insertions(+), 9 deletions(-)
>

I guess it makes sense if you put this into a pull req yourself, and I
start taking care again of s390 patches after that?



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

* Re: [PATCH 2/4] MAINTAINERS: Update the s390x maintainers
  2026-03-13 11:34 ` [PATCH 2/4] MAINTAINERS: Update the s390x maintainers Thomas Huth
  2026-03-13 12:27   ` Cornelia Huck
@ 2026-03-13 12:30   ` Eric Farman
  2026-03-13 16:02   ` Yodel Eldar
                     ` (3 subsequent siblings)
  5 siblings, 0 replies; 24+ messages in thread
From: Eric Farman @ 2026-03-13 12:30 UTC (permalink / raw)
  To: Thomas Huth, qemu-devel, Cornelia Huck, Matthew Rosato,
	Daniel P . Berrangé
  Cc: qemu-s390x

On Fri, 2026-03-13 at 12:34 +0100, Thomas Huth wrote:
> From: Thomas Huth <thuth@redhat.com>
> 
> I'm going to move to another project next month, so I will not have
> enough time to take care of s390x patches anymore. Fortunately,
> Cornelia volunteered to take over the job of collecting s390x patches,
> and Eric and Matthew offered help to back her up, so we can keep
> the "S390 general architecture support" section in the "supported"
> state. Thanks for your help, Cornelia, Eric and Matthew!
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  MAINTAINERS | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 49e9b7dccbb..9a859e4133a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -102,7 +102,9 @@ T: git https://github.com/vivier/qemu.git trivial-patches
>  Architecture support
>  --------------------
>  S390 general architecture support
> -M: Thomas Huth <thuth@redhat.com>
> +M: Cornelia Huck <cohuck@redhat.com>
> +M: Eric Farman <farman@linux.ibm.com>
> +M: Matthew Rosato <mjrosato@linux.ibm.com>
>  S: Supported
>  F: configs/devices/s390x-softmmu/default.mak
>  F: configs/targets/s390x-softmmu.mak
> @@ -1862,7 +1864,6 @@ T: git https://github.com/borntraeger/qemu.git s390-next
>  L: qemu-s390x@nongnu.org
>  
>  S390-ccw boot
> -M: Thomas Huth <thuth@redhat.com>
>  M: Jared Rossi <jrossi@linux.ibm.com>
>  R: Zhuoying Cai <zycai@linux.ibm.com>
>  R: Christian Borntraeger <borntraeger@linux.ibm.com>

Thomas,

I cannot begin to thank you enough for all that you've done for us, and I wish you the best in your
next endeavors. Cheers!

Acked-by: Eric Farman <farman@linux.ibm.com>


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

* Re: [PATCH 0/4] Various update to MAINTAINERS
  2026-03-13 12:29 ` [PATCH 0/4] Various update to MAINTAINERS Cornelia Huck
@ 2026-03-13 12:38   ` Thomas Huth
  0 siblings, 0 replies; 24+ messages in thread
From: Thomas Huth @ 2026-03-13 12:38 UTC (permalink / raw)
  To: Cornelia Huck, qemu-devel, Eric Farman, Matthew Rosato,
	Daniel P . Berrangé
  Cc: qemu-s390x

On 13/03/2026 13.29, Cornelia Huck wrote:
> On Fri, Mar 13 2026, Thomas Huth <thuth@redhat.com> wrote:
> 
>> Updates for the sections in MAINTAINERS where I have been involved.
>>
>> Jared Rossi (1):
>>    MAINTAINERS: Update S390-ccw boot maintainers/reviewers
>>
>> Thomas Huth (3):
>>    MAINTAINERS: Update the s390x maintainers
>>    MAINTAINERS: Remove myself from various sections
>>    MAINTAINERS: Downgrade the functional testing section to "Odd Fixes"
>>
>>   MAINTAINERS | 16 +++++++---------
>>   1 file changed, 7 insertions(+), 9 deletions(-)
>>
> 
> I guess it makes sense if you put this into a pull req yourself, and I
> start taking care again of s390 patches after that?

Yes, I'll send another PR before hardfreeze on next Tuesday.

  Thomas



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

* Re: [PATCH 2/4] MAINTAINERS: Update the s390x maintainers
  2026-03-13 11:34 ` [PATCH 2/4] MAINTAINERS: Update the s390x maintainers Thomas Huth
  2026-03-13 12:27   ` Cornelia Huck
  2026-03-13 12:30   ` Eric Farman
@ 2026-03-13 16:02   ` Yodel Eldar
  2026-03-14 14:04     ` Philippe Mathieu-Daudé
  2026-03-13 18:27   ` Matthew Rosato
                     ` (2 subsequent siblings)
  5 siblings, 1 reply; 24+ messages in thread
From: Yodel Eldar @ 2026-03-13 16:02 UTC (permalink / raw)
  To: Thomas Huth, qemu-devel, Cornelia Huck, Eric Farman,
	Matthew Rosato, Daniel P . Berrangé
  Cc: qemu-s390x

Dear Thomas,

On 13/03/2026 06:34, Thomas Huth wrote:
> From: Thomas Huth <thuth@redhat.com>
> 
> I'm going to move to another project next month, so I will not have
> enough time to take care of s390x patches anymore. Fortunately,
> Cornelia volunteered to take over the job of collecting s390x patches,
> and Eric and Matthew offered help to back her up, so we can keep
> the "S390 general architecture support" section in the "supported"
> state. Thanks for your help, Cornelia, Eric and Matthew!
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---

Our correspondence had only begun recently, but as a QEMU user I
had been enjoying the fruits of your labor for much longer (though
I did not know it at the time). I'm so grateful for all of your
contributions and the help you so kindly gave during patch review.
I won't ask about this other project in case you have reasons not
to share it at this time, but I'll say this: in about a month, that
project is going to get a major upgrade in quality, and everyone
here will know exactly why.
Thank you for the time, energy, and care you put into QEMU!

Sincerely,
Yodel

>   MAINTAINERS | 5 +++--
>   1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 49e9b7dccbb..9a859e4133a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -102,7 +102,9 @@ T: git https://github.com/vivier/qemu.git trivial-patches
>   Architecture support
>   --------------------
>   S390 general architecture support
> -M: Thomas Huth <thuth@redhat.com>
> +M: Cornelia Huck <cohuck@redhat.com>
> +M: Eric Farman <farman@linux.ibm.com>
> +M: Matthew Rosato <mjrosato@linux.ibm.com>
>   S: Supported
>   F: configs/devices/s390x-softmmu/default.mak
>   F: configs/targets/s390x-softmmu.mak
> @@ -1862,7 +1864,6 @@ T: git https://github.com/borntraeger/qemu.git s390-next
>   L: qemu-s390x@nongnu.org
>   
>   S390-ccw boot
> -M: Thomas Huth <thuth@redhat.com>
>   M: Jared Rossi <jrossi@linux.ibm.com>
>   R: Zhuoying Cai <zycai@linux.ibm.com>
>   R: Christian Borntraeger <borntraeger@linux.ibm.com>



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

* Re: [PATCH 2/4] MAINTAINERS: Update the s390x maintainers
  2026-03-13 11:34 ` [PATCH 2/4] MAINTAINERS: Update the s390x maintainers Thomas Huth
                     ` (2 preceding siblings ...)
  2026-03-13 16:02   ` Yodel Eldar
@ 2026-03-13 18:27   ` Matthew Rosato
  2026-03-14 16:38   ` Ilya Leoshkevich
  2026-03-16  6:45   ` Markus Armbruster
  5 siblings, 0 replies; 24+ messages in thread
From: Matthew Rosato @ 2026-03-13 18:27 UTC (permalink / raw)
  To: Thomas Huth, qemu-devel, Cornelia Huck, Eric Farman,
	Daniel P . Berrangé
  Cc: qemu-s390x

On 3/13/26 7:34 AM, Thomas Huth wrote:
> From: Thomas Huth <thuth@redhat.com>
> 
> I'm going to move to another project next month, so I will not have
> enough time to take care of s390x patches anymore. Fortunately,
> Cornelia volunteered to take over the job of collecting s390x patches,
> and Eric and Matthew offered help to back her up, so we can keep
> the "S390 general architecture support" section in the "supported"
> state. Thanks for your help, Cornelia, Eric and Matthew!
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>

Hi Thomas,

I can only echo Eric's statements!  It's been great working with you over the years -- thank you for all you've done for s390x.  Wishing you the best in your next role.

Acked-by: Matthew Rosato <mjrosato@linux.ibm.com>

> ---
>  MAINTAINERS | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 49e9b7dccbb..9a859e4133a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -102,7 +102,9 @@ T: git https://github.com/vivier/qemu.git trivial-patches
>  Architecture support
>  --------------------
>  S390 general architecture support
> -M: Thomas Huth <thuth@redhat.com>
> +M: Cornelia Huck <cohuck@redhat.com>
> +M: Eric Farman <farman@linux.ibm.com>
> +M: Matthew Rosato <mjrosato@linux.ibm.com>
>  S: Supported
>  F: configs/devices/s390x-softmmu/default.mak
>  F: configs/targets/s390x-softmmu.mak
> @@ -1862,7 +1864,6 @@ T: git https://github.com/borntraeger/qemu.git s390-next
>  L: qemu-s390x@nongnu.org
>  
>  S390-ccw boot
> -M: Thomas Huth <thuth@redhat.com>
>  M: Jared Rossi <jrossi@linux.ibm.com>
>  R: Zhuoying Cai <zycai@linux.ibm.com>
>  R: Christian Borntraeger <borntraeger@linux.ibm.com>



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

* [PATCH 0/1] One additional boot reviewer
  2026-03-13 11:34 ` [PATCH 1/4] MAINTAINERS: Update S390-ccw boot maintainers/reviewers Thomas Huth
@ 2026-03-13 19:48   ` Eric Farman
  2026-03-13 19:48     ` [PATCH 1/1] MAINTAINERS: Add another reviewer to s390x boot Eric Farman
  0 siblings, 1 reply; 24+ messages in thread
From: Eric Farman @ 2026-03-13 19:48 UTC (permalink / raw)
  To: Thomas Huth, Jason Herne, Cornelia Huck, Eric Farman,
	Matthew Rosato, Daniel P . Berrangé
  Cc: Jared Rossi, Christian Borntraeger, Zhuoying Cai, qemu-devel,
	qemu-s390x

Thomas,

I mentioned offline that we might have one more person that could help
keep tabs on the boot code, beyond Matt and myself. Here it is, if there's
still room for it...

Eric Farman (1):
  MAINTAINERS: Add another reviewer to s390x boot

 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

-- 
2.51.0



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

* [PATCH 1/1] MAINTAINERS: Add another reviewer to s390x boot
  2026-03-13 19:48   ` [PATCH 0/1] One additional boot reviewer Eric Farman
@ 2026-03-13 19:48     ` Eric Farman
  2026-03-13 20:04       ` Jason J. Herne
                         ` (2 more replies)
  0 siblings, 3 replies; 24+ messages in thread
From: Eric Farman @ 2026-03-13 19:48 UTC (permalink / raw)
  To: Thomas Huth, Jason Herne, Cornelia Huck, Eric Farman,
	Matthew Rosato, Daniel P . Berrangé
  Cc: Jared Rossi, Christian Borntraeger, Zhuoying Cai, qemu-devel,
	qemu-s390x

Jason offered to help review this area of code;
let's make sure he's notified of changes.

Signed-off-by: Eric Farman <farman@linux.ibm.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 23562aaac2..e83ff3826b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1866,6 +1866,7 @@ S390-ccw boot
 M: Jared Rossi <jrossi@linux.ibm.com>
 R: Zhuoying Cai <zycai@linux.ibm.com>
 R: Christian Borntraeger <borntraeger@linux.ibm.com>
+R: Jason Herne <jjherne@linux.ibm.com>
 S: Supported
 F: hw/s390x/ipl.*
 F: pc-bios/s390-ccw/
-- 
2.51.0



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

* Re: [PATCH 1/1] MAINTAINERS: Add another reviewer to s390x boot
  2026-03-13 19:48     ` [PATCH 1/1] MAINTAINERS: Add another reviewer to s390x boot Eric Farman
@ 2026-03-13 20:04       ` Jason J. Herne
  2026-03-13 22:02       ` Matthew Rosato
  2026-03-16 13:40       ` Jared Rossi
  2 siblings, 0 replies; 24+ messages in thread
From: Jason J. Herne @ 2026-03-13 20:04 UTC (permalink / raw)
  To: Eric Farman, Thomas Huth, Cornelia Huck, Matthew Rosato,
	Daniel P . Berrangé
  Cc: Jared Rossi, Christian Borntraeger, Zhuoying Cai, qemu-devel,
	qemu-s390x

On 3/13/26 3:48 PM, Eric Farman wrote:
> Jason offered to help review this area of code;
> let's make sure he's notified of changes.
> 
> Signed-off-by: Eric Farman <farman@linux.ibm.com>
> ---
>   MAINTAINERS | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 23562aaac2..e83ff3826b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1866,6 +1866,7 @@ S390-ccw boot
>   M: Jared Rossi <jrossi@linux.ibm.com>
>   R: Zhuoying Cai <zycai@linux.ibm.com>
>   R: Christian Borntraeger <borntraeger@linux.ibm.com>
> +R: Jason Herne <jjherne@linux.ibm.com>
>   S: Supported
>   F: hw/s390x/ipl.*
>   F: pc-bios/s390-ccw/

Acked-by: Jason J. Herne <jjherne@linux.ibm.com>


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

* Re: [PATCH 1/1] MAINTAINERS: Add another reviewer to s390x boot
  2026-03-13 19:48     ` [PATCH 1/1] MAINTAINERS: Add another reviewer to s390x boot Eric Farman
  2026-03-13 20:04       ` Jason J. Herne
@ 2026-03-13 22:02       ` Matthew Rosato
  2026-03-16 13:40       ` Jared Rossi
  2 siblings, 0 replies; 24+ messages in thread
From: Matthew Rosato @ 2026-03-13 22:02 UTC (permalink / raw)
  To: Eric Farman, Thomas Huth, Jason Herne, Cornelia Huck,
	Daniel P . Berrangé
  Cc: Jared Rossi, Christian Borntraeger, Zhuoying Cai, qemu-devel,
	qemu-s390x

On 3/13/26 3:48 PM, Eric Farman wrote:
> Jason offered to help review this area of code;
> let's make sure he's notified of changes.
> 
> Signed-off-by: Eric Farman <farman@linux.ibm.com>

Acked-by: Matthew Rosato <mjrosato@linux.ibm.com>

> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 23562aaac2..e83ff3826b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1866,6 +1866,7 @@ S390-ccw boot
>  M: Jared Rossi <jrossi@linux.ibm.com>
>  R: Zhuoying Cai <zycai@linux.ibm.com>
>  R: Christian Borntraeger <borntraeger@linux.ibm.com>
> +R: Jason Herne <jjherne@linux.ibm.com>
>  S: Supported
>  F: hw/s390x/ipl.*
>  F: pc-bios/s390-ccw/



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

* Re: [PATCH 4/4] MAINTAINERS: Downgrade the functional testing section to "Odd Fixes"
  2026-03-13 11:34 ` [PATCH 4/4] MAINTAINERS: Downgrade the functional testing section to "Odd Fixes" Thomas Huth
  2026-03-13 11:42   ` Daniel P. Berrangé
@ 2026-03-14 13:57   ` Philippe Mathieu-Daudé
  2026-03-15 14:35   ` Bernhard Beschow
  2 siblings, 0 replies; 24+ messages in thread
From: Philippe Mathieu-Daudé @ 2026-03-14 13:57 UTC (permalink / raw)
  To: Thomas Huth, qemu-devel, Cornelia Huck, Eric Farman,
	Matthew Rosato, Daniel P . Berrangé
  Cc: qemu-s390x

On 13/3/26 12:34, Thomas Huth wrote:
> From: Thomas Huth <thuth@redhat.com>
> 
> I won't have that much time for QEMU anymore in the future, so downgrade
> the status of the "functional testing framework" section to "Odd Fixes"
> to avoid wrong expectations. While we're at it, also switch to my other
> e-mail address here that I'm already using for the other sections where
> I am still listed as maintainer / reviewer.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>   MAINTAINERS | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>


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

* Re: [PATCH 4/4] MAINTAINERS: Downgrade the functional testing section to "Odd Fixes"
  2026-03-13 11:42   ` Daniel P. Berrangé
@ 2026-03-14 14:00     ` Philippe Mathieu-Daudé
  0 siblings, 0 replies; 24+ messages in thread
From: Philippe Mathieu-Daudé @ 2026-03-14 14:00 UTC (permalink / raw)
  To: Daniel P. Berrangé, Thomas Huth
  Cc: qemu-devel, Cornelia Huck, Eric Farman, Matthew Rosato,
	qemu-s390x

On 13/3/26 12:42, Daniel P. Berrangé wrote:
> On Fri, Mar 13, 2026 at 12:34:22PM +0100, Thomas Huth wrote:
>> From: Thomas Huth <thuth@redhat.com>
>>
>> I won't have that much time for QEMU anymore in the future, so downgrade
>> the status of the "functional testing framework" section to "Odd Fixes"
>> to avoid wrong expectations. While we're at it, also switch to my other
>> e-mail address here that I'm already using for the other sections where
>> I am still listed as maintainer / reviewer.
>>
>> Signed-off-by: Thomas Huth <thuth@redhat.com>
>> ---
>>   MAINTAINERS | 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
> 
> 
> FYI, this section only applies to the core framework itself. The
> individual test files are all distributed across the arch target
> maintainers.
> 
> I was in two minds as to whether to declare myself a replacement
> maintainer for Thomas. I'll try to collect & review any patches
> to the core framework in the absence of anyone else wanting to
> step up, but I didn't want to guarantee I'd be able to spend
> regular time on it as a formal maintainer assignment.

Good to know, thanks for the update!



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

* Re: [PATCH 3/4] MAINTAINERS: Remove myself from various sections
  2026-03-13 11:34 ` [PATCH 3/4] MAINTAINERS: Remove myself from various sections Thomas Huth
@ 2026-03-14 14:01   ` Philippe Mathieu-Daudé
  0 siblings, 0 replies; 24+ messages in thread
From: Philippe Mathieu-Daudé @ 2026-03-14 14:01 UTC (permalink / raw)
  To: Thomas Huth, qemu-devel, Cornelia Huck, Eric Farman,
	Matthew Rosato, Daniel P . Berrangé
  Cc: qemu-s390x

On 13/3/26 12:34, Thomas Huth wrote:
> From: Thomas Huth <thuth@redhat.com>
> 
> I likely won't have much time in the future for QEMU anymore, so
> remove myself from various sections that have already enough other
> maintainers / reviewers.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>   MAINTAINERS | 3 ---
>   1 file changed, 3 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>


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

* Re: [PATCH 2/4] MAINTAINERS: Update the s390x maintainers
  2026-03-13 16:02   ` Yodel Eldar
@ 2026-03-14 14:04     ` Philippe Mathieu-Daudé
  0 siblings, 0 replies; 24+ messages in thread
From: Philippe Mathieu-Daudé @ 2026-03-14 14:04 UTC (permalink / raw)
  To: Yodel Eldar, Thomas Huth, qemu-devel, Cornelia Huck, Eric Farman,
	Matthew Rosato, Daniel P . Berrangé
  Cc: qemu-s390x

On 13/3/26 17:02, Yodel Eldar wrote:
> Dear Thomas,
> 
> On 13/03/2026 06:34, Thomas Huth wrote:
>> From: Thomas Huth <thuth@redhat.com>
>>
>> I'm going to move to another project next month, so I will not have
>> enough time to take care of s390x patches anymore. Fortunately,
>> Cornelia volunteered to take over the job of collecting s390x patches,
>> and Eric and Matthew offered help to back her up, so we can keep
>> the "S390 general architecture support" section in the "supported"
>> state. Thanks for your help, Cornelia, Eric and Matthew!
>>
>> Signed-off-by: Thomas Huth <thuth@redhat.com>
>> ---
> 
> Our correspondence had only begun recently, but as a QEMU user I
> had been enjoying the fruits of your labor for much longer (though
> I did not know it at the time). I'm so grateful for all of your
> contributions and the help you so kindly gave during patch review.

I couldn't say nicer, so +1 here :)


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

* Re: [PATCH 2/4] MAINTAINERS: Update the s390x maintainers
  2026-03-13 11:34 ` [PATCH 2/4] MAINTAINERS: Update the s390x maintainers Thomas Huth
                     ` (3 preceding siblings ...)
  2026-03-13 18:27   ` Matthew Rosato
@ 2026-03-14 16:38   ` Ilya Leoshkevich
  2026-03-16  6:45   ` Markus Armbruster
  5 siblings, 0 replies; 24+ messages in thread
From: Ilya Leoshkevich @ 2026-03-14 16:38 UTC (permalink / raw)
  To: Thomas Huth, qemu-devel, Cornelia Huck, Eric Farman,
	Matthew Rosato, Daniel P . Berrangé
  Cc: qemu-s390x


On 3/13/26 12:34, Thomas Huth wrote:
> From: Thomas Huth <thuth@redhat.com>
>
> I'm going to move to another project next month, so I will not have
> enough time to take care of s390x patches anymore. Fortunately,
> Cornelia volunteered to take over the job of collecting s390x patches,
> and Eric and Matthew offered help to back her up, so we can keep
> the "S390 general architecture support" section in the "supported"
> state. Thanks for your help, Cornelia, Eric and Matthew!
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>   MAINTAINERS | 5 +++--
>   1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 49e9b7dccbb..9a859e4133a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -102,7 +102,9 @@ T: git https://github.com/vivier/qemu.git trivial-patches
>   Architecture support
>   --------------------
>   S390 general architecture support
> -M: Thomas Huth <thuth@redhat.com>
> +M: Cornelia Huck <cohuck@redhat.com>
> +M: Eric Farman <farman@linux.ibm.com>
> +M: Matthew Rosato <mjrosato@linux.ibm.com>
>   S: Supported
>   F: configs/devices/s390x-softmmu/default.mak
>   F: configs/targets/s390x-softmmu.mak
> @@ -1862,7 +1864,6 @@ T: git https://github.com/borntraeger/qemu.git s390-next
>   L: qemu-s390x@nongnu.org
>   
>   S390-ccw boot
> -M: Thomas Huth <thuth@redhat.com>
>   M: Jared Rossi <jrossi@linux.ibm.com>
>   R: Zhuoying Cai <zycai@linux.ibm.com>
>   R: Christian Borntraeger <borntraeger@linux.ibm.com>

Hi Thomas,


It was a pleasure collaborating with you on the mailing list.

Thank you for all the work you've done and all the best with your next 
project!


Best regards,

Ilya



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

* Re: [PATCH 4/4] MAINTAINERS: Downgrade the functional testing section to "Odd Fixes"
  2026-03-13 11:34 ` [PATCH 4/4] MAINTAINERS: Downgrade the functional testing section to "Odd Fixes" Thomas Huth
  2026-03-13 11:42   ` Daniel P. Berrangé
  2026-03-14 13:57   ` Philippe Mathieu-Daudé
@ 2026-03-15 14:35   ` Bernhard Beschow
  2 siblings, 0 replies; 24+ messages in thread
From: Bernhard Beschow @ 2026-03-15 14:35 UTC (permalink / raw)
  To: qemu-devel, Thomas Huth, Cornelia Huck, Eric Farman,
	Matthew Rosato, Daniel P . Berrangé
  Cc: qemu-s390x



Am 13. März 2026 11:34:22 UTC schrieb Thomas Huth <thuth@redhat.com>:
>From: Thomas Huth <thuth@redhat.com>
>
>I won't have that much time for QEMU anymore in the future, so downgrade
>the status of the "functional testing framework" section to "Odd Fixes"
>to avoid wrong expectations. While we're at it, also switch to my other
>e-mail address here that I'm already using for the other sections where
>I am still listed as maintainer / reviewer.

Thanks for the dedication you put into the test frameworks and their transition. Sad to see you leave and hopes to still see you around in the retro computing camp here in QEMU.

Best regards,
Bernhard

>
>Signed-off-by: Thomas Huth <thuth@redhat.com>
>---
> MAINTAINERS | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
>diff --git a/MAINTAINERS b/MAINTAINERS
>index 1c7dfab39d3..18e4223de1d 100644
>--- a/MAINTAINERS
>+++ b/MAINTAINERS
>@@ -4514,10 +4514,10 @@ F: tests/vm/freebsd
> W: https://cirrus-ci.com/github/qemu/qemu
> 
> Functional testing framework
>-M: Thomas Huth <thuth@redhat.com>
>+M: Thomas Huth <th.huth+qemu@posteo.eu>
> R: Philippe Mathieu-Daudé <philmd@linaro.org>
> R: Daniel P. Berrange <berrange@redhat.com>
>-S: Maintained
>+S: Odd Fixes
> F: docs/devel/testing/functional.rst
> F: scripts/clean_functional_cache.py
> F: tests/functional/meson.build


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

* Re: [PATCH 2/4] MAINTAINERS: Update the s390x maintainers
  2026-03-13 11:34 ` [PATCH 2/4] MAINTAINERS: Update the s390x maintainers Thomas Huth
                     ` (4 preceding siblings ...)
  2026-03-14 16:38   ` Ilya Leoshkevich
@ 2026-03-16  6:45   ` Markus Armbruster
  5 siblings, 0 replies; 24+ messages in thread
From: Markus Armbruster @ 2026-03-16  6:45 UTC (permalink / raw)
  To: Thomas Huth
  Cc: qemu-devel, Cornelia Huck, Eric Farman, Matthew Rosato,
	Daniel P . Berrangé, qemu-s390x

Thomas has contributed more than 2200 commits in almost fifteen years.
And that's just what the machine can record!  Unrecorded, but certainly
not unremembered are the countless conversations, the help so generously
provided.  This loss will be felt.

Thank you, Thomas, and best of luck in your next adventure!

Markus



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

* Re: [PATCH 1/1] MAINTAINERS: Add another reviewer to s390x boot
  2026-03-13 19:48     ` [PATCH 1/1] MAINTAINERS: Add another reviewer to s390x boot Eric Farman
  2026-03-13 20:04       ` Jason J. Herne
  2026-03-13 22:02       ` Matthew Rosato
@ 2026-03-16 13:40       ` Jared Rossi
  2 siblings, 0 replies; 24+ messages in thread
From: Jared Rossi @ 2026-03-16 13:40 UTC (permalink / raw)
  To: Eric Farman, Thomas Huth, Jason Herne, Cornelia Huck,
	Matthew Rosato, Daniel P . Berrangé
  Cc: Christian Borntraeger, Zhuoying Cai, qemu-devel, qemu-s390x

On 3/13/26 3:48 PM, Eric Farman wrote:
> Jason offered to help review this area of code;
> let's make sure he's notified of changes.
>
> Signed-off-by: Eric Farman <farman@linux.ibm.com>
> ---
>   MAINTAINERS | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 23562aaac2..e83ff3826b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1866,6 +1866,7 @@ S390-ccw boot
>   M: Jared Rossi <jrossi@linux.ibm.com>
>   R: Zhuoying Cai <zycai@linux.ibm.com>
>   R: Christian Borntraeger <borntraeger@linux.ibm.com>
> +R: Jason Herne <jjherne@linux.ibm.com>
>   S: Supported
>   F: hw/s390x/ipl.*
>   F: pc-bios/s390-ccw/
Acked-by: Jared Rossi <jrossi@linux.ibm.com>


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

end of thread, other threads:[~2026-03-16 13:41 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-13 11:34 [PATCH 0/4] Various update to MAINTAINERS Thomas Huth
2026-03-13 11:34 ` [PATCH 1/4] MAINTAINERS: Update S390-ccw boot maintainers/reviewers Thomas Huth
2026-03-13 19:48   ` [PATCH 0/1] One additional boot reviewer Eric Farman
2026-03-13 19:48     ` [PATCH 1/1] MAINTAINERS: Add another reviewer to s390x boot Eric Farman
2026-03-13 20:04       ` Jason J. Herne
2026-03-13 22:02       ` Matthew Rosato
2026-03-16 13:40       ` Jared Rossi
2026-03-13 11:34 ` [PATCH 2/4] MAINTAINERS: Update the s390x maintainers Thomas Huth
2026-03-13 12:27   ` Cornelia Huck
2026-03-13 12:30   ` Eric Farman
2026-03-13 16:02   ` Yodel Eldar
2026-03-14 14:04     ` Philippe Mathieu-Daudé
2026-03-13 18:27   ` Matthew Rosato
2026-03-14 16:38   ` Ilya Leoshkevich
2026-03-16  6:45   ` Markus Armbruster
2026-03-13 11:34 ` [PATCH 3/4] MAINTAINERS: Remove myself from various sections Thomas Huth
2026-03-14 14:01   ` Philippe Mathieu-Daudé
2026-03-13 11:34 ` [PATCH 4/4] MAINTAINERS: Downgrade the functional testing section to "Odd Fixes" Thomas Huth
2026-03-13 11:42   ` Daniel P. Berrangé
2026-03-14 14:00     ` Philippe Mathieu-Daudé
2026-03-14 13:57   ` Philippe Mathieu-Daudé
2026-03-15 14:35   ` Bernhard Beschow
2026-03-13 12:29 ` [PATCH 0/4] Various update to MAINTAINERS Cornelia Huck
2026-03-13 12:38   ` Thomas Huth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox