diff mbox

MAINTAINERS: Add more TCG files

Message ID 1413929899-10846-1-git-send-email-pbonzini@redhat.com
State New
Headers show

Commit Message

Paolo Bonzini Oct. 21, 2014, 10:18 p.m. UTC
Unfortunately, TCG files do not really have a maintainer yet.
But at least there will be fewer unmaintained files.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 MAINTAINERS | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

Comments

Kirill Batuzov Oct. 22, 2014, 8:49 a.m. UTC | #1
On Wed, 22 Oct 2014, Paolo Bonzini wrote:

> Unfortunately, TCG files do not really have a maintainer yet.
> But at least there will be fewer unmaintained files.
> 
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
>  MAINTAINERS | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 206bf7e..70d58a5 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -61,6 +61,16 @@ L: secalert@redhat.com
>  
>  Guest CPU cores (TCG):
>  ----------------------
> +Overall
> +M: qemu-devel@nongnu.org
> +S: Odd fixes
> +F: cpu-exec.c
> +F: cputlb.c
> +F: softmmu_template.h
> +F: translate-all.c
> +F: include/exec/cpu_ldst_template.h

You probably wan to add here
F: include/exec/cpu_ldst.h

and may be
F: include/exec/cputlb.h (it covers functions from cputlb.c and exec.c)

> +F: include/exec/helper*.h
> +
>  Alpha
>  M: Richard Henderson <rth@twiddle.net>
>  S: Maintained
> @@ -873,6 +883,12 @@ F: include/sysemu/seccomp.h
>  
>  Usermode Emulation
>  ------------------
> +Overall
> +M: Riku Voipio <riku.voipio@iki.fi>
> +S: Maintained
> +F: thunk.c
> +F: user-exec.c
> +
>  BSD user
>  M: Blue Swirl <blauwirbel@gmail.com>
>  S: Maintained
>
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 206bf7e..70d58a5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -61,6 +61,16 @@  L: secalert@redhat.com
 
 Guest CPU cores (TCG):
 ----------------------
+Overall
+M: qemu-devel@nongnu.org
+S: Odd fixes
+F: cpu-exec.c
+F: cputlb.c
+F: softmmu_template.h
+F: translate-all.c
+F: include/exec/cpu_ldst_template.h
+F: include/exec/helper*.h
+
 Alpha
 M: Richard Henderson <rth@twiddle.net>
 S: Maintained
@@ -873,6 +883,12 @@  F: include/sysemu/seccomp.h
 
 Usermode Emulation
 ------------------
+Overall
+M: Riku Voipio <riku.voipio@iki.fi>
+S: Maintained
+F: thunk.c
+F: user-exec.c
+
 BSD user
 M: Blue Swirl <blauwirbel@gmail.com>
 S: Maintained