mirror of https://gitee.com/openkylin/qemu.git
MAINTAINERS: avoid M entries that point to mailing lists
"L" entries that point to qemu-devel are not much better either, but at least the get_maintainer.pl output is clearer. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
c0bd0b509b
commit
5dd4a88c37
13
MAINTAINERS
13
MAINTAINERS
|
@ -62,7 +62,7 @@ L: secalert@redhat.com
|
||||||
Guest CPU cores (TCG):
|
Guest CPU cores (TCG):
|
||||||
----------------------
|
----------------------
|
||||||
Overall
|
Overall
|
||||||
M: qemu-devel@nongnu.org
|
L: qemu-devel@nongnu.org
|
||||||
S: Odd fixes
|
S: Odd fixes
|
||||||
F: cpu-exec.c
|
F: cpu-exec.c
|
||||||
F: cputlb.c
|
F: cputlb.c
|
||||||
|
@ -287,7 +287,7 @@ F: include/hw/arm/digic.h
|
||||||
F: hw/*/digic*
|
F: hw/*/digic*
|
||||||
|
|
||||||
Gumstix
|
Gumstix
|
||||||
M: qemu-devel@nongnu.org
|
L: qemu-devel@nongnu.org
|
||||||
S: Orphan
|
S: Orphan
|
||||||
F: hw/arm/gumstix.c
|
F: hw/arm/gumstix.c
|
||||||
|
|
||||||
|
@ -303,7 +303,7 @@ S: Maintained
|
||||||
F: hw/arm/integratorcp.c
|
F: hw/arm/integratorcp.c
|
||||||
|
|
||||||
Mainstone
|
Mainstone
|
||||||
M: qemu-devel@nongnu.org
|
L: qemu-devel@nongnu.org
|
||||||
S: Orphan
|
S: Orphan
|
||||||
F: hw/arm/mainstone.c
|
F: hw/arm/mainstone.c
|
||||||
|
|
||||||
|
@ -409,7 +409,7 @@ S: Maintained
|
||||||
F: hw/mips/mips_malta.c
|
F: hw/mips/mips_malta.c
|
||||||
|
|
||||||
Mipssim
|
Mipssim
|
||||||
M: qemu-devel@nongnu.org
|
L: qemu-devel@nongnu.org
|
||||||
S: Orphan
|
S: Orphan
|
||||||
F: hw/mips/mips_mipssim.c
|
F: hw/mips/mips_mipssim.c
|
||||||
|
|
||||||
|
@ -776,7 +776,7 @@ S: Maintained
|
||||||
F: device_tree.[ch]
|
F: device_tree.[ch]
|
||||||
|
|
||||||
GDB stub
|
GDB stub
|
||||||
M: qemu-devel@nongnu.org
|
L: qemu-devel@nongnu.org
|
||||||
S: Odd Fixes
|
S: Odd Fixes
|
||||||
F: gdbstub*
|
F: gdbstub*
|
||||||
F: gdb-xml/
|
F: gdb-xml/
|
||||||
|
@ -934,7 +934,6 @@ F: linux-user/
|
||||||
Tiny Code Generator (TCG)
|
Tiny Code Generator (TCG)
|
||||||
-------------------------
|
-------------------------
|
||||||
Common code
|
Common code
|
||||||
M: qemu-devel@nongnu.org
|
|
||||||
M: Richard Henderson <rth@twiddle.net>
|
M: Richard Henderson <rth@twiddle.net>
|
||||||
S: Maintained
|
S: Maintained
|
||||||
F: tcg/
|
F: tcg/
|
||||||
|
@ -951,7 +950,7 @@ S: Maintained
|
||||||
F: tcg/arm/
|
F: tcg/arm/
|
||||||
|
|
||||||
i386 target
|
i386 target
|
||||||
M: qemu-devel@nongnu.org
|
L: qemu-devel@nongnu.org
|
||||||
S: Maintained
|
S: Maintained
|
||||||
F: tcg/i386/
|
F: tcg/i386/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue