From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46413) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1dj2-0003Qa-Ip for qemu-devel@nongnu.org; Wed, 25 Nov 2015 12:19:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a1dj0-0007VA-9C for qemu-devel@nongnu.org; Wed, 25 Nov 2015 12:19:24 -0500 Received: from mail-wm0-x235.google.com ([2a00:1450:400c:c09::235]:34704) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1dj0-0007V5-3P for qemu-devel@nongnu.org; Wed, 25 Nov 2015 12:19:22 -0500 Received: by wmvv187 with SMTP id v187so267283608wmv.1 for ; Wed, 25 Nov 2015 09:19:21 -0800 (PST) Received: from 640k.lan (94-39-152-11.adsl-ull.clienti.tiscali.it. [94.39.152.11]) by smtp.gmail.com with ESMTPSA id b84sm4444274wmh.15.2015.11.25.09.19.20 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 25 Nov 2015 09:19:20 -0800 (PST) Sender: Paolo Bonzini From: Paolo Bonzini Date: Wed, 25 Nov 2015 18:19:08 +0100 Message-Id: <1448471956-66873-2-git-send-email-pbonzini@redhat.com> In-Reply-To: <1448471956-66873-1-git-send-email-pbonzini@redhat.com> References: <1448471956-66873-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PULL 1/9] MAINTAINERS: Update TCG CPU cores section List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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 28f0139..bb1f3e4 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 +M: Peter Crosthwaite +M: Richard Henderson +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 -- 1.8.3.1