From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54098) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xim06-0004vQ-KG for qemu-devel@nongnu.org; Mon, 27 Oct 2014 11:14:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xim02-0001k9-Aa for qemu-devel@nongnu.org; Mon, 27 Oct 2014 11:14:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41863) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xim02-0001ju-3F for qemu-devel@nongnu.org; Mon, 27 Oct 2014 11:14:26 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s9RFEPlB025843 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Mon, 27 Oct 2014 11:14:25 -0400 Received: from playground.com (ovpn-112-47.ams2.redhat.com [10.36.112.47]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s9RFDlxk025351 for ; Mon, 27 Oct 2014 11:14:24 -0400 From: Paolo Bonzini Date: Mon, 27 Oct 2014 16:13:36 +0100 Message-Id: <1414422825-6166-20-git-send-email-pbonzini@redhat.com> In-Reply-To: <1414422825-6166-1-git-send-email-pbonzini@redhat.com> References: <1414422825-6166-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PULL 19/28] MAINTAINERS: Add more TCG files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Unfortunately, TCG files do not really have a maintainer yet. But at least there will be fewer unmaintained files. Signed-off-by: Paolo Bonzini --- MAINTAINERS | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 6519d67..3f371f6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -61,6 +61,17 @@ 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.h +F: include/exec/cpu_ldst_template.h +F: include/exec/helper*.h + Alpha M: Richard Henderson S: Maintained @@ -897,6 +908,12 @@ F: include/sysemu/seccomp.h Usermode Emulation ------------------ +Overall +M: Riku Voipio +S: Maintained +F: thunk.c +F: user-exec.c + BSD user M: Blue Swirl S: Maintained -- 1.8.3.1