diff options
author | Paolo Bonzini | 2015-11-13 18:49:54 +0100 |
---|---|---|
committer | Paolo Bonzini | 2015-11-25 12:50:20 +0100 |
commit | 2b1641d0a2fc10bdbffb1c0aa9836186af008766 (patch) | |
tree | 24c82690c71ba90b71dec7e41addd3487e7125b7 /MAINTAINERS | |
parent | Merge remote-tracking branch 'remotes/lalrae/tags/mips-20151124' into staging (diff) | |
download | qemu-2b1641d0a2fc10bdbffb1c0aa9836186af008766.tar.gz qemu-2b1641d0a2fc10bdbffb1c0aa9836186af008766.tar.xz qemu-2b1641d0a2fc10bdbffb1c0aa9836186af008766.zip |
MAINTAINERS: Update TCG CPU cores section
These are the people that I think have been touching it lately
or reviewing patches.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 28f0139138..bb1f3e4062 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -62,14 +62,22 @@ Guest CPU cores (TCG): ---------------------- Overall L: qemu-devel@nongnu.org -S: Odd fixes +M: Paolo Bonzini <pbonzini@redhat.com> +M: Peter Crosthwaite <crosthwaite.peter@gmail.com> +M: Richard Henderson <rth@twiddle.net> +S: Maintained F: cpu-exec.c +F: cpu-exec-common.c +F: cpus.c F: cputlb.c +F: exec.c F: softmmu_template.h -F: translate-all.c -F: include/exec/cpu_ldst.h -F: include/exec/cpu_ldst_template.h +F: translate-all.* +F: translate-common.c +F: include/exec/cpu*.h +F: include/exec/exec-all.h F: include/exec/helper*.h +F: include/exec/tb-hash.h Alpha M: Richard Henderson <rth@twiddle.net> @@ -1042,6 +1050,7 @@ S: Supported F: include/exec/ioport.h F: ioport.c F: include/exec/memory.h +F: include/exec/ram_addr.h F: memory.c F: include/exec/memory-internal.h F: exec.c |