From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34666) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zz0ks-0002xM-6o for qemu-devel@nongnu.org; Wed, 18 Nov 2015 06:18:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zz0ko-0006cz-QU for qemu-devel@nongnu.org; Wed, 18 Nov 2015 06:18:26 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34504) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zz0ko-0006cm-Kq for qemu-devel@nongnu.org; Wed, 18 Nov 2015 06:18:22 -0500 References: <1447437221-30793-1-git-send-email-pbonzini@redhat.com> From: Paolo Bonzini Message-ID: <564C5E1B.8000509@redhat.com> Date: Wed, 18 Nov 2015 12:16:43 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] MAINTAINERS: Update TCG CPU cores section List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Crosthwaite Cc: Richard Henderson , "qemu-devel@nongnu.org Developers" , Peter Crosthwaite On 13/11/2015 18:57, Peter Crosthwaite wrote: > On Fri, Nov 13, 2015 at 9:53 AM, Paolo Bonzini wrote: >> These are the people that I think have been touching it lately >> or reviewing patches. >> >> Signed-off-by: Paolo Bonzini > > >> --- >> MAINTAINERS | 17 +++++++++++++---- >> 1 file changed, 13 insertions(+), 4 deletions(-) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index 9e1fa72..f67a026 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -62,14 +62,22 @@ Guest CPU cores (TCG): >> ---------------------- >> Overall >> L: qemu-devel@nongnu.org >> -S: Odd fixes >> +M: Peter Crosthwaite >> +M: Richard Henderson >> +M: Paolo Bonzini > > Happy to help out where possible. Does the order mean anything though? No meaning at all. I will make it alphabetic. Paolo > Regards, > Peter > >> +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 >> @@ -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 >> -- >> 2.5.0 >>