summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2021-04-13 10:31:44 +0200
committerPhilippe Mathieu-Daudé2021-05-02 16:49:35 +0200
commit85d8da3fea0c4ff38bbe759febfc2d2299b33ccd (patch)
tree2213b38bf446082bf2f5c23d9303bd2c01b748f8 /MAINTAINERS
parenttarget/mips: Move cpu_signal_handler definition around (diff)
downloadqemu-85d8da3fea0c4ff38bbe759febfc2d2299b33ccd.tar.gz
qemu-85d8da3fea0c4ff38bbe759febfc2d2299b33ccd.tar.xz
qemu-85d8da3fea0c4ff38bbe759febfc2d2299b33ccd.zip
target/mips: Move sysemu specific files under sysemu/ subfolder
Move sysemu-specific files under the new sysemu/ subfolder and adapt the Meson machinery. Update the KVM MIPS entry in MAINTAINERS. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20210428170410.479308-17-f4bug@amsat.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS3
1 files changed, 2 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 4c05ff8bba..8e4e329810 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -404,7 +404,8 @@ F: target/arm/kvm.c
MIPS KVM CPUs
M: Huacai Chen <chenhuacai@kernel.org>
S: Odd Fixes
-F: target/mips/kvm.c
+F: target/mips/kvm*
+F: target/mips/sysemu/
PPC KVM CPUs
M: David Gibson <david@gibson.dropbear.id.au>