All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 00/42] MAINTAINERS patches for 2026-06-10
@ 2026-06-10  8:04 Markus Armbruster
  2026-06-10  8:04 ` [PULL 01/42] MAINTAINERS: update ebpf reviewers Markus Armbruster
                   ` (42 more replies)
  0 siblings, 43 replies; 44+ messages in thread
From: Markus Armbruster @ 2026-06-10  8:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha

The following changes since commit de5d8bfd6105d3dd3ae668df9762df244a6d1506:

  Merge tag 'pull-loongarch-20260609' of https://github.com/gaosong715/qemu into staging (2026-06-09 14:00:28 -0400)

are available in the Git repository at:

  https://repo.or.cz/qemu/armbru.git tags/pull-maintainers-2026-06-10

for you to fetch changes up to 7e8af1f2860c20d1d576b08b8629a4986eb0f72f:

  MAINTAINERS: Fix F: in "Rust build system integration" (2026-06-10 10:00:01 +0200)

----------------------------------------------------------------
MAINTAINERS patches for 2026-06-10

----------------------------------------------------------------
Markus Armbruster (38):
      MAINTAINERS: Improve another "Overall" section headline
      MAINTAINERS: Delete trailing colons in section headlines
      MAINTAINERS: Drop stale F: from "Guest CPU cores (TCG)"
      MAINTAINERS: Drop stale F: in "SPARC TCG CPUs"
      MAINTAINERS: Drop stale F: from "Overall KVM CPUs"
      MAINTAINERS: Fix F: in "Overall CPUs other accelerators"
      MAINTAINERS: Drop stale F: from "virtio"
      MAINTAINERS: Fix F: in "Apple Silicon HVF CPUs"
      MAINTAINERS: Drop bad F: in "X86 Xen CPUs"
      MAINTAINERS: Fix F: in "Darwin (macOS, iOS)"
      MAINTAINERS: Fix F: in "WebAssembly"
      MAINTAINERS: Fix F: in "Allwinner-a10"
      MAINTAINERS: Fix F: in "Raspberry Pi"
      MAINTAINERS: Drop bad F: from "Xilinx Zynq"
      MAINTAINERS: Drop stale F: from "New World (mac99)"
      MAINTAINERS: Drop stale F: from "sPAPR (pseries)"
      MAINTAINERS: Fix F: typo in "sam460ex"
      MAINTAINERS: Fix F: typo in "ACPI/HEST/GHES/ARM processor CPER"
      MAINTAINERS: Fix F: in "SSI"
      MAINTAINERS: Fix F: in "vhost"
      MAINTAINERS: Fix F: in "virtio-input"
      MAINTAINERS: Fix bad / stale F: in "virtio-user-rng"
      MAINTAINERS: Fix F: in "vhost-user-stubs"
      MAINTAINERS: Fix F: in "virtio-snd" and "virtio-gpu"
      MAINTAINERS: Fix F: typo in "pcf8574"
      MAINTAINERS: Drop stale F: from "Block I/O path"
      MAINTAINERS: Fix F: typo in "Dump"
      MAINTAINERS: Drop stale F: from "Human Monitor (HMP)"
      MAINTAINERS: Fix F: in "QDev"
      MAINTAINERS: Fix F: in "QMP"
      MAINTAINERS: Fix F: typo in "I3C"
      MAINTAINERS: Drop stale F: from "EDK2 Firmware"
      MAINTAINERS: Drop stale F: from "TCI TCG target"
      MAINTAINERS: Drop stale F: from "Linux io_uring"
      MAINTAINERS: Fix F: in "VFIO-USER"
      MAINTAINERS: Fix F: in "Build and test automation"
      MAINTAINERS: Drop stale F: from "Sphinx documentation configuration ..."
      MAINTAINERS: Fix F: in "Rust build system integration"

Philippe Mathieu-Daudé (3):
      MAINTAINERS: Correct scripts/coverity-model.c path
      MAINTAINERS: Fix RISCV related paths
      MAINTAINERS: Fix hexagon-linux-user.mak path

Yuri Benditovich (1):
      MAINTAINERS: update ebpf reviewers

 MAINTAINERS | 84 ++++++++++++++++++++++---------------------------------------
 1 file changed, 30 insertions(+), 54 deletions(-)

-- 
2.54.0



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

* [PULL 01/42] MAINTAINERS: update ebpf reviewers
  2026-06-10  8:04 [PULL 00/42] MAINTAINERS patches for 2026-06-10 Markus Armbruster
@ 2026-06-10  8:04 ` Markus Armbruster
  2026-06-10  8:04 ` [PULL 02/42] MAINTAINERS: Correct scripts/coverity-model.c path Markus Armbruster
                   ` (41 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: Markus Armbruster @ 2026-06-10  8:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha, Yuri Benditovich, Philippe Mathieu-Daudé

From: Yuri Benditovich <ybendito@redhat.com>

Signed-off-by: Yuri Benditovich <ybendito@redhat.com>
Message-ID: <20251206093345.71031-1-ybendito@redhat.com>
Acked-by: Markus Armbruster <armbru@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
---
 MAINTAINERS | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 748ec77beb..dec58a2508 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4477,8 +4477,7 @@ F: tests/functional/x86_64/test_vfio_user_client.py
 
 EBPF:
 M: Jason Wang <jasowang@redhat.com>
-R: Andrew Melnychenko <andrew@daynix.com>
-R: Yuri Benditovich <yuri.benditovich@daynix.com>
+R: Yuri Benditovich <ybendito@redhat.com>
 S: Maintained
 F: docs/devel/ebpf_rss.rst
 F: ebpf/*
-- 
2.54.0



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

* [PULL 02/42] MAINTAINERS: Correct scripts/coverity-model.c path
  2026-06-10  8:04 [PULL 00/42] MAINTAINERS patches for 2026-06-10 Markus Armbruster
  2026-06-10  8:04 ` [PULL 01/42] MAINTAINERS: update ebpf reviewers Markus Armbruster
@ 2026-06-10  8:04 ` Markus Armbruster
  2026-06-10  8:04 ` [PULL 03/42] MAINTAINERS: Fix RISCV related paths Markus Armbruster
                   ` (40 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: Markus Armbruster @ 2026-06-10  8:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha, Philippe Mathieu-Daudé, Pierrick Bouvier

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

Commit e804f892b90 ("coverity-scan: list components, move model
to scripts/coverity-scan") moved the file but forgot to update
the MAINTAINERS entry.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20260519171926.98099-1-philmd@linaro.org>
Reported-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index dec58a2508..cd5a899774 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3259,7 +3259,7 @@ F: util/qemu-option.c
 Coverity model
 M: Markus Armbruster <armbru@redhat.com>
 S: Supported
-F: scripts/coverity-model.c
+F: scripts/coverity-scan/model.c
 
 Coverity Scan integration
 M: Peter Maydell <peter.maydell@linaro.org>
-- 
2.54.0



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

* [PULL 03/42] MAINTAINERS: Fix RISCV related paths
  2026-06-10  8:04 [PULL 00/42] MAINTAINERS patches for 2026-06-10 Markus Armbruster
  2026-06-10  8:04 ` [PULL 01/42] MAINTAINERS: update ebpf reviewers Markus Armbruster
  2026-06-10  8:04 ` [PULL 02/42] MAINTAINERS: Correct scripts/coverity-model.c path Markus Armbruster
@ 2026-06-10  8:04 ` Markus Armbruster
  2026-06-10  8:04 ` [PULL 04/42] MAINTAINERS: Fix hexagon-linux-user.mak path Markus Armbruster
                   ` (39 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: Markus Armbruster @ 2026-06-10  8:04 UTC (permalink / raw)
  To: qemu-devel
  Cc: stefanha, Philippe Mathieu-Daudé, Pierrick Bouvier,
	Alistair Francis

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

Host user-emulation headers were renamed in commits ba0e7333620
("configure: Merge riscv32 and riscv64 host architectures") and
bbf15aaf7c7 ("common-user: Move safe-syscall.* from linux-user"),
then covered in commit 355cdac7d86 ("MAINTAINERS: Add
common-user/host/riscv to RISC-V section"). Remove the obsolete
entries.

test_riscv64_sifive_u.py was renamed in commit e1a8572a8d7
("tests/functional: Move riscv32/riscv64 tests into target-specific
folders").

Reported-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20260519172621.98469-1-philmd@linaro.org>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
---
 MAINTAINERS | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index cd5a899774..64e7e090eb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -362,8 +362,6 @@ F: hw/riscv/
 F: hw/intc/riscv*
 F: include/hw/char/riscv_htif.h
 F: include/hw/riscv/
-F: linux-user/host/riscv32/
-F: linux-user/host/riscv64/
 F: common-user/host/riscv*
 F: tests/functional/riscv32
 F: tests/functional/riscv64
@@ -1782,7 +1780,7 @@ S: Supported
 F: docs/system/riscv/sifive_u.rst
 F: hw/*/*sifive*.c
 F: include/hw/*/*sifive*.h
-F: tests/functional/test_riscv64_sifive_u.py
+F: tests/functional/riscv64/test_sifive_u.py
 
 AMD Microblaze-V Generic Board
 M: Sai Pavan Boddu <sai.pavan.boddu@amd.com>
-- 
2.54.0



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

* [PULL 04/42] MAINTAINERS: Fix hexagon-linux-user.mak path
  2026-06-10  8:04 [PULL 00/42] MAINTAINERS patches for 2026-06-10 Markus Armbruster
                   ` (2 preceding siblings ...)
  2026-06-10  8:04 ` [PULL 03/42] MAINTAINERS: Fix RISCV related paths Markus Armbruster
@ 2026-06-10  8:04 ` Markus Armbruster
  2026-06-10  8:04 ` [PULL 05/42] MAINTAINERS: Improve another "Overall" section headline Markus Armbruster
                   ` (38 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: Markus Armbruster @ 2026-06-10  8:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha, Philippe Mathieu-Daudé

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

Fixes: 812b31d3f91 ("configs: rename default-configs to configs and reorganise")
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20260520123947.12711-1-philmd@linaro.org>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 64e7e090eb..48e6150da5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -256,7 +256,7 @@ X: target/hexagon/gen_idef_parser_funcs.py
 F: linux-user/hexagon/
 F: tests/tcg/hexagon/
 F: disas/hexagon.c
-F: configs/targets/hexagon-linux-user/default.mak
+F: configs/targets/hexagon-linux-user.mak
 F: tests/docker/dockerfiles/debian-hexagon-cross.docker
 F: gdbstub/gdb-xml/hexagon*.xml
 T: git https://github.com/qualcomm/qemu.git hex-next
-- 
2.54.0



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

* [PULL 05/42] MAINTAINERS: Improve another "Overall" section headline
  2026-06-10  8:04 [PULL 00/42] MAINTAINERS patches for 2026-06-10 Markus Armbruster
                   ` (3 preceding siblings ...)
  2026-06-10  8:04 ` [PULL 04/42] MAINTAINERS: Fix hexagon-linux-user.mak path Markus Armbruster
@ 2026-06-10  8:04 ` Markus Armbruster
  2026-06-10  8:04 ` [PULL 06/42] MAINTAINERS: Delete trailing colons in section headlines Markus Armbruster
                   ` (37 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: Markus Armbruster @ 2026-06-10  8:04 UTC (permalink / raw)
  To: qemu-devel
  Cc: stefanha, Richard Henderson, Paolo Bonzini,
	Philippe Mathieu-Daudé

Having scripts/get_maintainer.pl report "Overall" like

    $ scripts/get_maintainer.pl -f cpu-target.c
    Richard Henderson <richard.henderson@linaro.org> (maintainer:Overall)
    Paolo Bonzini <pbonzini@redhat.com> (reviewer:Overall)
    "Philippe Mathieu-Daudé" <philmd@mailo.com> (reviewer:Overall)
    qemu-devel@nongnu.org (open list:All patches CC here)

    John Doe <jdoe@example.org> (maintainer:Overall)

is less than useful.  Commit 6347e1f1cc (MAINTAINERS: Improve section
headlines, 2019-06-06) took care of the issue, but then commit
79ac391592 (MAINTAINERS: Add an 'overall' entry for accelerators,
2020-06-18) added another instance.  Take care of that one.

Cc: Richard Henderson <richard.henderson@linaro.org>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Philippe Mathieu-Daudé <philmd@mailo.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20260603064032.3733394-2-armbru@redhat.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 48e6150da5..552adaadb7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -531,7 +531,7 @@ F: tests/functional/x86_64/test_kvm_xen.py
 
 Guest CPU Cores (other accelerators)
 ------------------------------------
-Overall
+Overall CPUs other accelerators
 M: Richard Henderson <richard.henderson@linaro.org>
 R: Paolo Bonzini <pbonzini@redhat.com>
 R: Philippe Mathieu-Daudé <philmd@mailo.com>
-- 
2.54.0



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

* [PULL 06/42] MAINTAINERS: Delete trailing colons in section headlines
  2026-06-10  8:04 [PULL 00/42] MAINTAINERS patches for 2026-06-10 Markus Armbruster
                   ` (4 preceding siblings ...)
  2026-06-10  8:04 ` [PULL 05/42] MAINTAINERS: Improve another "Overall" section headline Markus Armbruster
@ 2026-06-10  8:04 ` Markus Armbruster
  2026-06-10  8:04 ` [PULL 07/42] MAINTAINERS: Drop stale F: from "Guest CPU cores (TCG)" Markus Armbruster
                   ` (36 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: Markus Armbruster @ 2026-06-10  8:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha, Alex Bennée

These are harmless as far as I can tell, so this is just for
consistency.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-ID: <20260603064032.3733394-3-armbru@redhat.com>
---
 MAINTAINERS | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 552adaadb7..07f5f3b39d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2837,7 +2837,7 @@ F: docs/interop/vhost-user-gpu.rst
 F: contrib/vhost-user-gpu
 F: hw/display/vhost-user-*
 
-qemu-vnc:
+qemu-vnc
 M: Marc-André Lureau <marcandre.lureau@redhat.com>
 S: Maintained
 F: tools/qemu-vnc
@@ -4461,7 +4461,7 @@ F: include/hw/remote/iommu.h
 F: tests/functional/multiprocess.py
 F: tests/functional/*/*multiprocess.py
 
-VFIO-USER:
+VFIO-USER
 M: John Levon <john.levon@nutanix.com>
 M: Thanos Makatos <thanos.makatos@nutanix.com>
 M: Cédric Le Goater <clg@redhat.com>
@@ -4473,7 +4473,7 @@ F: include/hw/vfio-user/*
 F: subprojects/libvfio-user
 F: tests/functional/x86_64/test_vfio_user_client.py
 
-EBPF:
+EBPF
 M: Jason Wang <jasowang@redhat.com>
 R: Yuri Benditovich <ybendito@redhat.com>
 S: Maintained
-- 
2.54.0



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

* [PULL 07/42] MAINTAINERS: Drop stale F: from "Guest CPU cores (TCG)"
  2026-06-10  8:04 [PULL 00/42] MAINTAINERS patches for 2026-06-10 Markus Armbruster
                   ` (5 preceding siblings ...)
  2026-06-10  8:04 ` [PULL 06/42] MAINTAINERS: Delete trailing colons in section headlines Markus Armbruster
@ 2026-06-10  8:04 ` Markus Armbruster
  2026-06-10  8:04 ` [PULL 08/42] MAINTAINERS: Drop stale F: in "SPARC TCG CPUs" Markus Armbruster
                   ` (35 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: Markus Armbruster @ 2026-06-10  8:04 UTC (permalink / raw)
  To: qemu-devel
  Cc: stefanha, Richard Henderson, Paolo Bonzini,
	Philippe Mathieu-Daudé

We neglected to update MAINTAINERS when we merged util/cacheinfo.c
into util/cacheflush.c.  Update it now.

Fixes: 7971375287 (util: Merge cacheflush.c and cacheinfo.c, 2022-06-20)
Cc: Richard Henderson <richard.henderson@linaro.org>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20260603064032.3733394-4-armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@mailo.com>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 07f5f3b39d..947f64d5e4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -175,7 +175,6 @@ F: page-vary-system.c
 F: page-vary-common.c
 F: accel/tcg/
 F: accel/stubs/tcg-stub.c
-F: util/cacheinfo.c
 F: util/cacheflush.c
 F: scripts/decodetree.py
 F: docs/devel/decodetree.rst
-- 
2.54.0



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

* [PULL 08/42] MAINTAINERS: Drop stale F: in "SPARC TCG CPUs"
  2026-06-10  8:04 [PULL 00/42] MAINTAINERS patches for 2026-06-10 Markus Armbruster
                   ` (6 preceding siblings ...)
  2026-06-10  8:04 ` [PULL 07/42] MAINTAINERS: Drop stale F: from "Guest CPU cores (TCG)" Markus Armbruster
@ 2026-06-10  8:04 ` Markus Armbruster
  2026-06-10  8:04 ` [PULL 09/42] MAINTAINERS: Drop stale F: from "Overall KVM CPUs" Markus Armbruster
                   ` (34 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: Markus Armbruster @ 2026-06-10  8:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha, Mark Cave-Ayland, Artyom Tarasenko

We neglected to update MAINTAINERS when we dropped tests/tcg/sparc64/.
Update it now.

Fixes: e9206163d9 (tests/tcg: Remove run-test-mmap-*, 2024-01-02)
Cc: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Cc: Artyom Tarasenko <atar4qemu@gmail.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20260603064032.3733394-5-armbru@redhat.com>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 947f64d5e4..04eb81298c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -423,7 +423,6 @@ F: hw/sparc64/
 F: include/hw/sparc/sparc64.h
 F: disas/sparc.c
 F: tests/functional/sparc*/meson.build
-F: tests/tcg/sparc64/
 
 X86 TCG CPUs
 M: Paolo Bonzini <pbonzini@redhat.com>
-- 
2.54.0



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

* [PULL 09/42] MAINTAINERS: Drop stale F: from "Overall KVM CPUs"
  2026-06-10  8:04 [PULL 00/42] MAINTAINERS patches for 2026-06-10 Markus Armbruster
                   ` (7 preceding siblings ...)
  2026-06-10  8:04 ` [PULL 08/42] MAINTAINERS: Drop stale F: in "SPARC TCG CPUs" Markus Armbruster
@ 2026-06-10  8:04 ` Markus Armbruster
  2026-06-10  8:04 ` [PULL 10/42] MAINTAINERS: Fix F: in "Overall CPUs other accelerators" Markus Armbruster
                   ` (33 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: Markus Armbruster @ 2026-06-10  8:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha, Paolo Bonzini, kvm, Philippe Mathieu-Daudé

We neglected to update MAINTAINERS when we moved the only file out of
include/hw/kvm/.  Its new location is covered by "X86 TCG CPUs".  Drop
the stale line.

Fixes: a09ef8ff0a (hw/i386: Rename 'hw/kvm/clock.h' -> 'hw/i386/kvm/clock.h', 2023-06-20)
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: kvm@vger.kernel.org
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20260603064032.3733394-6-armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@mailo.com>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 04eb81298c..14ac72abd8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -471,7 +471,6 @@ S: Supported
 F: */*/kvm*
 F: accel/kvm/
 F: accel/stubs/kvm-stub.c
-F: include/hw/kvm/
 F: include/system/kvm*.h
 F: scripts/kvm/kvm_flightrecorder
 
-- 
2.54.0


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

* [PULL 10/42] MAINTAINERS: Fix F: in "Overall CPUs other accelerators"
  2026-06-10  8:04 [PULL 00/42] MAINTAINERS patches for 2026-06-10 Markus Armbruster
                   ` (8 preceding siblings ...)
  2026-06-10  8:04 ` [PULL 09/42] MAINTAINERS: Drop stale F: from "Overall KVM CPUs" Markus Armbruster
@ 2026-06-10  8:04 ` Markus Armbruster
  2026-06-10  8:04 ` [PULL 11/42] MAINTAINERS: Drop stale F: from "virtio" Markus Armbruster
                   ` (32 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: Markus Armbruster @ 2026-06-10  8:04 UTC (permalink / raw)
  To: qemu-devel
  Cc: stefanha, Richard Henderson, Paolo Bonzini,
	Philippe Mathieu-Daudé

We neglected to update MAINTAINERS when we deleted makefiles.  Update
it now.

Fixes: 1a82878a08 (meson: accel, 2019-08-18)
Cc: Richard Henderson <richard.henderson@linaro.org>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Philippe Mathieu-Daudé <philmd@mailo.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20260603064032.3733394-7-armbru@redhat.com>
[Add the meson.build that replaces the makefiles, adjust commit message]
Reviewed-by: Philippe Mathieu-Daudé <philmd@mailo.com>
---
 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 14ac72abd8..9a022c51a3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -541,8 +541,8 @@ F: include/system/cpus.h
 F: include/accel/accel-*.h
 F: accel/accel-*.?
 F: accel/dummy-cpus.?
-F: accel/Makefile.objs
-F: accel/stubs/Makefile.objs
+F: accel/meson.build
+F: accel/stubs/meson.build
 F: cpu-common.c
 F: cpu-target.c
 F: qapi/accelerator.json
-- 
2.54.0



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

* [PULL 11/42] MAINTAINERS: Drop stale F: from "virtio"
  2026-06-10  8:04 [PULL 00/42] MAINTAINERS patches for 2026-06-10 Markus Armbruster
                   ` (9 preceding siblings ...)
  2026-06-10  8:04 ` [PULL 10/42] MAINTAINERS: Fix F: in "Overall CPUs other accelerators" Markus Armbruster
@ 2026-06-10  8:04 ` Markus Armbruster
  2026-06-10  8:04 ` [PULL 12/42] MAINTAINERS: Fix F: in "Apple Silicon HVF CPUs" Markus Armbruster
                   ` (31 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: Markus Armbruster @ 2026-06-10  8:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha, Michael S. Tsirkin

We neglected to update MAINTAINERS when we deleted makefiles.  Update
it now.

Fixes: be786d2f4a (meson: convert hw/virtio, 2019-08-15)
Cc: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20260603064032.3733394-8-armbru@redhat.com>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9a022c51a3..9cda4d6c86 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2425,7 +2425,6 @@ virtio
 M: Michael S. Tsirkin <mst@redhat.com>
 S: Supported
 F: hw/*/virtio*
-F: hw/virtio/Makefile.objs
 F: hw/virtio/trace-events
 F: qapi/virtio.json
 F: net/vhost-user.c
-- 
2.54.0



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

* [PULL 12/42] MAINTAINERS: Fix F: in "Apple Silicon HVF CPUs"
  2026-06-10  8:04 [PULL 00/42] MAINTAINERS patches for 2026-06-10 Markus Armbruster
                   ` (10 preceding siblings ...)
  2026-06-10  8:04 ` [PULL 11/42] MAINTAINERS: Drop stale F: from "virtio" Markus Armbruster
@ 2026-06-10  8:04 ` Markus Armbruster
  2026-06-10  8:04 ` [PULL 13/42] MAINTAINERS: Drop bad F: in "X86 Xen CPUs" Markus Armbruster
                   ` (30 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: Markus Armbruster @ 2026-06-10  8:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha, Alexander Graf, Philippe Mathieu-Daudé

We neglected to update MAINTAINERS when we deleted
target/arm/hvf-stub.c.  Update it now.

Fixes: 293984563e (hw/arm, accel/hvf, whpx: unify get_physical_address_range between WHPX and HVF, 2026-02-10)
Cc: Alexander Graf <agraf@csgraf.de>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20260603064032.3733394-9-armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@mailo.com>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9cda4d6c86..40413cae91 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -552,7 +552,6 @@ Apple Silicon HVF CPUs
 M: Alexander Graf <agraf@csgraf.de>
 S: Maintained
 F: target/arm/hvf/
-F: target/arm/hvf-stub.c
 
 X86 HVF CPUs
 M: Roman Bolshakov <rbolshakov@ddn.com>
-- 
2.54.0



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

* [PULL 13/42] MAINTAINERS: Drop bad F: in "X86 Xen CPUs"
  2026-06-10  8:04 [PULL 00/42] MAINTAINERS patches for 2026-06-10 Markus Armbruster
                   ` (11 preceding siblings ...)
  2026-06-10  8:04 ` [PULL 12/42] MAINTAINERS: Fix F: in "Apple Silicon HVF CPUs" Markus Armbruster
@ 2026-06-10  8:04 ` Markus Armbruster
  2026-06-10  8:04 ` [PULL 14/42] MAINTAINERS: Fix F: in "Darwin (macOS, iOS)" Markus Armbruster
                   ` (29 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: Markus Armbruster @ 2026-06-10  8:04 UTC (permalink / raw)
  To: qemu-devel
  Cc: stefanha, Stefano Stabellini, Anthony PERARD, Edgar E. Iglesias,
	xen-devel

include/hw/block/dataplane/xen* does not exist.
hw/block/dataplane/xen* does, and is covered.  Drop the bad line.

Fixes: fcab2b464e (xen: add header and build dataplane/xen-block.c, 2019-01-08)
Cc: Stefano Stabellini <sstabellini@kernel.org>
Cc: Anthony PERARD <anthony@xenproject.org>
Cc: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Cc: xen-devel@lists.xenproject.org
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Anthony PERARD <anthony@xenproject.org>
Message-ID: <20260603064032.3733394-10-armbru@redhat.com>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 40413cae91..dd691ddbd3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -636,7 +636,6 @@ F: hw/xen/
 F: hw/xenpv/
 F: hw/i386/xen/
 F: hw/pci-host/xen_igd_pt.c
-F: include/hw/block/dataplane/xen*
 F: include/hw/xen/
 F: include/system/xen.h
 F: include/system/xen-mapcache.h
-- 
2.54.0



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

* [PULL 14/42] MAINTAINERS: Fix F: in "Darwin (macOS, iOS)"
  2026-06-10  8:04 [PULL 00/42] MAINTAINERS patches for 2026-06-10 Markus Armbruster
                   ` (12 preceding siblings ...)
  2026-06-10  8:04 ` [PULL 13/42] MAINTAINERS: Drop bad F: in "X86 Xen CPUs" Markus Armbruster
@ 2026-06-10  8:04 ` Markus Armbruster
  2026-06-10  8:04 ` [PULL 15/42] MAINTAINERS: Fix F: in "WebAssembly" Markus Armbruster
                   ` (28 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: Markus Armbruster @ 2026-06-10  8:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha, Philippe Mathieu-Daudé

We neglected to update MAINTAINERS when we deleted
.gitlab-ci.d/cirrus/macos-14.vars, and when we added
.gitlab-ci.d/macos*.  Update it now.

Fixes: 984b192bdf (ci: drop cirrus MacOS build, 2026-05-26)
Fixes: 7684e78132 (gitlab: add initial MacOS 15 on gitlab runner, 2026-05-26)
Cc: Philippe Mathieu-Daudé <philmd@mailo.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20260603064032.3733394-11-armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@mailo.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index dd691ddbd3..dc5f7564b4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -694,7 +694,7 @@ F: scripts/nsis.py
 Darwin (macOS, iOS)
 M: Philippe Mathieu-Daudé <philmd@mailo.com>
 S: Odd Fixes
-F: .gitlab-ci.d/cirrus/macos-*
+F: .gitlab-ci.d/macos*
 F: */*.m
 F: scripts/entitlement.sh
 
-- 
2.54.0



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

* [PULL 15/42] MAINTAINERS: Fix F: in "WebAssembly"
  2026-06-10  8:04 [PULL 00/42] MAINTAINERS patches for 2026-06-10 Markus Armbruster
                   ` (13 preceding siblings ...)
  2026-06-10  8:04 ` [PULL 14/42] MAINTAINERS: Fix F: in "Darwin (macOS, iOS)" Markus Armbruster
@ 2026-06-10  8:04 ` Markus Armbruster
  2026-06-10  8:04 ` [PULL 16/42] MAINTAINERS: Fix F: in "Allwinner-a10" Markus Armbruster
                   ` (27 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: Markus Armbruster @ 2026-06-10  8:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha, Kohei Tokunaga

We neglected to update MAINTAINERS when we renamed
emsdk-wasm-cross.docker to emsdk-wasm64-cross.docker.  Update it now.

Fixes: 792d94406a (tests/docker: rename wasm cross container, 2026-01-28)
Cc: Kohei Tokunaga <ktokunaga.mail@gmail.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Kohei Tokunaga <ktokunaga.mail@gmail.com>
Message-ID: <20260603064032.3733394-12-armbru@redhat.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index dc5f7564b4..1195895854 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -705,7 +705,7 @@ F: include/system/os-wasm.h
 F: os-wasm.c
 F: util/coroutine-wasm.c
 F: configs/meson/emscripten.txt
-F: tests/docker/dockerfiles/emsdk-wasm-cross.docker
+F: tests/docker/dockerfiles/emsdk-wasm64-cross.docker
 
 Alpha Machines
 --------------
-- 
2.54.0



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

* [PULL 16/42] MAINTAINERS: Fix F: in "Allwinner-a10"
  2026-06-10  8:04 [PULL 00/42] MAINTAINERS patches for 2026-06-10 Markus Armbruster
                   ` (14 preceding siblings ...)
  2026-06-10  8:04 ` [PULL 15/42] MAINTAINERS: Fix F: in "WebAssembly" Markus Armbruster
@ 2026-06-10  8:04 ` Markus Armbruster
  2026-06-10  8:04 ` [PULL 17/42] MAINTAINERS: Fix F: in "Raspberry Pi" Markus Armbruster
                   ` (26 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: Markus Armbruster @ 2026-06-10  8:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha, Peter Maydell, Strahinja Jankovic, qemu-arm

We neglected to update MAINTAINERS when we renamed axp209.c to
axp22x.c.  Update it now.

Fixes: a954543092 (hw/misc: Rename axp209 to axp22x and add support AXP221 PMU, 2023-06-06)
Cc: Peter Maydell <peter.maydell@linaro.org>
Cc: Strahinja Jankovic <strahinja.p.jankovic@gmail.com>
Cc: qemu-arm@nongnu.org
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20260603064032.3733394-13-armbru@redhat.com>
Reviewed-by: Strahinja Jankovic <strahinja.p.jankovic@gmail.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 1195895854..1d91043407 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -729,7 +729,7 @@ F: hw/ide/ahci-allwinner.c
 F: include/hw/*/allwinner*
 F: hw/arm/cubieboard.c
 F: docs/system/arm/cubieboard.rst
-F: hw/misc/axp209.c
+F: hw/misc/axp2xx.c
 F: tests/functional/arm/test_cubieboard.py
 
 Allwinner-h3
-- 
2.54.0



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

* [PULL 17/42] MAINTAINERS: Fix F: in "Raspberry Pi"
  2026-06-10  8:04 [PULL 00/42] MAINTAINERS patches for 2026-06-10 Markus Armbruster
                   ` (15 preceding siblings ...)
  2026-06-10  8:04 ` [PULL 16/42] MAINTAINERS: Fix F: in "Allwinner-a10" Markus Armbruster
@ 2026-06-10  8:04 ` Markus Armbruster
  2026-06-10  8:04 ` [PULL 18/42] MAINTAINERS: Drop bad F: from "Xilinx Zynq" Markus Armbruster
                   ` (25 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: Markus Armbruster @ 2026-06-10  8:04 UTC (permalink / raw)
  To: qemu-devel
  Cc: stefanha, Peter Maydell, Philippe Mathieu-Daudé, qemu-arm,
	Philippe Mathieu-Daudé

Cover hw/arm/raspi4b.c.  Drop hw/arm/raspi_platform.h, it's in
include/hw/arm/, and covered there.

Fixes: 95a5db3ae5 (MAINTAINERS: Add entries for missing ARM boards, 2018-11-19)
Cc: Peter Maydell <peter.maydell@linaro.org>
Cc: Philippe Mathieu-Daudé <philmd@mailo.com>
Cc: qemu-arm@nongnu.org
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20260603064032.3733394-14-armbru@redhat.com>
---
 MAINTAINERS | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 1d91043407..ab83fd216d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1011,8 +1011,7 @@ M: Peter Maydell <peter.maydell@linaro.org>
 R: Philippe Mathieu-Daudé <philmd@mailo.com>
 L: qemu-arm@nongnu.org
 S: Odd Fixes
-F: hw/arm/raspi.c
-F: hw/arm/raspi_platform.h
+F: hw/arm/raspi*.c
 F: hw/*/bcm283*
 F: include/hw/arm/rasp*
 F: include/hw/*/bcm283*
-- 
2.54.0



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

* [PULL 18/42] MAINTAINERS: Drop bad F: from "Xilinx Zynq"
  2026-06-10  8:04 [PULL 00/42] MAINTAINERS patches for 2026-06-10 Markus Armbruster
                   ` (16 preceding siblings ...)
  2026-06-10  8:04 ` [PULL 17/42] MAINTAINERS: Fix F: in "Raspberry Pi" Markus Armbruster
@ 2026-06-10  8:04 ` Markus Armbruster
  2026-06-10  8:04 ` [PULL 19/42] MAINTAINERS: Drop stale F: from "New World (mac99)" Markus Armbruster
                   ` (24 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: Markus Armbruster @ 2026-06-10  8:04 UTC (permalink / raw)
  To: qemu-devel
  Cc: stefanha, Edgar E. Iglesias, Alistair Francis, Peter Maydell,
	qemu-arm

include/hw/misc/zynq_slcr.h never existed.

Fixes: 246f530cdb (adc: Move the zynq-xadc file to the adc directories, 2021-05-18)
Cc: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Cc: Alistair Francis <alistair@alistair23.me>
Cc: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-arm@nongnu.org
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20260603064032.3733394-15-armbru@redhat.com>
Reviewed-by: Alistair Francis <alistair@alistair23.me>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index ab83fd216d..5326ab2438 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1143,7 +1143,6 @@ F: hw/misc/xlnx-zynq-ddrc.c
 F: hw/misc/zynq_slcr.c
 F: hw/adc/zynq-xadc.c
 F: include/hw/misc/xlnx-zynq-ddrc.h
-F: include/hw/misc/zynq_slcr.h
 F: include/hw/adc/zynq-xadc.h
 X: hw/ssi/xilinx_*
 F: docs/system/arm/xlnx-zynq.rst
-- 
2.54.0



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

* [PULL 19/42] MAINTAINERS: Drop stale F: from "New World (mac99)"
  2026-06-10  8:04 [PULL 00/42] MAINTAINERS patches for 2026-06-10 Markus Armbruster
                   ` (17 preceding siblings ...)
  2026-06-10  8:04 ` [PULL 18/42] MAINTAINERS: Drop bad F: from "Xilinx Zynq" Markus Armbruster
@ 2026-06-10  8:04 ` Markus Armbruster
  2026-06-10  8:04 ` [PULL 20/42] MAINTAINERS: Drop stale F: from "sPAPR (pseries)" Markus Armbruster
                   ` (23 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: Markus Armbruster @ 2026-06-10  8:04 UTC (permalink / raw)
  To: qemu-devel
  Cc: stefanha, Mark Cave-Ayland, qemu-ppc, Philippe Mathieu-Daudé

We neglected to update MAINTAINERS when we deleted
hw/pci-bridge/dec.[hc].  Update it now.

Fixes: b1fbf24259 (remove DEC 21154 PCI bridge, 2022-11-29)
Cc: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Cc: qemu-ppc@nongnu.org
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20260603064032.3733394-16-armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@mailo.com>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 5326ab2438..ef08eee384 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1566,7 +1566,6 @@ S: Odd Fixes
 F: docs/system/ppc/powermac.rst
 F: hw/ppc/mac_newworld.c
 F: hw/pci-host/uninorth.c
-F: hw/pci-bridge/dec.[hc]
 F: hw/misc/macio/
 F: hw/misc/mos6522*.c
 F: hw/nvram/mac_nvram.c
-- 
2.54.0



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

* [PULL 20/42] MAINTAINERS: Drop stale F: from "sPAPR (pseries)"
  2026-06-10  8:04 [PULL 00/42] MAINTAINERS patches for 2026-06-10 Markus Armbruster
                   ` (18 preceding siblings ...)
  2026-06-10  8:04 ` [PULL 19/42] MAINTAINERS: Drop stale F: from "New World (mac99)" Markus Armbruster
@ 2026-06-10  8:04 ` Markus Armbruster
  2026-06-10  8:04 ` [PULL 21/42] MAINTAINERS: Fix F: typo in "sam460ex" Markus Armbruster
                   ` (22 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: Markus Armbruster @ 2026-06-10  8:04 UTC (permalink / raw)
  To: qemu-devel
  Cc: stefanha, Nicholas Piggin, Harsh Prateek Bora, qemu-ppc,
	Amit Machhiwal

We neglected to update MAINTAINERS when we deleted
include/hw/ppc/pef.h.  Update it now.

Fixes: 00a238b1a8 (ppc/pef: switch to use confidential_guest_kvm_init/reset(), 2024-02-29)
Cc: Nicholas Piggin <npiggin@gmail.com>
Cc: Harsh Prateek Bora <harshpb@linux.ibm.com>
Cc: qemu-ppc@nongnu.org
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Harsh Prateek Bora <harshpb@linux.ibm.com>
Reviewed-by: Amit Machhiwal <amachhiw@linux.ibm.com>
Message-ID: <20260603064032.3733394-17-armbru@redhat.com>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index ef08eee384..8616b914ee 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1632,7 +1632,6 @@ F: hw/*/xics*
 F: include/hw/*/xics*
 F: include/hw/ppc/fdt.h
 F: hw/ppc/fdt.c
-F: include/hw/ppc/pef.h
 F: hw/ppc/pef.c
 F: pc-bios/slof.bin
 F: docs/system/ppc/pseries.rst
-- 
2.54.0



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

* [PULL 21/42] MAINTAINERS: Fix F: typo in "sam460ex"
  2026-06-10  8:04 [PULL 00/42] MAINTAINERS patches for 2026-06-10 Markus Armbruster
                   ` (19 preceding siblings ...)
  2026-06-10  8:04 ` [PULL 20/42] MAINTAINERS: Drop stale F: from "sPAPR (pseries)" Markus Armbruster
@ 2026-06-10  8:04 ` Markus Armbruster
  2026-06-10  8:04 ` [PULL 22/42] MAINTAINERS: Fix F: typo in "ACPI/HEST/GHES/ARM processor CPER" Markus Armbruster
                   ` (21 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: Markus Armbruster @ 2026-06-10  8:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha, BALATON Zoltan, qemu-ppc

Fixes: 2a62bbf4ed (hw/ppc/sam460ex: Update u-boot-sam460ex, 2025-10-28)
Cc: BALATON Zoltan <balaton@eik.bme.hu>
Cc: qemu-ppc@nongnu.org
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20260603064032.3733394-18-armbru@redhat.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8616b914ee..39414f727e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1691,7 +1691,7 @@ F: hw/display/sm501*
 F: hw/ide/sii3112.c
 F: hw/rtc/m41t80.c
 F: pc-bios/dtb/canyonlands.dt[sb]
-F: pc-bios/u-boot-sam460ex.bin
+F: pc-bios/u-boot-sam460.bin
 F: roms/u-boot-sam460ex
 F: docs/system/ppc/amigang.rst
 F: tests/functional/ppc/test_sam460ex.py
-- 
2.54.0



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

* [PULL 22/42] MAINTAINERS: Fix F: typo in "ACPI/HEST/GHES/ARM processor CPER"
  2026-06-10  8:04 [PULL 00/42] MAINTAINERS patches for 2026-06-10 Markus Armbruster
                   ` (20 preceding siblings ...)
  2026-06-10  8:04 ` [PULL 21/42] MAINTAINERS: Fix F: typo in "sam460ex" Markus Armbruster
@ 2026-06-10  8:04 ` Markus Armbruster
  2026-06-10  8:04 ` [PULL 23/42] MAINTAINERS: Fix F: in "SSI" Markus Armbruster
                   ` (20 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: Markus Armbruster @ 2026-06-10  8:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha, Mauro Carvalho Chehab, linux-edac, qemu-arm

Fixes: ddd8f3baa2 (qapi/acpi-hest: add an interface to do generic CPER error injection, 2025-09-23)
Cc: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Cc: linux-edac@vger.kernel.org
Cc: qemu-arm@nongnu.org
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20260603064032.3733394-19-armbru@redhat.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 39414f727e..d6a32be0a9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2235,7 +2235,7 @@ ACPI/HEST/GHES/ARM processor CPER
 M: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
 L: linux-edac@vger.kernel.org
 S: Maintained
-F: hw/arm/ghes_cper.c
+F: hw/acpi/ghes_cper.c
 F: hw/acpi/ghes_cper_stub.c
 F: qapi/acpi-hest.json
 F: scripts/ghes_inject.py
-- 
2.54.0


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

* [PULL 23/42] MAINTAINERS: Fix F: in "SSI"
  2026-06-10  8:04 [PULL 00/42] MAINTAINERS patches for 2026-06-10 Markus Armbruster
                   ` (21 preceding siblings ...)
  2026-06-10  8:04 ` [PULL 22/42] MAINTAINERS: Fix F: typo in "ACPI/HEST/GHES/ARM processor CPER" Markus Armbruster
@ 2026-06-10  8:04 ` Markus Armbruster
  2026-06-10  8:04 ` [PULL 24/42] MAINTAINERS: Fix F: in "vhost" Markus Armbruster
                   ` (19 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: Markus Armbruster @ 2026-06-10  8:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha, Alistair Francis, Alistair Francis

We neglected to update MAINTAINERS when we renamed
tests/qtest/m25p80-test.c to tests/qtest/aspeed_smc-test.c.  Update it now.

Fixes: 5fde7f10c0 (tests/qtest: Rename m25p80 test in aspeed_smc test, 2021-05-01)
Cc: Alistair Francis <alistair@alistair23.me>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20260603064032.3733394-20-armbru@redhat.com>
Acked-by: Alistair Francis <alistair.francis@wdc.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index d6a32be0a9..29e9722339 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2297,7 +2297,7 @@ F: hw/ssi/*
 F: hw/block/m25p80*
 F: include/hw/ssi/ssi.h
 X: hw/ssi/xilinx_*
-F: tests/qtest/m25p80-test.c
+F: tests/qtest/aspeed_smc-test.c
 
 Xilinx SPI
 M: Alistair Francis <alistair@alistair23.me>
-- 
2.54.0



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

* [PULL 24/42] MAINTAINERS: Fix F: in "vhost"
  2026-06-10  8:04 [PULL 00/42] MAINTAINERS patches for 2026-06-10 Markus Armbruster
                   ` (22 preceding siblings ...)
  2026-06-10  8:04 ` [PULL 23/42] MAINTAINERS: Fix F: in "SSI" Markus Armbruster
@ 2026-06-10  8:04 ` Markus Armbruster
  2026-06-10  8:04 ` [PULL 25/42] MAINTAINERS: Fix F: in "virtio-input" Markus Armbruster
                   ` (18 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: Markus Armbruster @ 2026-06-10  8:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha, Michael S. Tsirkin, Stefano Garzarella

We neglected to update MAINTAINERS when we moved files from rename
from docs/system/devices/ to docs/system/devices/virtio/.  Update it now.

Fixes: 487ce6ce99 (docs/system: split VirtIO devices from the rest, 2025-10-16)
Cc: Michael S. Tsirkin <mst@redhat.com>
Cc: Stefano Garzarella <sgarzare@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20260603064032.3733394-21-armbru@redhat.com>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 29e9722339..7e2e109976 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2399,7 +2399,7 @@ R: Stefano Garzarella <sgarzare@redhat.com>
 S: Supported
 F: hw/*/*vhost*
 F: docs/interop/vhost-user*
-F: docs/system/devices/vhost-user*
+F: docs/system/devices/virtio/vhost-user*
 F: contrib/vhost-user-*/
 F: backends/*vhost*
 F: include/system/vhost-user-backend.h
-- 
2.54.0



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

* [PULL 25/42] MAINTAINERS: Fix F: in "virtio-input"
  2026-06-10  8:04 [PULL 00/42] MAINTAINERS patches for 2026-06-10 Markus Armbruster
                   ` (23 preceding siblings ...)
  2026-06-10  8:04 ` [PULL 24/42] MAINTAINERS: Fix F: in "vhost" Markus Armbruster
@ 2026-06-10  8:04 ` Markus Armbruster
  2026-06-10  8:04 ` [PULL 26/42] MAINTAINERS: Fix bad / stale F: in "virtio-user-rng" Markus Armbruster
                   ` (17 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: Markus Armbruster @ 2026-06-10  8:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha, Gerd Hoffmann

We neglected to update MAINTAINERS when we moved
docs/system/devices/vhost-user-input.rst to
docs/system/devices/virtio/.  We later folded it into
docs/system/devices/virtio/vhost-user-contrib.rst, so cover that
instead.

Fixes: 487ce6ce99 (docs/system: split VirtIO devices from the rest, 2025-10-16)
Cc: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20260603064032.3733394-22-armbru@redhat.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 7e2e109976..70002dd6f8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2489,7 +2489,7 @@ L: virtio-fs@lists.linux.dev
 virtio-input
 M: Gerd Hoffmann <kraxel@redhat.com>
 S: Odd Fixes
-F: docs/system/devices/vhost-user-input.rst
+F: docs/system/devices/virtio/vhost-user-contrib.rst
 F: hw/input/virtio-input*.c
 F: hw/virtio/vhost-user-input.c
 F: include/hw/virtio/virtio-input.h
-- 
2.54.0



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

* [PULL 26/42] MAINTAINERS: Fix bad / stale F: in "virtio-user-rng"
  2026-06-10  8:04 [PULL 00/42] MAINTAINERS patches for 2026-06-10 Markus Armbruster
                   ` (24 preceding siblings ...)
  2026-06-10  8:04 ` [PULL 25/42] MAINTAINERS: Fix F: in "virtio-input" Markus Armbruster
@ 2026-06-10  8:04 ` Markus Armbruster
  2026-06-10  8:04 ` [PULL 27/42] MAINTAINERS: Fix F: in "vhost-user-stubs" Markus Armbruster
                   ` (16 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: Markus Armbruster @ 2026-06-10  8:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha, Mathieu Poirier

tools/vhost-user-rng/* never existed.  Drop the bad line.

We neglected to update MAINTAINERS when we moved
docs/system/devices/vhost-user-rng.rst to docs/system/devices/virtio/.
We later deleted the file.  Drop the stale line.

Fixes: e3e01466bf (MAINTAINERS: Add maintainer for vhost-user RNG implementation, 2021-06-14)
Fixes: 487ce6ce99 (docs/system: split VirtIO devices from the rest, 2025-10-16)
Cc: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20260603064032.3733394-23-armbru@redhat.com>
---
 MAINTAINERS | 2 --
 1 file changed, 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 70002dd6f8..aaa13a5e91 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2539,11 +2539,9 @@ F: hw/virtio/vhost-user-device*
 vhost-user-rng
 M: Mathieu Poirier <mathieu.poirier@linaro.org>
 S: Supported
-F: docs/system/devices/vhost-user-rng.rst
 F: hw/virtio/vhost-user-rng.c
 F: hw/virtio/vhost-user-rng-pci.c
 F: include/hw/virtio/vhost-user-rng.h
-F: tools/vhost-user-rng/*
 
 vhost-user-gpio
 M: Alex Bennée <alex.bennee@linaro.org>
-- 
2.54.0



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

* [PULL 27/42] MAINTAINERS: Fix F: in "vhost-user-stubs"
  2026-06-10  8:04 [PULL 00/42] MAINTAINERS patches for 2026-06-10 Markus Armbruster
                   ` (25 preceding siblings ...)
  2026-06-10  8:04 ` [PULL 26/42] MAINTAINERS: Fix bad / stale F: in "virtio-user-rng" Markus Armbruster
@ 2026-06-10  8:04 ` Markus Armbruster
  2026-06-10  8:04 ` [PULL 28/42] MAINTAINERS: Fix F: in "virtio-snd" and "virtio-gpu" Markus Armbruster
                   ` (15 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: Markus Armbruster @ 2026-06-10  8:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha, Alex Bennée

We neglected to update MAINTAINERS when we renamed
hw/virtio/vhost-user-device-pci.c and hw/virtio/vhost-user-device.c to
hw/virtio/vhost-user-test-device-pci.c and
hw/virtio/vhost-user-test-device.c.  Update it now.

Fixes: 722e9022a0 (hw/virtio: rename vhost-user-device and make user creatable, 2025-09-01)
Cc: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20260603064032.3733394-24-armbru@redhat.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index aaa13a5e91..3d646b64a9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2534,7 +2534,7 @@ vhost-user-stubs
 M: Alex Bennée <alex.bennee@linaro.org>
 S: Maintained
 F: hw/virtio/vhost-user-base.c
-F: hw/virtio/vhost-user-device*
+F: hw/virtio/vhost-user-test-device*
 
 vhost-user-rng
 M: Mathieu Poirier <mathieu.poirier@linaro.org>
-- 
2.54.0



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

* [PULL 28/42] MAINTAINERS: Fix F: in "virtio-snd" and "virtio-gpu"
  2026-06-10  8:04 [PULL 00/42] MAINTAINERS patches for 2026-06-10 Markus Armbruster
                   ` (26 preceding siblings ...)
  2026-06-10  8:04 ` [PULL 27/42] MAINTAINERS: Fix F: in "vhost-user-stubs" Markus Armbruster
@ 2026-06-10  8:04 ` Markus Armbruster
  2026-06-10  8:04 ` [PULL 29/42] MAINTAINERS: Fix F: typo in "pcf8574" Markus Armbruster
                   ` (14 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: Markus Armbruster @ 2026-06-10  8:04 UTC (permalink / raw)
  To: qemu-devel
  Cc: stefanha, Gerd Hoffmann, Manos Pitsidianakis, Alex Bennée,
	Akihiko Odaki, Dmitry Osipenko

We neglected to update MAINTAINERS when we moved
docs/system/devices/virtio-snd.rst and
docs/system/devices/virtio-gpu.rst to docs/system/devices/virtio/.
Update it now.

Fixes: 487ce6ce99 (docs/system: split VirtIO devices from the rest, 2025-10-16)
Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Cc: Alex Bennée <alex.bennee@linaro.org>
Cc: Akihiko Odaki <odaki@rsg.ci.i.u-tokyo.ac.jp>
Cc: Dmitry Osipenko <dmitry.osipenko@collabora.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Akihiko Odaki <odaki@rsg.ci.i.u-tokyo.ac.jp>
Reviewed-by: Dmitry Osipenko <dmitry.osipenko@collabora.com>
Message-ID: <20260603064032.3733394-25-armbru@redhat.com>
---
 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3d646b64a9..8932556d29 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2611,7 +2611,7 @@ S: Supported
 F: hw/audio/virtio-snd.c
 F: hw/audio/virtio-snd-pci.c
 F: include/hw/audio/virtio-snd.h
-F: docs/system/devices/virtio-snd.rst
+F: docs/system/devices/virtio/virtio-snd.rst
 
 nvme
 M: Keith Busch <kbusch@kernel.org>
@@ -2800,7 +2800,7 @@ S: Odd Fixes
 F: hw/display/virtio-gpu*
 F: hw/display/virtio-vga.*
 F: include/hw/virtio/virtio-gpu.h
-F: docs/system/devices/virtio-gpu.rst
+F: docs/system/devices/virtio/virtio-gpu.rst
 F: tests/functional/aarch64/test_virt_gpu.py
 F: tests/functional/x86_64/test_virtio_gpu.py
 
-- 
2.54.0



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

* [PULL 29/42] MAINTAINERS: Fix F: typo in "pcf8574"
  2026-06-10  8:04 [PULL 00/42] MAINTAINERS patches for 2026-06-10 Markus Armbruster
                   ` (27 preceding siblings ...)
  2026-06-10  8:04 ` [PULL 28/42] MAINTAINERS: Fix F: in "virtio-snd" and "virtio-gpu" Markus Armbruster
@ 2026-06-10  8:04 ` Markus Armbruster
  2026-06-10  8:04 ` [PULL 30/42] MAINTAINERS: Drop stale F: from "Block I/O path" Markus Armbruster
                   ` (13 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: Markus Armbruster @ 2026-06-10  8:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha, Philippe Mathieu-Daudé

Fixes: 4cbb1513a2 (hw/gpio: introduce pcf8574 driver, 2024-03-11)
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20260603064032.3733394-26-armbru@redhat.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8932556d29..95d8c5a09e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2715,7 +2715,7 @@ F: include/hw/i2c/i2c_mux_pca954x.h
 pcf8574
 S: Orphan
 F: hw/gpio/pcf8574.c
-F: include/gpio/pcf8574.h
+F: include/hw/gpio/pcf8574.h
 
 Generic Loader
 M: Alistair Francis <alistair@alistair23.me>
-- 
2.54.0



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

* [PULL 30/42] MAINTAINERS: Drop stale F: from "Block I/O path"
  2026-06-10  8:04 [PULL 00/42] MAINTAINERS patches for 2026-06-10 Markus Armbruster
                   ` (28 preceding siblings ...)
  2026-06-10  8:04 ` [PULL 29/42] MAINTAINERS: Fix F: typo in "pcf8574" Markus Armbruster
@ 2026-06-10  8:04 ` Markus Armbruster
  2026-06-10  8:04 ` [PULL 31/42] MAINTAINERS: Fix F: typo in "Dump" Markus Armbruster
                   ` (12 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: Markus Armbruster @ 2026-06-10  8:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha, Fam Zheng, qemu-block

We neglected to update MAINTAINERS when we deleted
tests/unit/test-fdmon-epoll.c.  Update it now.

Fixes: 60f782b6b7 (aio: remove aio_disable_external() API, 2023-05-16)
Cc: Stefan Hajnoczi <stefanha@redhat.com>
Cc: Fam Zheng <fam@euphon.net>
Cc: qemu-block@nongnu.org
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-ID: <20260603064032.3733394-27-armbru@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 95d8c5a09e..e0e9e4164f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3138,7 +3138,6 @@ F: include/qemu/aio.h
 F: include/qemu/aio-wait.h
 F: include/qemu/defer-call.h
 F: scripts/qemugdb/aio.py
-F: tests/unit/test-fdmon-epoll.c
 T: git https://github.com/stefanha/qemu.git block
 
 Block SCSI subsystem
-- 
2.54.0



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

* [PULL 31/42] MAINTAINERS: Fix F: typo in "Dump"
  2026-06-10  8:04 [PULL 00/42] MAINTAINERS patches for 2026-06-10 Markus Armbruster
                   ` (29 preceding siblings ...)
  2026-06-10  8:04 ` [PULL 30/42] MAINTAINERS: Drop stale F: from "Block I/O path" Markus Armbruster
@ 2026-06-10  8:04 ` Markus Armbruster
  2026-06-10  8:04 ` [PULL 32/42] MAINTAINERS: Drop stale F: from "Human Monitor (HMP)" Markus Armbruster
                   ` (11 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: Markus Armbruster @ 2026-06-10  8:04 UTC (permalink / raw)
  To: qemu-devel
  Cc: stefanha, Marc-André Lureau, Ani Sinha,
	Philippe Mathieu-Daudé

Fixes: 6d3da32c8b (MAINTAINERS: Add Windows dump to section "Dump", 2019-06-19)
Cc: Marc-André Lureau <marcandre.lureau@redhat.com>
Cc: Ani Sinha <anisinha@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20260603064032.3733394-28-armbru@redhat.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index e0e9e4164f..a8420c77a3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3265,7 +3265,7 @@ R: Ani Sinha <anisinha@redhat.com>
 F: dump/
 F: hw/misc/vmcoreinfo.c
 F: include/hw/misc/vmcoreinfo.h
-F: include/qemu/win_dump_defs
+F: include/qemu/win_dump_defs.h
 F: include/system/dump-arch.h
 F: include/system/dump.h
 F: qapi/dump.json
-- 
2.54.0



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

* [PULL 32/42] MAINTAINERS: Drop stale F: from "Human Monitor (HMP)"
  2026-06-10  8:04 [PULL 00/42] MAINTAINERS patches for 2026-06-10 Markus Armbruster
                   ` (30 preceding siblings ...)
  2026-06-10  8:04 ` [PULL 31/42] MAINTAINERS: Fix F: typo in "Dump" Markus Armbruster
@ 2026-06-10  8:04 ` Markus Armbruster
  2026-06-10  8:04 ` [PULL 33/42] MAINTAINERS: Fix F: in "QDev" Markus Armbruster
                   ` (10 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: Markus Armbruster @ 2026-06-10  8:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha, Dr. David Alan Gilbert

We neglected to update MAINTAINERS when we moved hmp.h to
include/monitor/.  Commit 17dc3ae3e1 (monitor: Extract completion
declarations to 'monitor/hmp-completion.h', 2026-03-20) added the
missing entry without deleting the stale one.  Do that now.

Fixes: 275307aaab (hmp: Move hmp.h to include/monitor/, 2019-06-19)
Cc: Dr. David Alan Gilbert <dave@treblig.org>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dave@treblig.org>
Message-ID: <20260603064032.3733394-29-armbru@redhat.com>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index a8420c77a3..4830c24d9e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3416,7 +3416,6 @@ S: Maintained
 F: monitor/monitor-internal.h
 F: monitor/monitor.c
 F: monitor/hmp*
-F: hmp.h
 F: hmp-commands*.hx
 F: include/monitor/hmp.h
 F: include/monitor/hmp-completion.h
-- 
2.54.0



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

* [PULL 33/42] MAINTAINERS: Fix F: in "QDev"
  2026-06-10  8:04 [PULL 00/42] MAINTAINERS patches for 2026-06-10 Markus Armbruster
                   ` (31 preceding siblings ...)
  2026-06-10  8:04 ` [PULL 32/42] MAINTAINERS: Drop stale F: from "Human Monitor (HMP)" Markus Armbruster
@ 2026-06-10  8:04 ` Markus Armbruster
  2026-06-10  8:04 ` [PULL 34/42] MAINTAINERS: Fix F: in "QMP" Markus Armbruster
                   ` (9 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: Markus Armbruster @ 2026-06-10  8:04 UTC (permalink / raw)
  To: qemu-devel
  Cc: stefanha, Paolo Bonzini, Daniel P. Berrange,
	Philippe Mathieu-Daudé

We neglected to update MAINTAINERS when we moved qdev headers from
include/hw/ to include/hw/core/.  Update it now.

Fixes: 3775d19906 (include: move hw/qdev-clock.h to hw/core/, 2025-11-27)
Fixes: d1000ecae2 (include: move hw/qdev-core.h to hw/core/, rename, 2025-11-27)
Fixes: f7889f86bd (include: move hw/qdev-dma.h to hw/core/, 2025-11-27)
Fixes: 78d45220b4 (include: move hw/qdev-properties.h to hw/core/, 2025-11-27)
Fixes: e1e9a72500 (include: move hw/qdev-properties-system.h to hw/core/, 2025-11-27)
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Daniel P. Berrange <berrange@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20260603064032.3733394-30-armbru@redhat.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4830c24d9e..188bdff8bc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3573,7 +3573,7 @@ F: docs/qdev-device-use.txt
 F: hw/core/qdev*
 F: hw/core/bus.c
 F: hw/core/sysbus.c
-F: include/hw/qdev*
+F: include/hw/core/qdev*
 F: include/monitor/qdev.h
 F: qapi/qdev.json
 F: system/qdev-monitor.c
-- 
2.54.0



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

* [PULL 34/42] MAINTAINERS: Fix F: in "QMP"
  2026-06-10  8:04 [PULL 00/42] MAINTAINERS patches for 2026-06-10 Markus Armbruster
                   ` (32 preceding siblings ...)
  2026-06-10  8:04 ` [PULL 33/42] MAINTAINERS: Fix F: in "QDev" Markus Armbruster
@ 2026-06-10  8:04 ` Markus Armbruster
  2026-06-10  8:04 ` [PULL 35/42] MAINTAINERS: Fix F: typo in "I3C" Markus Armbruster
                   ` (8 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: Markus Armbruster @ 2026-06-10  8:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha, Philippe Mathieu-Daudé

We neglected to update MAINTAINERS when we renamed
docs/devel/writing-monitor-commands.rst, and when we renamed
monitor/misc.c.  The latter file no longer exists, so simply drop the
line.  Update the other one.

Fixes: 0e33e3d2c4 (docs/devel: rename file for writing monitor commands, 2021-09-09)
Fixes: 864a3fa439 (monitor: Rename misc.c to hmp-target.c, 2023-01-24)
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20260603064032.3733394-31-armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@mailo.com>
---
 MAINTAINERS | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 188bdff8bc..d2a84866b1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3589,12 +3589,11 @@ M: Markus Armbruster <armbru@redhat.com>
 S: Supported
 F: monitor/monitor-internal.h
 F: monitor/qmp*
-F: monitor/misc.c
 F: monitor/monitor.c
 F: qapi/control.json
 F: qapi/error.json
 F: qapi/introspect.json
-F: docs/devel/*qmp-*
+F: docs/devel/writing-monitor-commands.rst
 F: docs/interop/*qmp-*
 F: scripts/qmp/
 F: tests/qtest/qmp-test.c
-- 
2.54.0



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

* [PULL 35/42] MAINTAINERS: Fix F: typo in "I3C"
  2026-06-10  8:04 [PULL 00/42] MAINTAINERS patches for 2026-06-10 Markus Armbruster
                   ` (33 preceding siblings ...)
  2026-06-10  8:04 ` [PULL 34/42] MAINTAINERS: Fix F: in "QMP" Markus Armbruster
@ 2026-06-10  8:04 ` Markus Armbruster
  2026-06-10  8:04 ` [PULL 36/42] MAINTAINERS: Drop stale F: from "EDK2 Firmware" Markus Armbruster
                   ` (7 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: Markus Armbruster @ 2026-06-10  8:04 UTC (permalink / raw)
  To: qemu-devel
  Cc: stefanha, Joe Komlodi, Cédric Le Goater, Jamin Lin,
	Nabih Estefan, Cédric Le Goater

Fixes: 5f682daa65 (MAINTAINERS: Add I3C maintainers and reviewer, 2026-02-25)
Cc: Joe Komlodi <komlodi@google.com>
Cc: Cédric Le Goater <clg@kaod.org>
Cc: Jamin Lin <jamin_lin@aspeedtech.com>
Cc: Nabih Estefan <nabihestefan@google.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Jamin Lin <jamin_lin@aspeedtech.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Message-ID: <20260603064032.3733394-32-armbru@redhat.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index d2a84866b1..ff8cb1d11b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3963,7 +3963,7 @@ M: Jamin Lin <jamin_lin@aspeedtech.com>
 R: Nabih Estefan <nabihestefan@google.com>
 S: Maintained
 F: hw/i3c/*.c
-F: hw/i3c/.h
+F: hw/i3c/*.h
 F: hw/i3c/Kconfig
 F: hw/i3c/meson.build
 F: hw/i3c/trace-events
-- 
2.54.0



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

* [PULL 36/42] MAINTAINERS: Drop stale F: from "EDK2 Firmware"
  2026-06-10  8:04 [PULL 00/42] MAINTAINERS patches for 2026-06-10 Markus Armbruster
                   ` (34 preceding siblings ...)
  2026-06-10  8:04 ` [PULL 35/42] MAINTAINERS: Fix F: typo in "I3C" Markus Armbruster
@ 2026-06-10  8:04 ` Markus Armbruster
  2026-06-10  8:04 ` [PULL 37/42] MAINTAINERS: Drop stale F: from "TCI TCG target" Markus Armbruster
                   ` (6 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: Markus Armbruster @ 2026-06-10  8:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha, Philippe Mathieu-Daudé, Gerd Hoffmann

We neglected to update MAINTAINERS when we dropped roms/Makefile.edk2.
Update it now.

Fixes: 22e11539e1 (edk2: replace build scripts, 2023-03-09)
Cc: Philippe Mathieu-Daudé <philmd@mailo.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20260603064032.3733394-33-armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@mailo.com>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index ff8cb1d11b..85b5a109f4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4003,7 +4003,6 @@ S: Supported
 F: hw/i386/*ovmf*
 F: pc-bios/descriptors/??-edk2-*.json
 F: pc-bios/edk2-*
-F: roms/Makefile.edk2
 F: roms/edk2
 F: roms/edk2-*
 F: tests/data/uefi-boot-images/
-- 
2.54.0



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

* [PULL 37/42] MAINTAINERS: Drop stale F: from "TCI TCG target"
  2026-06-10  8:04 [PULL 00/42] MAINTAINERS patches for 2026-06-10 Markus Armbruster
                   ` (35 preceding siblings ...)
  2026-06-10  8:04 ` [PULL 36/42] MAINTAINERS: Drop stale F: from "EDK2 Firmware" Markus Armbruster
@ 2026-06-10  8:04 ` Markus Armbruster
  2026-06-10  8:04 ` [PULL 38/42] MAINTAINERS: Drop stale F: from "Linux io_uring" Markus Armbruster
                   ` (5 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: Markus Armbruster @ 2026-06-10  8:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha, Stefan Weil

We neglected to update MAINTAINERS when we dropped disas/tci.c.
Update it now.

Fixes: 59964b4f98 (tcg/tci: Implement the disassembler properly, 2021-01-30)
Cc: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Message-ID: <20260603064032.3733394-34-armbru@redhat.com>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 85b5a109f4..9fa38225f5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4166,7 +4166,6 @@ M: Stefan Weil <sw@weilnetz.de>
 S: Maintained
 F: tcg/tci/
 F: tcg/tci.c
-F: disas/tci.c
 
 Block drivers
 -------------
-- 
2.54.0



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

* [PULL 38/42] MAINTAINERS: Drop stale F: from "Linux io_uring"
  2026-06-10  8:04 [PULL 00/42] MAINTAINERS patches for 2026-06-10 Markus Armbruster
                   ` (36 preceding siblings ...)
  2026-06-10  8:04 ` [PULL 37/42] MAINTAINERS: Drop stale F: from "TCI TCG target" Markus Armbruster
@ 2026-06-10  8:04 ` Markus Armbruster
  2026-06-10  8:04 ` [PULL 39/42] MAINTAINERS: Fix F: in "VFIO-USER" Markus Armbruster
                   ` (4 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: Markus Armbruster @ 2026-06-10  8:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha, Julia Suvorova, Stefano Garzarella, qemu-block

We neglected to update MAINTAINERS when we dropped stubs/io_uring.c.
Update it now.

Fixes: 047dabef97 (block/io_uring: use aio_add_sqe(), 2025-11-03)
Cc: Julia Suvorova <jusual@redhat.com>
Cc: Stefan Hajnoczi <stefanha@redhat.com>
Cc: Stefano Garzarella <sgarzare@redhat.com>
Cc: qemu-block@nongnu.org
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-ID: <20260603064032.3733394-35-armbru@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9fa38225f5..bce0a70a0a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4332,7 +4332,6 @@ R: Stefano Garzarella <sgarzare@redhat.com>
 L: qemu-block@nongnu.org
 S: Maintained
 F: block/io_uring.c
-F: stubs/io_uring.c
 
 qcow2
 M: Kevin Wolf <kwolf@redhat.com>
-- 
2.54.0



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

* [PULL 39/42] MAINTAINERS: Fix F: in "VFIO-USER"
  2026-06-10  8:04 [PULL 00/42] MAINTAINERS patches for 2026-06-10 Markus Armbruster
                   ` (37 preceding siblings ...)
  2026-06-10  8:04 ` [PULL 38/42] MAINTAINERS: Drop stale F: from "Linux io_uring" Markus Armbruster
@ 2026-06-10  8:04 ` Markus Armbruster
  2026-06-10  8:04 ` [PULL 40/42] MAINTAINERS: Fix F: in "Build and test automation" Markus Armbruster
                   ` (3 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: Markus Armbruster @ 2026-06-10  8:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha, John Levon, Thanos Makatos, Cédric Le Goater

The commit adding the section added two bad F: lines:
include/hw/vfio-user/ never existed, and subprojects/libvfio-user had
long been replaced by subprojects/libvfio.wrap.  Drop the former, and
correct the latter.

Fixes: 9fca2b7d70 (vfio-user: add vfio-user class and container, 2025-06-25)
Cc: John Levon <john.levon@nutanix.com>
Cc: Thanos Makatos <thanos.makatos@nutanix.com>
Cc: Cédric Le Goater <clg@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Reviewed-by: John Levon <john.levon@nutanix.com>
Message-ID: <20260603064032.3733394-36-armbru@redhat.com>
---
 MAINTAINERS | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index bce0a70a0a..7e3a712c04 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4451,8 +4451,7 @@ S: Supported
 F: docs/interop/vfio-user.rst
 F: docs/system/devices/vfio-user.rst
 F: hw/vfio-user/*
-F: include/hw/vfio-user/*
-F: subprojects/libvfio-user
+F: subprojects/libvfio-user.wrap
 F: tests/functional/x86_64/test_vfio_user_client.py
 
 EBPF
-- 
2.54.0



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

* [PULL 40/42] MAINTAINERS: Fix F: in "Build and test automation"
  2026-06-10  8:04 [PULL 00/42] MAINTAINERS patches for 2026-06-10 Markus Armbruster
                   ` (38 preceding siblings ...)
  2026-06-10  8:04 ` [PULL 39/42] MAINTAINERS: Fix F: in "VFIO-USER" Markus Armbruster
@ 2026-06-10  8:04 ` Markus Armbruster
  2026-06-10  8:04 ` [PULL 41/42] MAINTAINERS: Drop stale F: from "Sphinx documentation configuration ..." Markus Armbruster
                   ` (2 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: Markus Armbruster @ 2026-06-10  8:04 UTC (permalink / raw)
  To: qemu-devel
  Cc: stefanha, Alex Bennée, Pierrick Bouvier,
	Philippe Mathieu-Daudé

We neglected to update MAINTAINERS when we split off the testing docs.
Commit 97b091c88f (MAINTAINERS: Update the paths to the testing
documentation files, 2025-06-10) updated it belatedly, but missed one
line.  Correct that now.

Fixes: ff41da5030 (docs/devel: Split testing docs from the build docs and move to separate folder, 2024-08-30)
Cc: Alex Bennée <alex.bennee@linaro.org>
Cc: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
Message-ID: <20260603064032.3733394-37-armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@mailo.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 7e3a712c04..8acf8319ad 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4473,7 +4473,7 @@ F: .github/workflows/lockdown.yml
 F: .gitlab-ci.yml
 F: .gitlab-ci.d/
 F: .travis.yml
-F: docs/devel/ci*
+F: docs/devel/testing/ci*
 F: scripts/ci/
 F: tests/docker/
 F: tests/vm/
-- 
2.54.0



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

* [PULL 41/42] MAINTAINERS: Drop stale F: from "Sphinx documentation configuration ..."
  2026-06-10  8:04 [PULL 00/42] MAINTAINERS patches for 2026-06-10 Markus Armbruster
                   ` (39 preceding siblings ...)
  2026-06-10  8:04 ` [PULL 40/42] MAINTAINERS: Fix F: in "Build and test automation" Markus Armbruster
@ 2026-06-10  8:04 ` Markus Armbruster
  2026-06-10  8:04 ` [PULL 42/42] MAINTAINERS: Fix F: in "Rust build system integration" Markus Armbruster
  2026-06-11  0:54 ` [PULL 00/42] MAINTAINERS patches for 2026-06-10 Stefan Hajnoczi
  42 siblings, 0 replies; 44+ messages in thread
From: Markus Armbruster @ 2026-06-10  8:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha, John Snow, Peter Maydell, Mauro Carvalho Chehab

We neglected to update MAINTAINERS when we fused the conf.py into one,
and when we deleted the kernel-doc script.  Update it now.

Fixes: b93f4fbdc4 (docs: Build and install all the docs in a single manual, 2021-01-15)
Fixes: 619d5f0211 (scripts/kernel-doc: Delete the old Perl kernel-doc script, 2025-08-14)
Cc: John Snow <jsnow@redhat.com>
Cc: Peter Maydell <peter.maydell@linaro.org>
Cc: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20260603064032.3733394-38-armbru@redhat.com>
---
 MAINTAINERS | 2 --
 1 file changed, 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8acf8319ad..07ab566d09 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4594,13 +4594,11 @@ M: Peter Maydell <peter.maydell@linaro.org>
 M: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
 S: Maintained
 F: docs/conf.py
-F: docs/*/conf.py
 F: docs/requirements.txt
 F: docs/sphinx/
 F: docs/_templates/
 F: docs/devel/docs.rst
 F: docs/devel/qapi-domain.rst
-F: scripts/kernel-doc
 F: scripts/lib/kdoc/
 
 Rust build system integration
-- 
2.54.0



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

* [PULL 42/42] MAINTAINERS: Fix F: in "Rust build system integration"
  2026-06-10  8:04 [PULL 00/42] MAINTAINERS patches for 2026-06-10 Markus Armbruster
                   ` (40 preceding siblings ...)
  2026-06-10  8:04 ` [PULL 41/42] MAINTAINERS: Drop stale F: from "Sphinx documentation configuration ..." Markus Armbruster
@ 2026-06-10  8:04 ` Markus Armbruster
  2026-06-11  0:54 ` [PULL 00/42] MAINTAINERS patches for 2026-06-10 Stefan Hajnoczi
  42 siblings, 0 replies; 44+ messages in thread
From: Markus Armbruster @ 2026-06-10  8:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha, Manos Pitsidianakis, qemu-rust

We neglected to update MAINTAINERS when we moved rust/wrapper.h, and
again when we split it up.  Update it now.

Cc: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Cc: qemu-rust@nongnu.org
Fixes: 1ae4ca0463 (rust: move rust.bindgen to qemu-api crate, 2025-06-13)
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Message-ID: <20260603064032.3733394-39-armbru@redhat.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 07ab566d09..2b5b581e17 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4609,7 +4609,7 @@ F: scripts/rust/
 F: rust/.gitignore
 F: rust/Kconfig
 F: rust/meson.build
-F: rust/wrapper.h
+F: rust/bindings/*/wrapper.h
 
 Miscellaneous
 -------------
-- 
2.54.0



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

* Re: [PULL 00/42] MAINTAINERS patches for 2026-06-10
  2026-06-10  8:04 [PULL 00/42] MAINTAINERS patches for 2026-06-10 Markus Armbruster
                   ` (41 preceding siblings ...)
  2026-06-10  8:04 ` [PULL 42/42] MAINTAINERS: Fix F: in "Rust build system integration" Markus Armbruster
@ 2026-06-11  0:54 ` Stefan Hajnoczi
  42 siblings, 0 replies; 44+ messages in thread
From: Stefan Hajnoczi @ 2026-06-11  0:54 UTC (permalink / raw)
  To: Markus Armbruster; +Cc: qemu-devel, stefanha

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

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/11.1 for any user-visible changes.

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

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

end of thread, other threads:[~2026-06-11 12:57 UTC | newest]

Thread overview: 44+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-10  8:04 [PULL 00/42] MAINTAINERS patches for 2026-06-10 Markus Armbruster
2026-06-10  8:04 ` [PULL 01/42] MAINTAINERS: update ebpf reviewers Markus Armbruster
2026-06-10  8:04 ` [PULL 02/42] MAINTAINERS: Correct scripts/coverity-model.c path Markus Armbruster
2026-06-10  8:04 ` [PULL 03/42] MAINTAINERS: Fix RISCV related paths Markus Armbruster
2026-06-10  8:04 ` [PULL 04/42] MAINTAINERS: Fix hexagon-linux-user.mak path Markus Armbruster
2026-06-10  8:04 ` [PULL 05/42] MAINTAINERS: Improve another "Overall" section headline Markus Armbruster
2026-06-10  8:04 ` [PULL 06/42] MAINTAINERS: Delete trailing colons in section headlines Markus Armbruster
2026-06-10  8:04 ` [PULL 07/42] MAINTAINERS: Drop stale F: from "Guest CPU cores (TCG)" Markus Armbruster
2026-06-10  8:04 ` [PULL 08/42] MAINTAINERS: Drop stale F: in "SPARC TCG CPUs" Markus Armbruster
2026-06-10  8:04 ` [PULL 09/42] MAINTAINERS: Drop stale F: from "Overall KVM CPUs" Markus Armbruster
2026-06-10  8:04 ` [PULL 10/42] MAINTAINERS: Fix F: in "Overall CPUs other accelerators" Markus Armbruster
2026-06-10  8:04 ` [PULL 11/42] MAINTAINERS: Drop stale F: from "virtio" Markus Armbruster
2026-06-10  8:04 ` [PULL 12/42] MAINTAINERS: Fix F: in "Apple Silicon HVF CPUs" Markus Armbruster
2026-06-10  8:04 ` [PULL 13/42] MAINTAINERS: Drop bad F: in "X86 Xen CPUs" Markus Armbruster
2026-06-10  8:04 ` [PULL 14/42] MAINTAINERS: Fix F: in "Darwin (macOS, iOS)" Markus Armbruster
2026-06-10  8:04 ` [PULL 15/42] MAINTAINERS: Fix F: in "WebAssembly" Markus Armbruster
2026-06-10  8:04 ` [PULL 16/42] MAINTAINERS: Fix F: in "Allwinner-a10" Markus Armbruster
2026-06-10  8:04 ` [PULL 17/42] MAINTAINERS: Fix F: in "Raspberry Pi" Markus Armbruster
2026-06-10  8:04 ` [PULL 18/42] MAINTAINERS: Drop bad F: from "Xilinx Zynq" Markus Armbruster
2026-06-10  8:04 ` [PULL 19/42] MAINTAINERS: Drop stale F: from "New World (mac99)" Markus Armbruster
2026-06-10  8:04 ` [PULL 20/42] MAINTAINERS: Drop stale F: from "sPAPR (pseries)" Markus Armbruster
2026-06-10  8:04 ` [PULL 21/42] MAINTAINERS: Fix F: typo in "sam460ex" Markus Armbruster
2026-06-10  8:04 ` [PULL 22/42] MAINTAINERS: Fix F: typo in "ACPI/HEST/GHES/ARM processor CPER" Markus Armbruster
2026-06-10  8:04 ` [PULL 23/42] MAINTAINERS: Fix F: in "SSI" Markus Armbruster
2026-06-10  8:04 ` [PULL 24/42] MAINTAINERS: Fix F: in "vhost" Markus Armbruster
2026-06-10  8:04 ` [PULL 25/42] MAINTAINERS: Fix F: in "virtio-input" Markus Armbruster
2026-06-10  8:04 ` [PULL 26/42] MAINTAINERS: Fix bad / stale F: in "virtio-user-rng" Markus Armbruster
2026-06-10  8:04 ` [PULL 27/42] MAINTAINERS: Fix F: in "vhost-user-stubs" Markus Armbruster
2026-06-10  8:04 ` [PULL 28/42] MAINTAINERS: Fix F: in "virtio-snd" and "virtio-gpu" Markus Armbruster
2026-06-10  8:04 ` [PULL 29/42] MAINTAINERS: Fix F: typo in "pcf8574" Markus Armbruster
2026-06-10  8:04 ` [PULL 30/42] MAINTAINERS: Drop stale F: from "Block I/O path" Markus Armbruster
2026-06-10  8:04 ` [PULL 31/42] MAINTAINERS: Fix F: typo in "Dump" Markus Armbruster
2026-06-10  8:04 ` [PULL 32/42] MAINTAINERS: Drop stale F: from "Human Monitor (HMP)" Markus Armbruster
2026-06-10  8:04 ` [PULL 33/42] MAINTAINERS: Fix F: in "QDev" Markus Armbruster
2026-06-10  8:04 ` [PULL 34/42] MAINTAINERS: Fix F: in "QMP" Markus Armbruster
2026-06-10  8:04 ` [PULL 35/42] MAINTAINERS: Fix F: typo in "I3C" Markus Armbruster
2026-06-10  8:04 ` [PULL 36/42] MAINTAINERS: Drop stale F: from "EDK2 Firmware" Markus Armbruster
2026-06-10  8:04 ` [PULL 37/42] MAINTAINERS: Drop stale F: from "TCI TCG target" Markus Armbruster
2026-06-10  8:04 ` [PULL 38/42] MAINTAINERS: Drop stale F: from "Linux io_uring" Markus Armbruster
2026-06-10  8:04 ` [PULL 39/42] MAINTAINERS: Fix F: in "VFIO-USER" Markus Armbruster
2026-06-10  8:04 ` [PULL 40/42] MAINTAINERS: Fix F: in "Build and test automation" Markus Armbruster
2026-06-10  8:04 ` [PULL 41/42] MAINTAINERS: Drop stale F: from "Sphinx documentation configuration ..." Markus Armbruster
2026-06-10  8:04 ` [PULL 42/42] MAINTAINERS: Fix F: in "Rust build system integration" Markus Armbruster
2026-06-11  0:54 ` [PULL 00/42] MAINTAINERS patches for 2026-06-10 Stefan Hajnoczi

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.