From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42638) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dQNrY-0003yx-Iz for qemu-devel@nongnu.org; Wed, 28 Jun 2017 21:03:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dQNrX-0006vC-Pg for qemu-devel@nongnu.org; Wed, 28 Jun 2017 21:03:16 -0400 Received: from mail-qt0-x243.google.com ([2607:f8b0:400d:c0d::243]:35495) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dQNrX-0006v3-Kz for qemu-devel@nongnu.org; Wed, 28 Jun 2017 21:03:15 -0400 Received: by mail-qt0-x243.google.com with SMTP id w12so9571271qta.2 for ; Wed, 28 Jun 2017 18:03:15 -0700 (PDT) Sender: =?UTF-8?Q?Philippe_Mathieu=2DDaud=C3=A9?= From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Date: Wed, 28 Jun 2017 22:02:53 -0300 Message-Id: <20170629010300.2848-2-f4bug@amsat.org> In-Reply-To: <20170629010300.2848-1-f4bug@amsat.org> References: <20170629010300.2848-1-f4bug@amsat.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH 1/8] MAINTAINERS: update TCG entries List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Paolo Bonzini , Richard Henderson , =?UTF-8?q?Alex=20Benn=C3=A9e?= , "Emilio G . Cota" , Stefan Weil , Peter Crosthwaite , Yang Zhong Cc: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= moved in a9ded601..244f1441 to accel/ Signed-off-by: Philippe Mathieu-Daudé --- MAINTAINERS | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 839f7ca063..06006fc7df 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -84,14 +84,10 @@ 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.* -F: translate-common.c +F: accel/tcg/ F: include/exec/cpu*.h F: include/exec/exec-all.h F: include/exec/helper*.h -- 2.13.1