* [PATCH 00/28] MAINTAINERS: Remove people who are no longer active
@ 2026-04-16 9:16 Peter Maydell
2026-04-16 9:16 ` [PATCH 01/28] MAINTAINERS: Remove Ahmed Karaman Peter Maydell
` (27 more replies)
0 siblings, 28 replies; 50+ messages in thread
From: Peter Maydell @ 2026-04-16 9:16 UTC (permalink / raw)
To: qemu-devel
At the beginning of March I went through our MAINTAINERS file to
identify all the email addresses which hadn't been used to post to
qemu-devel in at least three years. (There were 50 of those.) I sent
all of those people a query via private email to see if they were
still interested in QEMU and still wanted to be listed in our
MAINTAINERS file. About half of them responded to me either agreeing
that they would rather be removed, or requesting that they stay
listed.
The aim of this cleanup is to give us a more accurate idea of which
parts of the project are or are not actively maintained, and to avoid
CCing people on emails they're no longer interested in receiving.
This patchset removes from MAINTAINERS those people who didn't
respond. To all of these people, I'd like to say thank you on behalf
of the project for your work on QEMU, and for helping us in reviewing
code and maintainer duties. If you wish to be re-listed in future,
we'll happily put your name back in the file.
I've done the changes with one person per commit, to make it easier
if we potentially want to revert any of them in future.
The removals here leave the following subsections in Orphan status:
- Performance Tools and Tests (scripts/performance)
- VHDX block backend
- Vhost-user block device backend server
- ACPI/HEST/GHES (hw/acpi/ghes.c)
- LoongArch64 TCG target
- PCIE DOE (hw/pci/doe.c)
- Tricore TCG target
- or1k-sim OpenRISC machine
- ARM ACPI Subsystem (hw/arm/virt-acpi-build.c)
- Intel Hexadecimal Object File Loader
- Shakti C class RISC-V SoC
- Replication block filter (block/replication.c)
If anybody cares about the above and wants to step forward
to help with maintaining them, let us know. In some cases
above we could merge into existing sections, e.g.:
* "ARM ACPI Subsystem" merged into "ACPI/SMBIOS" (it has only
one listed file, which we already list also in ACPI/SMBIOS,
so this amounts to "just delete the section")
* merge "ACPI/HEST/GHES" and "ACPI/HEST/GHES/ARM processor CPER" ?
Or merge "ACPI/HEST/GHES" into "ACPI/SMBIOS" ? (the wildcarding
in the latter means it already covers most of the same files)
thanks
-- PMM
Peter Maydell (28):
MAINTAINERS: Remove Ahmed Karaman
MAINTAINERS: Remove Anup Patel
MAINTAINERS: Remove Beniamino Galvani
MAINTAINERS: Remove Jeff Cody
MAINTAINERS: Remove Coiby Xu
MAINTAINERS: Remove Damien Hedde
MAINTAINERS: Remove Ed Maste
MAINTAINERS: Remove Dongjiu Geng
MAINTAINERS: Remove WANG Xuerui
MAINTAINERS: Remove Huai-Cheng Kuo
MAINTAINERS: Remove Bastian Koppelmann
MAINTAINERS: Remove Mahmoud Mandour
MAINTAINERS: Remove Magnus Damm
MAINTAINERS: Remove Marcel Apfelbaum
MAINTAINERS: Remove Aarushi Mehta
MAINTAINERS: Remove Paul Burton
MAINTAINERS: Remove Jia Liu
MAINTAINERS: Remove Qiuhao Li
MAINTAINERS: Remove Luigi Rizzo
MAINTAINERS: Remove Ronnie Sahlberg
MAINTAINERS: Remove Ryo ONODERA
MAINTAINERS: Remove Shannon Zhao
MAINTAINERS: Remove Su Hang
MAINTAINERS: Remove Vijai Kumar K
MAINTAINERS: Remove Yanan Wang
MAINTAINERS: Remove Wen Congyang
MAINTAINERS: Remove Xiao Guangrong
MAINTAINERS: Remove Xie Changlong
MAINTAINERS | 55 ++++++++++++-----------------------------------------
1 file changed, 12 insertions(+), 43 deletions(-)
--
2.43.0
^ permalink raw reply [flat|nested] 50+ messages in thread
* [PATCH 01/28] MAINTAINERS: Remove Ahmed Karaman
2026-04-16 9:16 [PATCH 00/28] MAINTAINERS: Remove people who are no longer active Peter Maydell
@ 2026-04-16 9:16 ` Peter Maydell
2026-04-16 9:16 ` [PATCH 02/28] MAINTAINERS: Remove Anup Patel Peter Maydell
` (26 subsequent siblings)
27 siblings, 0 replies; 50+ messages in thread
From: Peter Maydell @ 2026-04-16 9:16 UTC (permalink / raw)
To: qemu-devel
Ahmed Karaman has not posted to qemu-devel in some years and did not
respond to a query about whether they still wished to be listed in
our MAINTAINERS file. Remove them, on the assumption that they are
no longer active in QEMU.
This makes the "Performance Tools and Tests" orphan.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
MAINTAINERS | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index ad215eced8..bcb9521d25 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4633,8 +4633,7 @@ F: rust/wrapper.h
Miscellaneous
-------------
Performance Tools and Tests
-M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
-S: Maintained
+S: Orphan
F: scripts/performance/
Code Coverage Tools
--
2.43.0
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [PATCH 02/28] MAINTAINERS: Remove Anup Patel
2026-04-16 9:16 [PATCH 00/28] MAINTAINERS: Remove people who are no longer active Peter Maydell
2026-04-16 9:16 ` [PATCH 01/28] MAINTAINERS: Remove Ahmed Karaman Peter Maydell
@ 2026-04-16 9:16 ` Peter Maydell
2026-04-16 9:16 ` [PATCH 03/28] MAINTAINERS: Remove Beniamino Galvani Peter Maydell
` (25 subsequent siblings)
27 siblings, 0 replies; 50+ messages in thread
From: Peter Maydell @ 2026-04-16 9:16 UTC (permalink / raw)
To: qemu-devel
Anup Patel has not posted to qemu-devel in some years and did not
respond to a query about whether they still wished to be listed in
our MAINTAINERS file. Remove them, on the assumption that they are
no longer active in QEMU.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
MAINTAINERS | 1 -
1 file changed, 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index bcb9521d25..119d73a11c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -841,7 +841,6 @@ F: tests/functional/arm/test_canona1100.py
F: docs/system/arm/digic.rst
Goldfish RTC
-M: Anup Patel <anup.patel@wdc.com>
M: Alistair Francis <Alistair.Francis@wdc.com>
L: qemu-riscv@nongnu.org
S: Maintained
--
2.43.0
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [PATCH 03/28] MAINTAINERS: Remove Beniamino Galvani
2026-04-16 9:16 [PATCH 00/28] MAINTAINERS: Remove people who are no longer active Peter Maydell
2026-04-16 9:16 ` [PATCH 01/28] MAINTAINERS: Remove Ahmed Karaman Peter Maydell
2026-04-16 9:16 ` [PATCH 02/28] MAINTAINERS: Remove Anup Patel Peter Maydell
@ 2026-04-16 9:16 ` Peter Maydell
2026-04-16 9:16 ` [PATCH 04/28] MAINTAINERS: Remove Jeff Cody Peter Maydell
` (24 subsequent siblings)
27 siblings, 0 replies; 50+ messages in thread
From: Peter Maydell @ 2026-04-16 9:16 UTC (permalink / raw)
To: qemu-devel
Beniamino Galvani has not posted to qemu-devel in some years and did not
respond to a query about whether they still wished to be listed in
our MAINTAINERS file. Remove them, on the assumption that they are
no longer active in QEMU.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
MAINTAINERS | 1 -
1 file changed, 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 119d73a11c..2a5dc03b93 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -719,7 +719,6 @@ F: tests/functional/alpha/test_clipper.py
ARM Machines
------------
Allwinner-a10
-M: Beniamino Galvani <b.galvani@gmail.com>
M: Peter Maydell <peter.maydell@linaro.org>
R: Strahinja Jankovic <strahinja.p.jankovic@gmail.com>
L: qemu-arm@nongnu.org
--
2.43.0
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [PATCH 04/28] MAINTAINERS: Remove Jeff Cody
2026-04-16 9:16 [PATCH 00/28] MAINTAINERS: Remove people who are no longer active Peter Maydell
` (2 preceding siblings ...)
2026-04-16 9:16 ` [PATCH 03/28] MAINTAINERS: Remove Beniamino Galvani Peter Maydell
@ 2026-04-16 9:16 ` Peter Maydell
2026-04-16 9:16 ` [PATCH 05/28] MAINTAINERS: Remove Coiby Xu Peter Maydell
` (23 subsequent siblings)
27 siblings, 0 replies; 50+ messages in thread
From: Peter Maydell @ 2026-04-16 9:16 UTC (permalink / raw)
To: qemu-devel
Jeff Cody has not posted to qemu-devel in some years and did not
respond to a query about whether they still wished to be listed in
our MAINTAINERS file. Remove them, on the assumption that they are
no longer active in QEMU.
This makes the "VHDX" block driver orphan.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
MAINTAINERS | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 2a5dc03b93..9c57ad7661 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4178,9 +4178,8 @@ S: Supported
F: block/rbd.c
VHDX
-M: Jeff Cody <codyprime@gmail.com>
L: qemu-block@nongnu.org
-S: Odd Fixes
+S: Orphan
F: block/vhdx*
VDI
--
2.43.0
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [PATCH 05/28] MAINTAINERS: Remove Coiby Xu
2026-04-16 9:16 [PATCH 00/28] MAINTAINERS: Remove people who are no longer active Peter Maydell
` (3 preceding siblings ...)
2026-04-16 9:16 ` [PATCH 04/28] MAINTAINERS: Remove Jeff Cody Peter Maydell
@ 2026-04-16 9:16 ` Peter Maydell
2026-04-16 9:16 ` [PATCH 06/28] MAINTAINERS: Remove Damien Hedde Peter Maydell
` (22 subsequent siblings)
27 siblings, 0 replies; 50+ messages in thread
From: Peter Maydell @ 2026-04-16 9:16 UTC (permalink / raw)
To: qemu-devel
Coiby Xu has not posted to qemu-devel in some years and did not
respond to a query about whether they still wished to be listed in
our MAINTAINERS file. Remove them, on the assumption that they are
no longer active in QEMU.
This makes the "Vhost-user block device backend server" orphan.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
MAINTAINERS | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 9c57ad7661..341b86519b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4380,8 +4380,7 @@ S: Supported
F: tests/image-fuzzer/
Vhost-user block device backend server
-M: Coiby Xu <Coiby.Xu@gmail.com>
-S: Maintained
+S: Orphan
F: block/export/vhost-user-blk-server.c
F: block/export/vhost-user-blk-server.h
F: block/export/virtio-blk-handler.c
--
2.43.0
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [PATCH 06/28] MAINTAINERS: Remove Damien Hedde
2026-04-16 9:16 [PATCH 00/28] MAINTAINERS: Remove people who are no longer active Peter Maydell
` (4 preceding siblings ...)
2026-04-16 9:16 ` [PATCH 05/28] MAINTAINERS: Remove Coiby Xu Peter Maydell
@ 2026-04-16 9:16 ` Peter Maydell
2026-04-16 9:16 ` [PATCH 07/28] MAINTAINERS: Remove Ed Maste Peter Maydell
` (21 subsequent siblings)
27 siblings, 0 replies; 50+ messages in thread
From: Peter Maydell @ 2026-04-16 9:16 UTC (permalink / raw)
To: qemu-devel
Damien Hedde has not posted to qemu-devel in some years and did not
respond to a query about whether they still wished to be listed in
our MAINTAINERS file. Remove them, on the assumption that they are
no longer active in QEMU.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
MAINTAINERS | 1 -
1 file changed, 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 341b86519b..885a11710a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4034,7 +4034,6 @@ F: .gitlab-ci.d/opensbi/
Clock framework
M: Luc Michel <luc@lmichel.fr>
-R: Damien Hedde <damien.hedde@dahe.fr>
S: Maintained
F: include/hw/core/clock.h
F: include/hw/core/qdev-clock.h
--
2.43.0
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [PATCH 07/28] MAINTAINERS: Remove Ed Maste
2026-04-16 9:16 [PATCH 00/28] MAINTAINERS: Remove people who are no longer active Peter Maydell
` (5 preceding siblings ...)
2026-04-16 9:16 ` [PATCH 06/28] MAINTAINERS: Remove Damien Hedde Peter Maydell
@ 2026-04-16 9:16 ` Peter Maydell
2026-04-16 9:16 ` [PATCH 08/28] MAINTAINERS: Remove Dongjiu Geng Peter Maydell
` (20 subsequent siblings)
27 siblings, 0 replies; 50+ messages in thread
From: Peter Maydell @ 2026-04-16 9:16 UTC (permalink / raw)
To: qemu-devel
Ed Maste has not posted to qemu-devel in some years and did not
respond to a query about whether they still wished to be listed in
our MAINTAINERS file. Remove them, on the assumption that they are
no longer active in QEMU.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
MAINTAINERS | 1 -
1 file changed, 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 885a11710a..90837d0316 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4494,7 +4494,6 @@ W: https://gitlab.com/qemu-project/qemu/pipelines
W: https://travis-ci.org/qemu/qemu
FreeBSD Hosted Continuous Integration
-M: Ed Maste <emaste@freebsd.org>
M: Li-Wen Hsu <lwhsu@freebsd.org>
S: Maintained
F: .gitlab-ci.d/cirrus/freebsd*
--
2.43.0
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [PATCH 08/28] MAINTAINERS: Remove Dongjiu Geng
2026-04-16 9:16 [PATCH 00/28] MAINTAINERS: Remove people who are no longer active Peter Maydell
` (6 preceding siblings ...)
2026-04-16 9:16 ` [PATCH 07/28] MAINTAINERS: Remove Ed Maste Peter Maydell
@ 2026-04-16 9:16 ` Peter Maydell
2026-04-16 9:16 ` [PATCH 09/28] MAINTAINERS: Remove WANG Xuerui Peter Maydell
` (19 subsequent siblings)
27 siblings, 0 replies; 50+ messages in thread
From: Peter Maydell @ 2026-04-16 9:16 UTC (permalink / raw)
To: qemu-devel
Dongjiu Geng has not posted to qemu-devel in some years and did not
respond to a query about whether they still wished to be listed in
our MAINTAINERS file. Remove them, on the assumption that they are
no longer active in QEMU.
This makes the "ACPI/HEST/GHES" section orphan.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
MAINTAINERS | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 90837d0316..a7fb4e4770 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2219,9 +2219,8 @@ F: tests/functional/x86_64/test_acpi_bits.py
F: docs/devel/testing/acpi-bits.rst
ACPI/HEST/GHES
-R: Dongjiu Geng <gengdongjiu1@gmail.com>
L: qemu-arm@nongnu.org
-S: Maintained
+S: Orphan
F: hw/acpi/ghes.c
F: include/hw/acpi/ghes.h
F: docs/specs/acpi_hest_ghes.rst
--
2.43.0
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [PATCH 09/28] MAINTAINERS: Remove WANG Xuerui
2026-04-16 9:16 [PATCH 00/28] MAINTAINERS: Remove people who are no longer active Peter Maydell
` (7 preceding siblings ...)
2026-04-16 9:16 ` [PATCH 08/28] MAINTAINERS: Remove Dongjiu Geng Peter Maydell
@ 2026-04-16 9:16 ` Peter Maydell
2026-04-16 11:25 ` Philippe Mathieu-Daudé
2026-04-16 9:16 ` [PATCH 10/28] MAINTAINERS: Remove Huai-Cheng Kuo Peter Maydell
` (18 subsequent siblings)
27 siblings, 1 reply; 50+ messages in thread
From: Peter Maydell @ 2026-04-16 9:16 UTC (permalink / raw)
To: qemu-devel
WANG Xuerui has not posted to qemu-devel in some years and did not
respond to a query about whether they still wished to be listed in
our MAINTAINERS file. Remove them, on the assumption that they are
no longer active in QEMU.
This makes "LoongArch64 TCG target" orphan.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
MAINTAINERS | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index a7fb4e4770..0b2adbc247 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4115,8 +4115,7 @@ S: Maintained
F: tcg/x86_64/
LoongArch64 TCG target
-M: WANG Xuerui <git@xen0n.name>
-S: Maintained
+S: Orphan
F: tcg/loongarch64/
MIPS TCG target
--
2.43.0
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [PATCH 10/28] MAINTAINERS: Remove Huai-Cheng Kuo
2026-04-16 9:16 [PATCH 00/28] MAINTAINERS: Remove people who are no longer active Peter Maydell
` (8 preceding siblings ...)
2026-04-16 9:16 ` [PATCH 09/28] MAINTAINERS: Remove WANG Xuerui Peter Maydell
@ 2026-04-16 9:16 ` Peter Maydell
2026-04-16 11:28 ` Philippe Mathieu-Daudé
2026-04-16 9:16 ` [PATCH 11/28] MAINTAINERS: Remove Bastian Koppelmann Peter Maydell
` (17 subsequent siblings)
27 siblings, 1 reply; 50+ messages in thread
From: Peter Maydell @ 2026-04-16 9:16 UTC (permalink / raw)
To: qemu-devel
Huai-Cheng Kuo has not posted to qemu-devel in some years and did not
respond to a query about whether they still wished to be listed in
our MAINTAINERS file. Remove them, on the assumption that they are
no longer active in QEMU.
This makes "PCIE DOE" orphan.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
MAINTAINERS | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 0b2adbc247..bc7c9b61da 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2160,8 +2160,7 @@ F: docs/specs/*pci*
F: docs/system/sriov.rst
PCIE DOE
-M: Huai-Cheng Kuo <hchkuo@avery-design.com.tw>
-S: Supported
+S: Orphan
F: include/hw/pci/pcie_doe.h
F: hw/pci/pcie_doe.c
--
2.43.0
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [PATCH 11/28] MAINTAINERS: Remove Bastian Koppelmann
2026-04-16 9:16 [PATCH 00/28] MAINTAINERS: Remove people who are no longer active Peter Maydell
` (9 preceding siblings ...)
2026-04-16 9:16 ` [PATCH 10/28] MAINTAINERS: Remove Huai-Cheng Kuo Peter Maydell
@ 2026-04-16 9:16 ` Peter Maydell
2026-04-16 11:35 ` Philippe Mathieu-Daudé
2026-04-16 9:16 ` [PATCH 12/28] MAINTAINERS: Remove Mahmoud Mandour Peter Maydell
` (16 subsequent siblings)
27 siblings, 1 reply; 50+ messages in thread
From: Peter Maydell @ 2026-04-16 9:16 UTC (permalink / raw)
To: qemu-devel
Bastian Koppelmann has not posted to qemu-devel in some years and did not
respond to a query about whether they still wished to be listed in
our MAINTAINERS file. Remove them, on the assumption that they are
no longer active in QEMU.
This makes the Tricore TCG CPUs orphan.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
MAINTAINERS | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index bc7c9b61da..7817a1c97d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -446,8 +446,7 @@ F: include/hw/xtensa/xtensa-isa.h
F: configs/devices/xtensa*/default.mak
TriCore TCG CPUs
-M: Bastian Koppelmann <kbastian@rumtueddeln.de>
-S: Odd Fixes
+S: Orphan
F: target/tricore/
F: hw/tricore/
F: include/hw/tricore/
--
2.43.0
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [PATCH 12/28] MAINTAINERS: Remove Mahmoud Mandour
2026-04-16 9:16 [PATCH 00/28] MAINTAINERS: Remove people who are no longer active Peter Maydell
` (10 preceding siblings ...)
2026-04-16 9:16 ` [PATCH 11/28] MAINTAINERS: Remove Bastian Koppelmann Peter Maydell
@ 2026-04-16 9:16 ` Peter Maydell
2026-04-16 9:16 ` [PATCH 13/28] MAINTAINERS: Remove Magnus Damm Peter Maydell
` (15 subsequent siblings)
27 siblings, 0 replies; 50+ messages in thread
From: Peter Maydell @ 2026-04-16 9:16 UTC (permalink / raw)
To: qemu-devel
Mahmoud Mandour has not posted to qemu-devel in some years and did not
respond to a query about whether they still wished to be listed in
our MAINTAINERS file. Remove them, on the assumption that they are
no longer active in QEMU.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
MAINTAINERS | 1 -
1 file changed, 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 7817a1c97d..f5cfeeb239 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4091,7 +4091,6 @@ M: Alex Bennée <alex.bennee@linaro.org>
M: Pierrick Bouvier <pierrick.bouvier@linaro.org>
T: git https://gitlab.com/stsquad/qemu plugins/next
R: Alexandre Iooss <erdnaxe@crans.org>
-R: Mahmoud Mandour <ma.mandourr@gmail.com>
S: Maintained
F: docs/devel/tcg-plugins.rst
F: plugins/
--
2.43.0
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [PATCH 13/28] MAINTAINERS: Remove Magnus Damm
2026-04-16 9:16 [PATCH 00/28] MAINTAINERS: Remove people who are no longer active Peter Maydell
` (11 preceding siblings ...)
2026-04-16 9:16 ` [PATCH 12/28] MAINTAINERS: Remove Mahmoud Mandour Peter Maydell
@ 2026-04-16 9:16 ` Peter Maydell
2026-04-16 9:16 ` [PATCH 14/28] MAINTAINERS: Remove Marcel Apfelbaum Peter Maydell
` (14 subsequent siblings)
27 siblings, 0 replies; 50+ messages in thread
From: Peter Maydell @ 2026-04-16 9:16 UTC (permalink / raw)
To: qemu-devel
Magnus Damm has not posted to qemu-devel in some years and did not
respond to a query about whether they still wished to be listed in
our MAINTAINERS file. Remove them, on the assumption that they are
no longer active in QEMU.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
MAINTAINERS | 2 --
1 file changed, 2 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index f5cfeeb239..86e07415d0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1780,7 +1780,6 @@ SH4 Machines
------------
R2D
R: Yoshinori Sato <yoshinori.sato@nifty.com>
-R: Magnus Damm <magnus.damm@gmail.com>
S: Odd Fixes
F: hw/char/sh_serial.c
F: hw/sh4/r2d.c
@@ -2879,7 +2878,6 @@ F: docs/*/*xive*
Renesas peripherals
R: Yoshinori Sato <yoshinori.sato@nifty.com>
-R: Magnus Damm <magnus.damm@gmail.com>
S: Odd Fixes
F: hw/char/renesas_sci.c
F: hw/char/sh_serial.c
--
2.43.0
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [PATCH 14/28] MAINTAINERS: Remove Marcel Apfelbaum
2026-04-16 9:16 [PATCH 00/28] MAINTAINERS: Remove people who are no longer active Peter Maydell
` (12 preceding siblings ...)
2026-04-16 9:16 ` [PATCH 13/28] MAINTAINERS: Remove Magnus Damm Peter Maydell
@ 2026-04-16 9:16 ` Peter Maydell
2026-04-16 9:16 ` [PATCH 15/28] MAINTAINERS: Remove Aarushi Mehta Peter Maydell
` (13 subsequent siblings)
27 siblings, 0 replies; 50+ messages in thread
From: Peter Maydell @ 2026-04-16 9:16 UTC (permalink / raw)
To: qemu-devel
Marcel Apfelbaum has not posted to qemu-devel in some years and did not
respond to a query about whether they still wished to be listed in
our MAINTAINERS file. Remove them, on the assumption that they are
no longer active in QEMU.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
MAINTAINERS | 3 ---
1 file changed, 3 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 86e07415d0..64c97043db 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1927,7 +1927,6 @@ X86 Machines
------------
PC
M: Michael S. Tsirkin <mst@redhat.com>
-M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
S: Supported
F: include/hw/i386/
F: hw/i386/
@@ -2010,7 +2009,6 @@ F: include/hw/i386/nitro_enclave.h
F: docs/system/i386/nitro-enclave.rst
Machine core
-M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
R: Philippe Mathieu-Daudé <philmd@linaro.org>
R: Yanan Wang <wangyanan55@huawei.com>
R: Zhao Liu <zhao1.liu@intel.com>
@@ -2146,7 +2144,6 @@ F: hw/ipack/
PCI
M: Michael S. Tsirkin <mst@redhat.com>
-M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
S: Supported
F: include/hw/pci/*
F: hw/misc/pci-testdev.c
--
2.43.0
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [PATCH 15/28] MAINTAINERS: Remove Aarushi Mehta
2026-04-16 9:16 [PATCH 00/28] MAINTAINERS: Remove people who are no longer active Peter Maydell
` (13 preceding siblings ...)
2026-04-16 9:16 ` [PATCH 14/28] MAINTAINERS: Remove Marcel Apfelbaum Peter Maydell
@ 2026-04-16 9:16 ` Peter Maydell
2026-04-16 9:16 ` [PATCH 16/28] MAINTAINERS: Remove Paul Burton Peter Maydell
` (12 subsequent siblings)
27 siblings, 0 replies; 50+ messages in thread
From: Peter Maydell @ 2026-04-16 9:16 UTC (permalink / raw)
To: qemu-devel
Aarushi Mehta has not posted to qemu-devel in some years and did not
respond to a query about whether they still wished to be listed in
our MAINTAINERS file. Remove them, on the assumption that they are
no longer active in QEMU.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
MAINTAINERS | 1 -
1 file changed, 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 64c97043db..6cbb1e049a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4319,7 +4319,6 @@ F: block/file-win32.c
F: block/win32-aio.c
Linux io_uring
-M: Aarushi Mehta <mehta.aaru20@gmail.com>
M: Julia Suvorova <jusual@redhat.com>
M: Stefan Hajnoczi <stefanha@redhat.com>
R: Stefano Garzarella <sgarzare@redhat.com>
--
2.43.0
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [PATCH 16/28] MAINTAINERS: Remove Paul Burton
2026-04-16 9:16 [PATCH 00/28] MAINTAINERS: Remove people who are no longer active Peter Maydell
` (14 preceding siblings ...)
2026-04-16 9:16 ` [PATCH 15/28] MAINTAINERS: Remove Aarushi Mehta Peter Maydell
@ 2026-04-16 9:16 ` Peter Maydell
2026-04-17 8:10 ` Thomas Huth
2026-04-16 9:16 ` [PATCH 17/28] MAINTAINERS: Remove Jia Liu Peter Maydell
` (11 subsequent siblings)
27 siblings, 1 reply; 50+ messages in thread
From: Peter Maydell @ 2026-04-16 9:16 UTC (permalink / raw)
To: qemu-devel
Paul Burton has not posted to qemu-devel in some years and did not
respond to a query about whether they still wished to be listed in
our MAINTAINERS file. Remove them, on the assumption that they are
no longer active in QEMU.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
MAINTAINERS | 1 -
1 file changed, 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 6cbb1e049a..a7a345c514 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1486,7 +1486,6 @@ F: include/hw/intc/loongson_liointc.h
F: tests/functional/mips64el/test_loongson3v.py
Boston
-M: Paul Burton <paulburton@kernel.org>
R: Aleksandar Rikalo <arikalo@gmail.com>
S: Odd Fixes
F: hw/core/loader-fit.c
--
2.43.0
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [PATCH 17/28] MAINTAINERS: Remove Jia Liu
2026-04-16 9:16 [PATCH 00/28] MAINTAINERS: Remove people who are no longer active Peter Maydell
` (15 preceding siblings ...)
2026-04-16 9:16 ` [PATCH 16/28] MAINTAINERS: Remove Paul Burton Peter Maydell
@ 2026-04-16 9:16 ` Peter Maydell
2026-04-16 15:07 ` Stafford Horne
2026-04-16 9:16 ` [PATCH 18/28] MAINTAINERS: Remove Qiuhao Li Peter Maydell
` (10 subsequent siblings)
27 siblings, 1 reply; 50+ messages in thread
From: Peter Maydell @ 2026-04-16 9:16 UTC (permalink / raw)
To: qemu-devel
Jia Liu has not posted to qemu-devel in some years and did not
respond to a query about whether they still wished to be listed in
our MAINTAINERS file. Remove them, on the assumption that they are
no longer active in QEMU.
This makes the or1k-sim OpenRISC machine orphan.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
MAINTAINERS | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index a7a345c514..c16a726cde 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1496,8 +1496,7 @@ F: include/hw/pci-host/xilinx-pcie.h
OpenRISC Machines
-----------------
or1k-sim
-M: Jia Liu <proljc@gmail.com>
-S: Maintained
+S: Orphan
F: docs/system/or1k/or1k-sim.rst
F: hw/intc/ompic.c
F: hw/or1k/or1k-sim.c
--
2.43.0
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [PATCH 18/28] MAINTAINERS: Remove Qiuhao Li
2026-04-16 9:16 [PATCH 00/28] MAINTAINERS: Remove people who are no longer active Peter Maydell
` (16 preceding siblings ...)
2026-04-16 9:16 ` [PATCH 17/28] MAINTAINERS: Remove Jia Liu Peter Maydell
@ 2026-04-16 9:16 ` Peter Maydell
2026-04-16 9:16 ` [PATCH 19/28] MAINTAINERS: Remove Luigi Rizzo Peter Maydell
` (9 subsequent siblings)
27 siblings, 0 replies; 50+ messages in thread
From: Peter Maydell @ 2026-04-16 9:16 UTC (permalink / raw)
To: qemu-devel
Qiuhao Li has not posted to qemu-devel in some years and did not
respond to a query about whether they still wished to be listed in
our MAINTAINERS file. Remove them, on the assumption that they are
no longer active in QEMU.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
MAINTAINERS | 1 -
1 file changed, 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index c16a726cde..fae251a642 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3606,7 +3606,6 @@ R: Paolo Bonzini <pbonzini@redhat.com>
R: Stefan Hajnoczi <stefanha@redhat.com>
R: Fabiano Rosas <farosas@suse.de>
R: Darren Kenny <darren.kenny@oracle.com>
-R: Qiuhao Li <Qiuhao.Li@outlook.com>
S: Maintained
F: tests/qtest/fuzz/
F: tests/qtest/fuzz-*test.c
--
2.43.0
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [PATCH 19/28] MAINTAINERS: Remove Luigi Rizzo
2026-04-16 9:16 [PATCH 00/28] MAINTAINERS: Remove people who are no longer active Peter Maydell
` (17 preceding siblings ...)
2026-04-16 9:16 ` [PATCH 18/28] MAINTAINERS: Remove Qiuhao Li Peter Maydell
@ 2026-04-16 9:16 ` Peter Maydell
2026-04-16 9:16 ` [PATCH 20/28] MAINTAINERS: Remove Ronnie Sahlberg Peter Maydell
` (8 subsequent siblings)
27 siblings, 0 replies; 50+ messages in thread
From: Peter Maydell @ 2026-04-16 9:16 UTC (permalink / raw)
To: qemu-devel
Luigi Rizzo has not posted to qemu-devel in some years and did not
respond to a query about whether they still wished to be listed in
our MAINTAINERS file. Remove them, on the assumption that they are
no longer active in QEMU.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
MAINTAINERS | 1 -
1 file changed, 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index fae251a642..375e3e111c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3412,7 +3412,6 @@ T: git https://github.com/jasowang/qemu.git net
F: qapi/net.json
Netmap network backend
-M: Luigi Rizzo <rizzo@iet.unipi.it>
M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
M: Vincenzo Maffione <v.maffione@gmail.com>
W: http://info.iet.unipi.it/~luigi/netmap/
--
2.43.0
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [PATCH 20/28] MAINTAINERS: Remove Ronnie Sahlberg
2026-04-16 9:16 [PATCH 00/28] MAINTAINERS: Remove people who are no longer active Peter Maydell
` (18 preceding siblings ...)
2026-04-16 9:16 ` [PATCH 19/28] MAINTAINERS: Remove Luigi Rizzo Peter Maydell
@ 2026-04-16 9:16 ` Peter Maydell
2026-04-16 9:16 ` [PATCH 21/28] MAINTAINERS: Remove Ryo ONODERA Peter Maydell
` (7 subsequent siblings)
27 siblings, 0 replies; 50+ messages in thread
From: Peter Maydell @ 2026-04-16 9:16 UTC (permalink / raw)
To: qemu-devel
Ronnie Sahlberg has not posted to qemu-devel in some years and did not
respond to a query about whether they still wished to be listed in
our MAINTAINERS file. Remove them, on the assumption that they are
no longer active in QEMU.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
MAINTAINERS | 1 -
1 file changed, 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 375e3e111c..7fac11b3f7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4180,7 +4180,6 @@ S: Maintained
F: block/blkio.c
iSCSI
-M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
M: Paolo Bonzini <pbonzini@redhat.com>
M: Peter Lieven <pl@dlhnet.de>
L: qemu-block@nongnu.org
--
2.43.0
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [PATCH 21/28] MAINTAINERS: Remove Ryo ONODERA
2026-04-16 9:16 [PATCH 00/28] MAINTAINERS: Remove people who are no longer active Peter Maydell
` (19 preceding siblings ...)
2026-04-16 9:16 ` [PATCH 20/28] MAINTAINERS: Remove Ronnie Sahlberg Peter Maydell
@ 2026-04-16 9:16 ` Peter Maydell
2026-04-16 9:16 ` [PATCH 22/28] MAINTAINERS: Remove Shannon Zhao Peter Maydell
` (6 subsequent siblings)
27 siblings, 0 replies; 50+ messages in thread
From: Peter Maydell @ 2026-04-16 9:16 UTC (permalink / raw)
To: qemu-devel
Ryo ONODERA has not posted to qemu-devel in some years and did not
respond to a query about whether they still wished to be listed in
our MAINTAINERS file. Remove them, on the assumption that they are
no longer active in QEMU.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
MAINTAINERS | 1 -
1 file changed, 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 7fac11b3f7..48dd571fd7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -670,7 +670,6 @@ F: include/qemu/*posix*.h
NETBSD
M: Reinoud Zandijk <reinoud@netbsd.org>
-M: Ryo ONODERA <ryoon@netbsd.org>
S: Maintained
K: ^Subject:.*(?i)NetBSD
--
2.43.0
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [PATCH 22/28] MAINTAINERS: Remove Shannon Zhao
2026-04-16 9:16 [PATCH 00/28] MAINTAINERS: Remove people who are no longer active Peter Maydell
` (20 preceding siblings ...)
2026-04-16 9:16 ` [PATCH 21/28] MAINTAINERS: Remove Ryo ONODERA Peter Maydell
@ 2026-04-16 9:16 ` Peter Maydell
2026-04-16 9:16 ` [PATCH 23/28] MAINTAINERS: Remove Su Hang Peter Maydell
` (5 subsequent siblings)
27 siblings, 0 replies; 50+ messages in thread
From: Peter Maydell @ 2026-04-16 9:16 UTC (permalink / raw)
To: qemu-devel
Shannon Zhao has not posted to qemu-devel in some years and did not
respond to a query about whether they still wished to be listed in
our MAINTAINERS file. Remove them, on the assumption that they are
no longer active in QEMU.
This makes the "ARM ACPI Subsystem" orphan.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
MAINTAINERS | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 48dd571fd7..8f50575083 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2184,9 +2184,8 @@ F: docs/specs/acpi_pci_hotplug.rst
F: docs/specs/acpi_hw_reduced_hotplug.rst
ARM ACPI Subsystem
-M: Shannon Zhao <shannon.zhaosl@gmail.com>
L: qemu-arm@nongnu.org
-S: Maintained
+S: Orphan
F: hw/arm/virt-acpi-build.c
RISC-V ACPI Subsystem
--
2.43.0
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [PATCH 23/28] MAINTAINERS: Remove Su Hang
2026-04-16 9:16 [PATCH 00/28] MAINTAINERS: Remove people who are no longer active Peter Maydell
` (21 preceding siblings ...)
2026-04-16 9:16 ` [PATCH 22/28] MAINTAINERS: Remove Shannon Zhao Peter Maydell
@ 2026-04-16 9:16 ` Peter Maydell
2026-04-16 11:12 ` Philippe Mathieu-Daudé
2026-04-16 9:16 ` [PATCH 24/28] MAINTAINERS: Remove Vijai Kumar K Peter Maydell
` (4 subsequent siblings)
27 siblings, 1 reply; 50+ messages in thread
From: Peter Maydell @ 2026-04-16 9:16 UTC (permalink / raw)
To: qemu-devel
Su Hang has not posted to qemu-devel in some years and did not
respond to a query about whether they still wished to be listed in
our MAINTAINERS file. Remove them, on the assumption that they are
no longer active in QEMU.
This makes the Intel Hexadecimal Object File Loader orphan.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
MAINTAINERS | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 8f50575083..9ef51955e0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2716,8 +2716,7 @@ F: docs/system/guest-loader.rst
F: tests/functional/aarch64/test_xen.py
Intel Hexadecimal Object File Loader
-M: Su Hang <suhang16@mails.ucas.ac.cn>
-S: Maintained
+S: Orphan
F: tests/qtest/hexloader-test.c
F: tests/data/hex-loader/test.hex
--
2.43.0
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [PATCH 24/28] MAINTAINERS: Remove Vijai Kumar K
2026-04-16 9:16 [PATCH 00/28] MAINTAINERS: Remove people who are no longer active Peter Maydell
` (22 preceding siblings ...)
2026-04-16 9:16 ` [PATCH 23/28] MAINTAINERS: Remove Su Hang Peter Maydell
@ 2026-04-16 9:16 ` Peter Maydell
2026-04-16 9:16 ` [PATCH 25/28] MAINTAINERS: Remove Yanan Wang Peter Maydell
` (3 subsequent siblings)
27 siblings, 0 replies; 50+ messages in thread
From: Peter Maydell @ 2026-04-16 9:16 UTC (permalink / raw)
To: qemu-devel
Vijai Kumar K has not posted to qemu-devel in some years and did not
respond to a query about whether they still wished to be listed in
our MAINTAINERS file. Remove them, on the assumption that they are
no longer active in QEMU.
This makes the Shakti C class RISC-V SoC orphan.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
MAINTAINERS | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 9ef51955e0..043d26b0c4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1732,9 +1732,8 @@ F: include/hw/misc/mchp_pfsoc_ioscb.h
F: include/hw/misc/mchp_pfsoc_sysreg.h
Shakti C class SoC
-M: Vijai Kumar K <vijai@behindbytes.com>
L: qemu-riscv@nongnu.org
-S: Supported
+S: Orphan
F: docs/system/riscv/shakti-c.rst
F: hw/riscv/shakti_c.c
F: hw/char/shakti_uart.c
--
2.43.0
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [PATCH 25/28] MAINTAINERS: Remove Yanan Wang
2026-04-16 9:16 [PATCH 00/28] MAINTAINERS: Remove people who are no longer active Peter Maydell
` (23 preceding siblings ...)
2026-04-16 9:16 ` [PATCH 24/28] MAINTAINERS: Remove Vijai Kumar K Peter Maydell
@ 2026-04-16 9:16 ` Peter Maydell
2026-04-17 8:14 ` Thomas Huth
2026-04-16 9:16 ` [PATCH 26/28] MAINTAINERS: Remove Wen Congyang Peter Maydell
` (2 subsequent siblings)
27 siblings, 1 reply; 50+ messages in thread
From: Peter Maydell @ 2026-04-16 9:16 UTC (permalink / raw)
To: qemu-devel
Yanan Wang has not posted to qemu-devel in some years and did not
respond to a query about whether they still wished to be listed in
our MAINTAINERS file. Remove them, on the assumption that they are
no longer active in QEMU.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
MAINTAINERS | 1 -
1 file changed, 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 043d26b0c4..ca64361b24 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2006,7 +2006,6 @@ F: docs/system/i386/nitro-enclave.rst
Machine core
R: Philippe Mathieu-Daudé <philmd@linaro.org>
-R: Yanan Wang <wangyanan55@huawei.com>
R: Zhao Liu <zhao1.liu@intel.com>
S: Supported
F: hw/core/cpu-common.c
--
2.43.0
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [PATCH 26/28] MAINTAINERS: Remove Wen Congyang
2026-04-16 9:16 [PATCH 00/28] MAINTAINERS: Remove people who are no longer active Peter Maydell
` (24 preceding siblings ...)
2026-04-16 9:16 ` [PATCH 25/28] MAINTAINERS: Remove Yanan Wang Peter Maydell
@ 2026-04-16 9:16 ` Peter Maydell
2026-04-16 14:56 ` Lukas Straub
2026-04-16 14:57 ` Lukas Straub
2026-04-16 9:16 ` [PATCH 27/28] MAINTAINERS: Remove Xiao Guangrong Peter Maydell
2026-04-16 9:16 ` [PATCH 28/28] MAINTAINERS: Remove Xie Changlong Peter Maydell
27 siblings, 2 replies; 50+ messages in thread
From: Peter Maydell @ 2026-04-16 9:16 UTC (permalink / raw)
To: qemu-devel
Wen Congyang has not posted to qemu-devel in some years and did not
respond to a query about whether they still wished to be listed in
our MAINTAINERS file. Remove them, on the assumption that they are
no longer active in QEMU.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
MAINTAINERS | 1 -
1 file changed, 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index ca64361b24..81ffb56c31 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4383,7 +4383,6 @@ F: block/export/vduse-blk.c
F: block/export/vduse-blk.h
Replication
-M: Wen Congyang <wencongyang2@huawei.com>
M: Xie Changlong <xiechanglong.d@gmail.com>
S: Supported
F: replication*
--
2.43.0
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [PATCH 27/28] MAINTAINERS: Remove Xiao Guangrong
2026-04-16 9:16 [PATCH 00/28] MAINTAINERS: Remove people who are no longer active Peter Maydell
` (25 preceding siblings ...)
2026-04-16 9:16 ` [PATCH 26/28] MAINTAINERS: Remove Wen Congyang Peter Maydell
@ 2026-04-16 9:16 ` Peter Maydell
2026-04-16 9:16 ` [PATCH 28/28] MAINTAINERS: Remove Xie Changlong Peter Maydell
27 siblings, 0 replies; 50+ messages in thread
From: Peter Maydell @ 2026-04-16 9:16 UTC (permalink / raw)
To: qemu-devel
Xiao Guangrong has not posted to qemu-devel in some years and did not
respond to a query about whether they still wished to be listed in
our MAINTAINERS file. Remove them, on the assumption that they are
no longer active in QEMU.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
MAINTAINERS | 1 -
1 file changed, 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 81ffb56c31..1fb56bdac8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3318,7 +3318,6 @@ F: scripts/coccinelle/memory-region-housekeeping.cocci
Memory devices
M: David Hildenbrand <david@kernel.org>
M: Igor Mammedov <imammedo@redhat.com>
-R: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
S: Supported
F: hw/mem/memory-device*.c
F: hw/mem/nvdimm.c
--
2.43.0
^ permalink raw reply related [flat|nested] 50+ messages in thread
* [PATCH 28/28] MAINTAINERS: Remove Xie Changlong
2026-04-16 9:16 [PATCH 00/28] MAINTAINERS: Remove people who are no longer active Peter Maydell
` (26 preceding siblings ...)
2026-04-16 9:16 ` [PATCH 27/28] MAINTAINERS: Remove Xiao Guangrong Peter Maydell
@ 2026-04-16 9:16 ` Peter Maydell
2026-04-16 14:58 ` Lukas Straub
27 siblings, 1 reply; 50+ messages in thread
From: Peter Maydell @ 2026-04-16 9:16 UTC (permalink / raw)
To: qemu-devel
Xie Changlong has not posted to qemu-devel in some years and did not
respond to a query about whether they still wished to be listed in
our MAINTAINERS file. Remove them, on the assumption that they are
no longer active in QEMU.
This makes the "Replication" block filter orphan.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
MAINTAINERS | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 1fb56bdac8..a50e5dbaab 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4382,8 +4382,7 @@ F: block/export/vduse-blk.c
F: block/export/vduse-blk.h
Replication
-M: Xie Changlong <xiechanglong.d@gmail.com>
-S: Supported
+S: Orphan
F: replication*
F: block/replication.c
F: tests/unit/test-replication.c
--
2.43.0
^ permalink raw reply related [flat|nested] 50+ messages in thread
* Re: [PATCH 23/28] MAINTAINERS: Remove Su Hang
2026-04-16 9:16 ` [PATCH 23/28] MAINTAINERS: Remove Su Hang Peter Maydell
@ 2026-04-16 11:12 ` Philippe Mathieu-Daudé
0 siblings, 0 replies; 50+ messages in thread
From: Philippe Mathieu-Daudé @ 2026-04-16 11:12 UTC (permalink / raw)
To: Peter Maydell, qemu-devel; +Cc: Alistair Francis
+Alistair
On 16/4/26 11:16, Peter Maydell wrote:
> Su Hang has not posted to qemu-devel in some years and did not
> respond to a query about whether they still wished to be listed in
> our MAINTAINERS file. Remove them, on the assumption that they are
> no longer active in QEMU.
>
> This makes the Intel Hexadecimal Object File Loader orphan.
$ git grep -wl load_targphys_hex_as
hw/core/generic-loader.c
hw/core/loader.c
include/hw/core/loader.h
We should cover these under "Generic Loader" now.
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
> MAINTAINERS | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8f50575083..9ef51955e0 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2716,8 +2716,7 @@ F: docs/system/guest-loader.rst
> F: tests/functional/aarch64/test_xen.py
>
> Intel Hexadecimal Object File Loader
> -M: Su Hang <suhang16@mails.ucas.ac.cn>
> -S: Maintained
> +S: Orphan
> F: tests/qtest/hexloader-test.c
> F: tests/data/hex-loader/test.hex
>
^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH 09/28] MAINTAINERS: Remove WANG Xuerui
2026-04-16 9:16 ` [PATCH 09/28] MAINTAINERS: Remove WANG Xuerui Peter Maydell
@ 2026-04-16 11:25 ` Philippe Mathieu-Daudé
2026-04-16 12:23 ` Peter Maydell
0 siblings, 1 reply; 50+ messages in thread
From: Philippe Mathieu-Daudé @ 2026-04-16 11:25 UTC (permalink / raw)
To: Peter Maydell, qemu-devel; +Cc: qemu, Richard Henderson
On 16/4/26 11:16, Peter Maydell wrote:
> WANG Xuerui has not posted to qemu-devel in some years and did not
> respond to a query about whether they still wished to be listed in
> our MAINTAINERS file. Remove them, on the assumption that they are
> no longer active in QEMU.
>
> This makes "LoongArch64 TCG target" orphan.
>
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
> MAINTAINERS | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index a7fb4e4770..0b2adbc247 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4115,8 +4115,7 @@ S: Maintained
> F: tcg/x86_64/
>
> LoongArch64 TCG target
> -M: WANG Xuerui <git@xen0n.name>
> -S: Maintained
> +S: Orphan
> F: tcg/loongarch64/
FWIW Xuěruì posted a patch 4 months ago that we ignored:
https://patchwork.kernel.org/project/qemu-devel/patch/20251207055626.3685415-1-i.qemu@xen0n.name/
(Cc'ed the qemu@xen0n.name email hoping it triggers something)
^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH 10/28] MAINTAINERS: Remove Huai-Cheng Kuo
2026-04-16 9:16 ` [PATCH 10/28] MAINTAINERS: Remove Huai-Cheng Kuo Peter Maydell
@ 2026-04-16 11:28 ` Philippe Mathieu-Daudé
2026-04-16 16:07 ` Tao Tang
0 siblings, 1 reply; 50+ messages in thread
From: Philippe Mathieu-Daudé @ 2026-04-16 11:28 UTC (permalink / raw)
To: Peter Maydell, qemu-devel; +Cc: Gustavo Romero, Tao Tang, Mathieu Poirier
On 16/4/26 11:16, Peter Maydell wrote:
> Huai-Cheng Kuo has not posted to qemu-devel in some years and did not
> respond to a query about whether they still wished to be listed in
> our MAINTAINERS file. Remove them, on the assumption that they are
> no longer active in QEMU.
>
> This makes "PCIE DOE" orphan.
Cc'ing Tao & Gustavo who are working on Security Protocol and Data Model
(SPDM) which IIUC use DOE.
>
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
> MAINTAINERS | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0b2adbc247..bc7c9b61da 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2160,8 +2160,7 @@ F: docs/specs/*pci*
> F: docs/system/sriov.rst
>
> PCIE DOE
> -M: Huai-Cheng Kuo <hchkuo@avery-design.com.tw>
> -S: Supported
> +S: Orphan
> F: include/hw/pci/pcie_doe.h
> F: hw/pci/pcie_doe.c
>
^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH 11/28] MAINTAINERS: Remove Bastian Koppelmann
2026-04-16 9:16 ` [PATCH 11/28] MAINTAINERS: Remove Bastian Koppelmann Peter Maydell
@ 2026-04-16 11:35 ` Philippe Mathieu-Daudé
2026-04-19 12:11 ` Parthiban
0 siblings, 1 reply; 50+ messages in thread
From: Philippe Mathieu-Daudé @ 2026-04-16 11:35 UTC (permalink / raw)
To: Peter Maydell, qemu-devel; +Cc: Eitan Eliahu, Anton Kochkov
On 16/4/26 11:16, Peter Maydell wrote:
> Bastian Koppelmann has not posted to qemu-devel in some years and did not
> respond to a query about whether they still wished to be listed in
> our MAINTAINERS file. Remove them, on the assumption that they are
> no longer active in QEMU.
>
> This makes the Tricore TCG CPUs orphan.
Cc'ing TriCore users.
>
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
> MAINTAINERS | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index bc7c9b61da..7817a1c97d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -446,8 +446,7 @@ F: include/hw/xtensa/xtensa-isa.h
> F: configs/devices/xtensa*/default.mak
>
> TriCore TCG CPUs
> -M: Bastian Koppelmann <kbastian@rumtueddeln.de>
> -S: Odd Fixes
> +S: Orphan
> F: target/tricore/
> F: hw/tricore/
> F: include/hw/tricore/
^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH 09/28] MAINTAINERS: Remove WANG Xuerui
2026-04-16 11:25 ` Philippe Mathieu-Daudé
@ 2026-04-16 12:23 ` Peter Maydell
0 siblings, 0 replies; 50+ messages in thread
From: Peter Maydell @ 2026-04-16 12:23 UTC (permalink / raw)
To: Philippe Mathieu-Daudé; +Cc: qemu-devel, qemu, Richard Henderson
On Thu, 16 Apr 2026 at 12:25, Philippe Mathieu-Daudé <philmd@linaro.org> wrote:
>
> On 16/4/26 11:16, Peter Maydell wrote:
> > WANG Xuerui has not posted to qemu-devel in some years and did not
> > respond to a query about whether they still wished to be listed in
> > our MAINTAINERS file. Remove them, on the assumption that they are
> > no longer active in QEMU.
> >
> > This makes "LoongArch64 TCG target" orphan.
> >
> > Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> > ---
> > MAINTAINERS | 3 +--
> > 1 file changed, 1 insertion(+), 2 deletions(-)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index a7fb4e4770..0b2adbc247 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -4115,8 +4115,7 @@ S: Maintained
> > F: tcg/x86_64/
> >
> > LoongArch64 TCG target
> > -M: WANG Xuerui <git@xen0n.name>
> > -S: Maintained
> > +S: Orphan
> > F: tcg/loongarch64/
>
> FWIW Xuěruì posted a patch 4 months ago that we ignored:
> https://patchwork.kernel.org/project/qemu-devel/patch/20251207055626.3685415-1-i.qemu@xen0n.name/
Oops. Unfortunately the scripting I did to find people who haven't
been active will miss cases where people post to the mailing list
with a different email from the one listed in MAINTAINERS. That's
a perfectly reasonable thing to do, it just trips up my attempt
at scripting.
I'll drop this patch.
-- PMM
^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH 26/28] MAINTAINERS: Remove Wen Congyang
2026-04-16 9:16 ` [PATCH 26/28] MAINTAINERS: Remove Wen Congyang Peter Maydell
@ 2026-04-16 14:56 ` Lukas Straub
2026-04-16 14:57 ` Lukas Straub
1 sibling, 0 replies; 50+ messages in thread
From: Lukas Straub @ 2026-04-16 14:56 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 869 bytes --]
On Thu, 16 Apr 2026 10:16:52 +0100
Peter Maydell <peter.maydell@linaro.org> wrote:
> Wen Congyang has not posted to qemu-devel in some years and did not
> respond to a query about whether they still wished to be listed in
> our MAINTAINERS file. Remove them, on the assumption that they are
> no longer active in QEMU.
>
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
> MAINTAINERS | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ca64361b24..81ffb56c31 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4383,7 +4383,6 @@ F: block/export/vduse-blk.c
> F: block/export/vduse-blk.h
>
> Replication
> -M: Wen Congyang <wencongyang2@huawei.com>
> M: Xie Changlong <xiechanglong.d@gmail.com>
> S: Supported
> F: replication*
Reviewed-by: Lukas Straub <lukasstraub2@web.de>
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH 26/28] MAINTAINERS: Remove Wen Congyang
2026-04-16 9:16 ` [PATCH 26/28] MAINTAINERS: Remove Wen Congyang Peter Maydell
2026-04-16 14:56 ` Lukas Straub
@ 2026-04-16 14:57 ` Lukas Straub
1 sibling, 0 replies; 50+ messages in thread
From: Lukas Straub @ 2026-04-16 14:57 UTC (permalink / raw)
To: Peter Maydell; +Cc: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 869 bytes --]
On Thu, 16 Apr 2026 10:16:52 +0100
Peter Maydell <peter.maydell@linaro.org> wrote:
> Wen Congyang has not posted to qemu-devel in some years and did not
> respond to a query about whether they still wished to be listed in
> our MAINTAINERS file. Remove them, on the assumption that they are
> no longer active in QEMU.
>
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
> MAINTAINERS | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ca64361b24..81ffb56c31 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4383,7 +4383,6 @@ F: block/export/vduse-blk.c
> F: block/export/vduse-blk.h
>
> Replication
> -M: Wen Congyang <wencongyang2@huawei.com>
> M: Xie Changlong <xiechanglong.d@gmail.com>
> S: Supported
> F: replication*
Reviewed-by: Lukas Straub <lukasstraub2@web.de>
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH 28/28] MAINTAINERS: Remove Xie Changlong
2026-04-16 9:16 ` [PATCH 28/28] MAINTAINERS: Remove Xie Changlong Peter Maydell
@ 2026-04-16 14:58 ` Lukas Straub
2026-04-16 15:10 ` Peter Maydell
0 siblings, 1 reply; 50+ messages in thread
From: Lukas Straub @ 2026-04-16 14:58 UTC (permalink / raw)
To: Peter Maydell; +Cc: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 1034 bytes --]
On Thu, 16 Apr 2026 10:16:54 +0100
Peter Maydell <peter.maydell@linaro.org> wrote:
> Xie Changlong has not posted to qemu-devel in some years and did not
> respond to a query about whether they still wished to be listed in
> our MAINTAINERS file. Remove them, on the assumption that they are
> no longer active in QEMU.
>
> This makes the "Replication" block filter orphan.
>
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
> MAINTAINERS | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 1fb56bdac8..a50e5dbaab 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4382,8 +4382,7 @@ F: block/export/vduse-blk.c
> F: block/export/vduse-blk.h
>
> Replication
> -M: Xie Changlong <xiechanglong.d@gmail.com>
> -S: Supported
> +S: Orphan
> F: replication*
> F: block/replication.c
> F: tests/unit/test-replication.c
Reviewed-by: Lukas Straub <lukasstraub2@web.de>
I will take over maintainsership for this component.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH 17/28] MAINTAINERS: Remove Jia Liu
2026-04-16 9:16 ` [PATCH 17/28] MAINTAINERS: Remove Jia Liu Peter Maydell
@ 2026-04-16 15:07 ` Stafford Horne
2026-04-16 15:09 ` Peter Maydell
0 siblings, 1 reply; 50+ messages in thread
From: Stafford Horne @ 2026-04-16 15:07 UTC (permalink / raw)
To: Peter Maydell; +Cc: qemu-devel
On Thu, Apr 16, 2026 at 10:16:43AM +0100, Peter Maydell wrote:
> Jia Liu has not posted to qemu-devel in some years and did not
> respond to a query about whether they still wished to be listed in
> our MAINTAINERS file. Remove them, on the assumption that they are
> no longer active in QEMU.
>
> This makes the or1k-sim OpenRISC machine orphan.
This looks ok to me, the time I have worked on the the project I have never
heard from Jia.
I think I would like to mark myself as maintainer on this and the other OpenRISC
machines. Should I sent a patch on top of your series after it is merged?
-Stafford
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
> MAINTAINERS | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index a7a345c514..c16a726cde 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1496,8 +1496,7 @@ F: include/hw/pci-host/xilinx-pcie.h
> OpenRISC Machines
> -----------------
> or1k-sim
> -M: Jia Liu <proljc@gmail.com>
> -S: Maintained
> +S: Orphan
> F: docs/system/or1k/or1k-sim.rst
> F: hw/intc/ompic.c
> F: hw/or1k/or1k-sim.c
> --
> 2.43.0
>
>
^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH 17/28] MAINTAINERS: Remove Jia Liu
2026-04-16 15:07 ` Stafford Horne
@ 2026-04-16 15:09 ` Peter Maydell
0 siblings, 0 replies; 50+ messages in thread
From: Peter Maydell @ 2026-04-16 15:09 UTC (permalink / raw)
To: Stafford Horne; +Cc: qemu-devel
On Thu, 16 Apr 2026 at 16:07, Stafford Horne <shorne@gmail.com> wrote:
>
> On Thu, Apr 16, 2026 at 10:16:43AM +0100, Peter Maydell wrote:
> > Jia Liu has not posted to qemu-devel in some years and did not
> > respond to a query about whether they still wished to be listed in
> > our MAINTAINERS file. Remove them, on the assumption that they are
> > no longer active in QEMU.
> >
> > This makes the or1k-sim OpenRISC machine orphan.
>
> This looks ok to me, the time I have worked on the the project I have never
> heard from Jia.
>
> I think I would like to mark myself as maintainer on this and the other OpenRISC
> machines. Should I sent a patch on top of your series after it is merged?
Yes, I think that's probably the easiest way to manage it.
I'll try to merge this series early in the 11.1 cycle.
-- PMM
^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH 28/28] MAINTAINERS: Remove Xie Changlong
2026-04-16 14:58 ` Lukas Straub
@ 2026-04-16 15:10 ` Peter Maydell
0 siblings, 0 replies; 50+ messages in thread
From: Peter Maydell @ 2026-04-16 15:10 UTC (permalink / raw)
To: Lukas Straub; +Cc: qemu-devel
On Thu, 16 Apr 2026 at 15:58, Lukas Straub <lukasstraub2@web.de> wrote:
>
> On Thu, 16 Apr 2026 10:16:54 +0100
> Peter Maydell <peter.maydell@linaro.org> wrote:
>
> > Xie Changlong has not posted to qemu-devel in some years and did not
> > respond to a query about whether they still wished to be listed in
> > our MAINTAINERS file. Remove them, on the assumption that they are
> > no longer active in QEMU.
> >
> > This makes the "Replication" block filter orphan.
> >
> > Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> > ---
> > MAINTAINERS | 3 +--
> > 1 file changed, 1 insertion(+), 2 deletions(-)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 1fb56bdac8..a50e5dbaab 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -4382,8 +4382,7 @@ F: block/export/vduse-blk.c
> > F: block/export/vduse-blk.h
> >
> > Replication
> > -M: Xie Changlong <xiechanglong.d@gmail.com>
> > -S: Supported
> > +S: Orphan
> > F: replication*
> > F: block/replication.c
> > F: tests/unit/test-replication.c
>
> Reviewed-by: Lukas Straub <lukasstraub2@web.de>
>
> I will take over maintainsership for this component.
Thanks for volunteering. I think the easiest thing is if
once this series is merged (which I'll try to do early in
the 11.1 cycle) you send a patch to add yourself
to the section.
-- PMM
^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH 10/28] MAINTAINERS: Remove Huai-Cheng Kuo
2026-04-16 11:28 ` Philippe Mathieu-Daudé
@ 2026-04-16 16:07 ` Tao Tang
2026-04-17 8:58 ` Philippe Mathieu-Daudé
0 siblings, 1 reply; 50+ messages in thread
From: Tao Tang @ 2026-04-16 16:07 UTC (permalink / raw)
To: Philippe Mathieu-Daudé, Peter Maydell, qemu-devel
Cc: Gustavo Romero, Mathieu Poirier
On 2026/4/16 19:28, Philippe Mathieu-Daudé wrote:
> On 16/4/26 11:16, Peter Maydell wrote:
>> Huai-Cheng Kuo has not posted to qemu-devel in some years and did not
>> respond to a query about whether they still wished to be listed in
>> our MAINTAINERS file. Remove them, on the assumption that they are
>> no longer active in QEMU.
>>
>> This makes "PCIE DOE" orphan.
>
> Cc'ing Tao & Gustavo who are working on Security Protocol and Data Model
> (SPDM) which IIUC use DOE.
Thanks Philippe. DOE is indeed relevant to SPDM and RME-DA work we have
been looking at.
I will help review changes in this area as they come up.
Best regards,
Tao
>
>>
>> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
>> ---
>> MAINTAINERS | 3 +--
>> 1 file changed, 1 insertion(+), 2 deletions(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 0b2adbc247..bc7c9b61da 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -2160,8 +2160,7 @@ F: docs/specs/*pci*
>> F: docs/system/sriov.rst
>> PCIE DOE
>> -M: Huai-Cheng Kuo <hchkuo@avery-design.com.tw>
>> -S: Supported
>> +S: Orphan
>> F: include/hw/pci/pcie_doe.h
>> F: hw/pci/pcie_doe.c
^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH 16/28] MAINTAINERS: Remove Paul Burton
2026-04-16 9:16 ` [PATCH 16/28] MAINTAINERS: Remove Paul Burton Peter Maydell
@ 2026-04-17 8:10 ` Thomas Huth
2026-04-17 8:45 ` Philippe Mathieu-Daudé
0 siblings, 1 reply; 50+ messages in thread
From: Thomas Huth @ 2026-04-17 8:10 UTC (permalink / raw)
To: Peter Maydell, qemu-devel; +Cc: Paul Burton, Aleksandar Rikalo
On 16/04/2026 11.16, Peter Maydell wrote:
> Paul Burton has not posted to qemu-devel in some years and did not
> respond to a query about whether they still wished to be listed in
> our MAINTAINERS file. Remove them, on the assumption that they are
> no longer active in QEMU.
>
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
> MAINTAINERS | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6cbb1e049a..a7a345c514 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1486,7 +1486,6 @@ F: include/hw/intc/loongson_liointc.h
> F: tests/functional/mips64el/test_loongson3v.py
>
> Boston
> -M: Paul Burton <paulburton@kernel.org>
> R: Aleksandar Rikalo <arikalo@gmail.com>
> S: Odd Fixes
> F: hw/core/loader-fit.c
Aleksandar is only listed as Reviewer ... so should the status rather be
changed to "Orphan" now? Or maybe Aleksandar wants to step up as a
maintainer for this file?
Thomas
^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH 25/28] MAINTAINERS: Remove Yanan Wang
2026-04-16 9:16 ` [PATCH 25/28] MAINTAINERS: Remove Yanan Wang Peter Maydell
@ 2026-04-17 8:14 ` Thomas Huth
2026-04-17 9:00 ` Philippe Mathieu-Daudé
0 siblings, 1 reply; 50+ messages in thread
From: Thomas Huth @ 2026-04-17 8:14 UTC (permalink / raw)
To: Peter Maydell, qemu-devel
On 16/04/2026 11.16, Peter Maydell wrote:
> Yanan Wang has not posted to qemu-devel in some years and did not
> respond to a query about whether they still wished to be listed in
> our MAINTAINERS file. Remove them, on the assumption that they are
> no longer active in QEMU.
>
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
> MAINTAINERS | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 043d26b0c4..ca64361b24 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2006,7 +2006,6 @@ F: docs/system/i386/nitro-enclave.rst
>
> Machine core
> R: Philippe Mathieu-Daudé <philmd@linaro.org>
> -R: Yanan Wang <wangyanan55@huawei.com>
> R: Zhao Liu <zhao1.liu@intel.com>
> S: Supported
> F: hw/core/cpu-common.c
For the patch:
Reviewed-by: Thomas Huth <thuth@redhat.com>
... but I wonder why we marked this as "Supported" if there is no maintainer
for this section?
^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH 16/28] MAINTAINERS: Remove Paul Burton
2026-04-17 8:10 ` Thomas Huth
@ 2026-04-17 8:45 ` Philippe Mathieu-Daudé
0 siblings, 0 replies; 50+ messages in thread
From: Philippe Mathieu-Daudé @ 2026-04-17 8:45 UTC (permalink / raw)
To: Thomas Huth, Peter Maydell, qemu-devel; +Cc: Paul Burton, Aleksandar Rikalo
On 17/4/26 10:10, Thomas Huth wrote:
> On 16/04/2026 11.16, Peter Maydell wrote:
>> Paul Burton has not posted to qemu-devel in some years and did not
>> respond to a query about whether they still wished to be listed in
>> our MAINTAINERS file. Remove them, on the assumption that they are
>> no longer active in QEMU.
>>
>> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
>> ---
>> MAINTAINERS | 1 -
>> 1 file changed, 1 deletion(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 6cbb1e049a..a7a345c514 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -1486,7 +1486,6 @@ F: include/hw/intc/loongson_liointc.h
>> F: tests/functional/mips64el/test_loongson3v.py
>> Boston
>> -M: Paul Burton <paulburton@kernel.org>
>> R: Aleksandar Rikalo <arikalo@gmail.com>
>> S: Odd Fixes
>> F: hw/core/loader-fit.c
>
> Aleksandar is only listed as Reviewer ... so should the status rather be
> changed to "Orphan" now?
No need to orphanize, I'll maintain it with other MIPS boards.
^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH 10/28] MAINTAINERS: Remove Huai-Cheng Kuo
2026-04-16 16:07 ` Tao Tang
@ 2026-04-17 8:58 ` Philippe Mathieu-Daudé
2026-04-17 9:57 ` Alistair Francis
2026-04-17 10:12 ` Tao Tang
0 siblings, 2 replies; 50+ messages in thread
From: Philippe Mathieu-Daudé @ 2026-04-17 8:58 UTC (permalink / raw)
To: Tao Tang, Peter Maydell, qemu-devel
Cc: Gustavo Romero, Mathieu Poirier, Klaus Jensen, Alistair Francis,
Jonathan Cameron
On 16/4/26 18:07, Tao Tang wrote:
>
> On 2026/4/16 19:28, Philippe Mathieu-Daudé wrote:
>> On 16/4/26 11:16, Peter Maydell wrote:
>>> Huai-Cheng Kuo has not posted to qemu-devel in some years and did not
>>> respond to a query about whether they still wished to be listed in
>>> our MAINTAINERS file. Remove them, on the assumption that they are
>>> no longer active in QEMU.
>>>
>>> This makes "PCIE DOE" orphan.
>>
>> Cc'ing Tao & Gustavo who are working on Security Protocol and Data Model
>> (SPDM) which IIUC use DOE.
>
>
> Thanks Philippe. DOE is indeed relevant to SPDM and RME-DA work we have
> been looking at.
Commit 4f947b10d52 ("hw/nvme: Add SPDM over DOE support"), described as:
Setup Data Object Exchange (DOE) as an extended capability for
the NVME controller and connect SPDM to it (CMA) to it.
introduced the docs/specs/spdm.rst file which isn't maintained:
$ ./scripts/get_maintainer.pl -f docs/specs/spdm.rst
get_maintainer.pl: No maintainers found, printing recent contributors.
get_maintainer.pl: Do not blindly cc: them on patches! Use common sense.
Would it make sense to move hw/pci/pcie_doe.* to the SPDM section
instead of orphanize them?
SPDM
M: Alistair Francis <alistair.francis@wdc.com>
S: Maintained
F: backends/spdm-socket.c
F: include/system/spdm-socket.h
Added in Cc contributors who might be interested in being listed
as co-maintainer or reviewer ;)
>
> I will help review changes in this area as they come up.
>
>
> Best regards,
>
> Tao
>
>
>>
>>>
>>> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
>>> ---
>>> MAINTAINERS | 3 +--
>>> 1 file changed, 1 insertion(+), 2 deletions(-)
>>>
>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>> index 0b2adbc247..bc7c9b61da 100644
>>> --- a/MAINTAINERS
>>> +++ b/MAINTAINERS
>>> @@ -2160,8 +2160,7 @@ F: docs/specs/*pci*
>>> F: docs/system/sriov.rst
>>> PCIE DOE
>>> -M: Huai-Cheng Kuo <hchkuo@avery-design.com.tw>
>>> -S: Supported
>>> +S: Orphan
>>> F: include/hw/pci/pcie_doe.h
>>> F: hw/pci/pcie_doe.c
>
^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH 25/28] MAINTAINERS: Remove Yanan Wang
2026-04-17 8:14 ` Thomas Huth
@ 2026-04-17 9:00 ` Philippe Mathieu-Daudé
0 siblings, 0 replies; 50+ messages in thread
From: Philippe Mathieu-Daudé @ 2026-04-17 9:00 UTC (permalink / raw)
To: Thomas Huth, Peter Maydell, qemu-devel
On 17/4/26 10:14, Thomas Huth wrote:
> On 16/04/2026 11.16, Peter Maydell wrote:
>> Yanan Wang has not posted to qemu-devel in some years and did not
>> respond to a query about whether they still wished to be listed in
>> our MAINTAINERS file. Remove them, on the assumption that they are
>> no longer active in QEMU.
>>
>> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
>> ---
>> MAINTAINERS | 1 -
>> 1 file changed, 1 deletion(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 043d26b0c4..ca64361b24 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -2006,7 +2006,6 @@ F: docs/system/i386/nitro-enclave.rst
>> Machine core
>> R: Philippe Mathieu-Daudé <philmd@linaro.org>
>> -R: Yanan Wang <wangyanan55@huawei.com>
>> R: Zhao Liu <zhao1.liu@intel.com>
>> S: Supported
>> F: hw/core/cpu-common.c
>
> For the patch:
> Reviewed-by: Thomas Huth <thuth@redhat.com>
>
> ... but I wonder why we marked this as "Supported" if there is no
> maintainer for this section?
With my recent activity around I'd not bother to be listed as maintainer
but as 'Maintained' status, not 'Supported'.
^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH 10/28] MAINTAINERS: Remove Huai-Cheng Kuo
2026-04-17 8:58 ` Philippe Mathieu-Daudé
@ 2026-04-17 9:57 ` Alistair Francis
2026-04-17 11:10 ` Peter Maydell
2026-04-17 10:12 ` Tao Tang
1 sibling, 1 reply; 50+ messages in thread
From: Alistair Francis @ 2026-04-17 9:57 UTC (permalink / raw)
To: Philippe Mathieu-Daudé
Cc: Tao Tang, Peter Maydell, qemu-devel, Gustavo Romero,
Mathieu Poirier, Klaus Jensen, Alistair Francis, Jonathan Cameron
On Fri, Apr 17, 2026 at 6:59 PM Philippe Mathieu-Daudé
<philmd@linaro.org> wrote:
>
> On 16/4/26 18:07, Tao Tang wrote:
> >
> > On 2026/4/16 19:28, Philippe Mathieu-Daudé wrote:
> >> On 16/4/26 11:16, Peter Maydell wrote:
> >>> Huai-Cheng Kuo has not posted to qemu-devel in some years and did not
> >>> respond to a query about whether they still wished to be listed in
> >>> our MAINTAINERS file. Remove them, on the assumption that they are
> >>> no longer active in QEMU.
> >>>
> >>> This makes "PCIE DOE" orphan.
> >>
> >> Cc'ing Tao & Gustavo who are working on Security Protocol and Data Model
> >> (SPDM) which IIUC use DOE.
> >
> >
> > Thanks Philippe. DOE is indeed relevant to SPDM and RME-DA work we have
> > been looking at.
>
> Commit 4f947b10d52 ("hw/nvme: Add SPDM over DOE support"), described as:
>
> Setup Data Object Exchange (DOE) as an extended capability for
> the NVME controller and connect SPDM to it (CMA) to it.
>
> introduced the docs/specs/spdm.rst file which isn't maintained:
Urgh, I can fix that.
>
> $ ./scripts/get_maintainer.pl -f docs/specs/spdm.rst
> get_maintainer.pl: No maintainers found, printing recent contributors.
> get_maintainer.pl: Do not blindly cc: them on patches! Use common sense.
>
> Would it make sense to move hw/pci/pcie_doe.* to the SPDM section
> instead of orphanize them?
Yeah, I think it would make sense under the SPDM section. DOE can be
used for other things, but right now SPDM seems to be the major use
case.
Would you like me to send it Peter? I can apply it after this seris if you want
Alistair
>
> SPDM
> M: Alistair Francis <alistair.francis@wdc.com>
> S: Maintained
> F: backends/spdm-socket.c
> F: include/system/spdm-socket.h
>
> Added in Cc contributors who might be interested in being listed
> as co-maintainer or reviewer ;)
>
> >
> > I will help review changes in this area as they come up.
> >
> >
> > Best regards,
> >
> > Tao
> >
> >
> >>
> >>>
> >>> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> >>> ---
> >>> MAINTAINERS | 3 +--
> >>> 1 file changed, 1 insertion(+), 2 deletions(-)
> >>>
> >>> diff --git a/MAINTAINERS b/MAINTAINERS
> >>> index 0b2adbc247..bc7c9b61da 100644
> >>> --- a/MAINTAINERS
> >>> +++ b/MAINTAINERS
> >>> @@ -2160,8 +2160,7 @@ F: docs/specs/*pci*
> >>> F: docs/system/sriov.rst
> >>> PCIE DOE
> >>> -M: Huai-Cheng Kuo <hchkuo@avery-design.com.tw>
> >>> -S: Supported
> >>> +S: Orphan
> >>> F: include/hw/pci/pcie_doe.h
> >>> F: hw/pci/pcie_doe.c
> >
>
>
^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH 10/28] MAINTAINERS: Remove Huai-Cheng Kuo
2026-04-17 8:58 ` Philippe Mathieu-Daudé
2026-04-17 9:57 ` Alistair Francis
@ 2026-04-17 10:12 ` Tao Tang
1 sibling, 0 replies; 50+ messages in thread
From: Tao Tang @ 2026-04-17 10:12 UTC (permalink / raw)
To: Philippe Mathieu-Daudé, Peter Maydell, qemu-devel
Cc: Gustavo Romero, Mathieu Poirier, Klaus Jensen, Alistair Francis,
Jonathan Cameron
On 2026/4/17 16:58, Philippe Mathieu-Daudé wrote:
> On 16/4/26 18:07, Tao Tang wrote:
>>
>> On 2026/4/16 19:28, Philippe Mathieu-Daudé wrote:
>>> On 16/4/26 11:16, Peter Maydell wrote:
>>>> Huai-Cheng Kuo has not posted to qemu-devel in some years and did not
>>>> respond to a query about whether they still wished to be listed in
>>>> our MAINTAINERS file. Remove them, on the assumption that they are
>>>> no longer active in QEMU.
>>>>
>>>> This makes "PCIE DOE" orphan.
>>>
>>> Cc'ing Tao & Gustavo who are working on Security Protocol and Data
>>> Model
>>> (SPDM) which IIUC use DOE.
>>
>>
>> Thanks Philippe. DOE is indeed relevant to SPDM and RME-DA work we
>> have been looking at.
>
> Commit 4f947b10d52 ("hw/nvme: Add SPDM over DOE support"), described as:
>
> Setup Data Object Exchange (DOE) as an extended capability for
> the NVME controller and connect SPDM to it (CMA) to it.
>
> introduced the docs/specs/spdm.rst file which isn't maintained:
>
> $ ./scripts/get_maintainer.pl -f docs/specs/spdm.rst
> get_maintainer.pl: No maintainers found, printing recent contributors.
> get_maintainer.pl: Do not blindly cc: them on patches! Use common sense.
>
> Would it make sense to move hw/pci/pcie_doe.* to the SPDM section
> instead of orphanize them?
>
> SPDM
> M: Alistair Francis <alistair.francis@wdc.com>
> S: Maintained
> F: backends/spdm-socket.c
> F: include/system/spdm-socket.h
>
> Added in Cc contributors who might be interested in being listed
> as co-maintainer or reviewer ;)
Hi Philippe,
If useful, I would be glad to be listed as a reviewer and help review
changes in this area going forward.
Thanks,
Tao
>
>>
>> I will help review changes in this area as they come up.
>>
>>
>> Best regards,
>>
>> Tao
>>
>>
>>>
>>>>
>>>> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
>>>> ---
>>>> MAINTAINERS | 3 +--
>>>> 1 file changed, 1 insertion(+), 2 deletions(-)
>>>>
>>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>>> index 0b2adbc247..bc7c9b61da 100644
>>>> --- a/MAINTAINERS
>>>> +++ b/MAINTAINERS
>>>> @@ -2160,8 +2160,7 @@ F: docs/specs/*pci*
>>>> F: docs/system/sriov.rst
>>>> PCIE DOE
>>>> -M: Huai-Cheng Kuo <hchkuo@avery-design.com.tw>
>>>> -S: Supported
>>>> +S: Orphan
>>>> F: include/hw/pci/pcie_doe.h
>>>> F: hw/pci/pcie_doe.c
>>
^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH 10/28] MAINTAINERS: Remove Huai-Cheng Kuo
2026-04-17 9:57 ` Alistair Francis
@ 2026-04-17 11:10 ` Peter Maydell
0 siblings, 0 replies; 50+ messages in thread
From: Peter Maydell @ 2026-04-17 11:10 UTC (permalink / raw)
To: Alistair Francis
Cc: Philippe Mathieu-Daudé, Tao Tang, qemu-devel, Gustavo Romero,
Mathieu Poirier, Klaus Jensen, Alistair Francis, Jonathan Cameron
On Fri, 17 Apr 2026 at 10:58, Alistair Francis <alistair23@gmail.com> wrote:
>
> On Fri, Apr 17, 2026 at 6:59 PM Philippe Mathieu-Daudé
> <philmd@linaro.org> wrote:
> >
> > On 16/4/26 18:07, Tao Tang wrote:
> > >
> > > On 2026/4/16 19:28, Philippe Mathieu-Daudé wrote:
> > >> On 16/4/26 11:16, Peter Maydell wrote:
> > >>> Huai-Cheng Kuo has not posted to qemu-devel in some years and did not
> > >>> respond to a query about whether they still wished to be listed in
> > >>> our MAINTAINERS file. Remove them, on the assumption that they are
> > >>> no longer active in QEMU.
> > >>>
> > >>> This makes "PCIE DOE" orphan.
> > >>
> > >> Cc'ing Tao & Gustavo who are working on Security Protocol and Data Model
> > >> (SPDM) which IIUC use DOE.
> > >
> > >
> > > Thanks Philippe. DOE is indeed relevant to SPDM and RME-DA work we have
> > > been looking at.
> >
> > Commit 4f947b10d52 ("hw/nvme: Add SPDM over DOE support"), described as:
> >
> > Setup Data Object Exchange (DOE) as an extended capability for
> > the NVME controller and connect SPDM to it (CMA) to it.
> >
> > introduced the docs/specs/spdm.rst file which isn't maintained:
>
> Urgh, I can fix that.
>
> >
> > $ ./scripts/get_maintainer.pl -f docs/specs/spdm.rst
> > get_maintainer.pl: No maintainers found, printing recent contributors.
> > get_maintainer.pl: Do not blindly cc: them on patches! Use common sense.
> >
> > Would it make sense to move hw/pci/pcie_doe.* to the SPDM section
> > instead of orphanize them?
>
> Yeah, I think it would make sense under the SPDM section. DOE can be
> used for other things, but right now SPDM seems to be the major use
> case.
>
> Would you like me to send it Peter? I can apply it after this seris if you want
Thanks; yes, I think my preference with this series is to apply it
as-is and then let people send in patches on top that take
ownership / readjust the arrangement of / etc the now-orphaned
sections.
-- PMM
^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH 11/28] MAINTAINERS: Remove Bastian Koppelmann
2026-04-16 11:35 ` Philippe Mathieu-Daudé
@ 2026-04-19 12:11 ` Parthiban
0 siblings, 0 replies; 50+ messages in thread
From: Parthiban @ 2026-04-19 12:11 UTC (permalink / raw)
To: Philippe Mathieu-Daudé, Peter Maydell, qemu-devel
Cc: parthiban, Eitan Eliahu, Anton Kochkov,
Christoph.Seitz@infineon.com, saravanan@linumiz.com
On 4/16/26 1:35 PM, Philippe Mathieu-Daudé wrote:
> On 16/4/26 11:16, Peter Maydell wrote:
>> Bastian Koppelmann has not posted to qemu-devel in some years and did not
>> respond to a query about whether they still wished to be listed in
>> our MAINTAINERS file. Remove them, on the assumption that they are
>> no longer active in QEMU.
>>
>> This makes the Tricore TCG CPUs orphan.
>
> Cc'ing TriCore users.
Dear Peter, Philippe,
I am actively working on TriCore and plan to submit a patch series
that adds TC3x (TC397B) and TC4x (TC4D7) SoC emulation along with
a MAINTAINERS entry for myself.
The series is being cleaned up for upstream submission. In the
meantime, the working tree [1] and a v1.0.0 release [2] are available.
[1]: https://github.com/linumiz/qemu-tricore/tree/release/ifx/tricore-1.0
[2]: https://github.com/linumiz/qemu-tricore/releases/tag/v1.0.0
Thanks,
Parthiban
https://linumiz.com
https://www.linkedin.com/company/linumiz
>
>>
>> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
>> ---
>> MAINTAINERS | 3 +--
>> 1 file changed, 1 insertion(+), 2 deletions(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index bc7c9b61da..7817a1c97d 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -446,8 +446,7 @@ F: include/hw/xtensa/xtensa-isa.h
>> F: configs/devices/xtensa*/default.mak
>> TriCore TCG CPUs
>> -M: Bastian Koppelmann <kbastian@rumtueddeln.de>
>> -S: Odd Fixes
>> +S: Orphan
>> F: target/tricore/
>> F: hw/tricore/
>> F: include/hw/tricore/
>
>
>
^ permalink raw reply [flat|nested] 50+ messages in thread
end of thread, other threads:[~2026-04-19 12:45 UTC | newest]
Thread overview: 50+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-16 9:16 [PATCH 00/28] MAINTAINERS: Remove people who are no longer active Peter Maydell
2026-04-16 9:16 ` [PATCH 01/28] MAINTAINERS: Remove Ahmed Karaman Peter Maydell
2026-04-16 9:16 ` [PATCH 02/28] MAINTAINERS: Remove Anup Patel Peter Maydell
2026-04-16 9:16 ` [PATCH 03/28] MAINTAINERS: Remove Beniamino Galvani Peter Maydell
2026-04-16 9:16 ` [PATCH 04/28] MAINTAINERS: Remove Jeff Cody Peter Maydell
2026-04-16 9:16 ` [PATCH 05/28] MAINTAINERS: Remove Coiby Xu Peter Maydell
2026-04-16 9:16 ` [PATCH 06/28] MAINTAINERS: Remove Damien Hedde Peter Maydell
2026-04-16 9:16 ` [PATCH 07/28] MAINTAINERS: Remove Ed Maste Peter Maydell
2026-04-16 9:16 ` [PATCH 08/28] MAINTAINERS: Remove Dongjiu Geng Peter Maydell
2026-04-16 9:16 ` [PATCH 09/28] MAINTAINERS: Remove WANG Xuerui Peter Maydell
2026-04-16 11:25 ` Philippe Mathieu-Daudé
2026-04-16 12:23 ` Peter Maydell
2026-04-16 9:16 ` [PATCH 10/28] MAINTAINERS: Remove Huai-Cheng Kuo Peter Maydell
2026-04-16 11:28 ` Philippe Mathieu-Daudé
2026-04-16 16:07 ` Tao Tang
2026-04-17 8:58 ` Philippe Mathieu-Daudé
2026-04-17 9:57 ` Alistair Francis
2026-04-17 11:10 ` Peter Maydell
2026-04-17 10:12 ` Tao Tang
2026-04-16 9:16 ` [PATCH 11/28] MAINTAINERS: Remove Bastian Koppelmann Peter Maydell
2026-04-16 11:35 ` Philippe Mathieu-Daudé
2026-04-19 12:11 ` Parthiban
2026-04-16 9:16 ` [PATCH 12/28] MAINTAINERS: Remove Mahmoud Mandour Peter Maydell
2026-04-16 9:16 ` [PATCH 13/28] MAINTAINERS: Remove Magnus Damm Peter Maydell
2026-04-16 9:16 ` [PATCH 14/28] MAINTAINERS: Remove Marcel Apfelbaum Peter Maydell
2026-04-16 9:16 ` [PATCH 15/28] MAINTAINERS: Remove Aarushi Mehta Peter Maydell
2026-04-16 9:16 ` [PATCH 16/28] MAINTAINERS: Remove Paul Burton Peter Maydell
2026-04-17 8:10 ` Thomas Huth
2026-04-17 8:45 ` Philippe Mathieu-Daudé
2026-04-16 9:16 ` [PATCH 17/28] MAINTAINERS: Remove Jia Liu Peter Maydell
2026-04-16 15:07 ` Stafford Horne
2026-04-16 15:09 ` Peter Maydell
2026-04-16 9:16 ` [PATCH 18/28] MAINTAINERS: Remove Qiuhao Li Peter Maydell
2026-04-16 9:16 ` [PATCH 19/28] MAINTAINERS: Remove Luigi Rizzo Peter Maydell
2026-04-16 9:16 ` [PATCH 20/28] MAINTAINERS: Remove Ronnie Sahlberg Peter Maydell
2026-04-16 9:16 ` [PATCH 21/28] MAINTAINERS: Remove Ryo ONODERA Peter Maydell
2026-04-16 9:16 ` [PATCH 22/28] MAINTAINERS: Remove Shannon Zhao Peter Maydell
2026-04-16 9:16 ` [PATCH 23/28] MAINTAINERS: Remove Su Hang Peter Maydell
2026-04-16 11:12 ` Philippe Mathieu-Daudé
2026-04-16 9:16 ` [PATCH 24/28] MAINTAINERS: Remove Vijai Kumar K Peter Maydell
2026-04-16 9:16 ` [PATCH 25/28] MAINTAINERS: Remove Yanan Wang Peter Maydell
2026-04-17 8:14 ` Thomas Huth
2026-04-17 9:00 ` Philippe Mathieu-Daudé
2026-04-16 9:16 ` [PATCH 26/28] MAINTAINERS: Remove Wen Congyang Peter Maydell
2026-04-16 14:56 ` Lukas Straub
2026-04-16 14:57 ` Lukas Straub
2026-04-16 9:16 ` [PATCH 27/28] MAINTAINERS: Remove Xiao Guangrong Peter Maydell
2026-04-16 9:16 ` [PATCH 28/28] MAINTAINERS: Remove Xie Changlong Peter Maydell
2026-04-16 14:58 ` Lukas Straub
2026-04-16 15:10 ` Peter Maydell
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.