summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorDavid Gibson2021-09-27 06:17:45 +0200
committerDavid Gibson2021-09-30 04:26:06 +0200
commit7ddb120dbc1d03b7ad2e22449ba52b83b037dbd0 (patch)
tree9683739fbcee599885735b91c629b9a151149adc /MAINTAINERS
parentspapr/xive: Fix kvm_xive_source_reset trace event (diff)
downloadqemu-7ddb120dbc1d03b7ad2e22449ba52b83b037dbd0.tar.gz
qemu-7ddb120dbc1d03b7ad2e22449ba52b83b037dbd0.tar.xz
qemu-7ddb120dbc1d03b7ad2e22449ba52b83b037dbd0.zip
MAINTAINERS: Remove machine specific files from ppc TCG CPUs entry
Currently the PowerPC TCG CPUs entry in MAINTAINERS lists all of hw/ppc/ and include/hw/ppc. Nearly all the files in those places are related to specific ppc machine types, rather than to the actual CPUs however. Those machine types list their own files separately, often overlapping with this. For greater clarity, remove these misleading entries from the TCG CPUs stanza, leaving just hw/ppc/ppc.c and hw/ppc/ppc_booke.c which are the only ones common to a wide range of PPC TCG cpus each. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS5
1 files changed, 3 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index bf1fc5b21e..b57a4c733b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -271,8 +271,9 @@ M: Greg Kurz <groug@kaod.org>
L: qemu-ppc@nongnu.org
S: Maintained
F: target/ppc/
-F: hw/ppc/
-F: include/hw/ppc/
+F: hw/ppc/ppc.c
+F: hw/ppc/ppc_booke.c
+F: include/hw/ppc/ppc.h
F: disas/ppc.c
RISC-V TCG CPUs