From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54109) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xim07-0004wA-Ke 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 1Xim03-0001ki-Tw for qemu-devel@nongnu.org; Mon, 27 Oct 2014 11:14:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41872) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xim03-0001kZ-Mc for qemu-devel@nongnu.org; Mon, 27 Oct 2014 11:14:27 -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 s9RFERav025850 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Mon, 27 Oct 2014 11:14:27 -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 s9RFDlxl025351 for ; Mon, 27 Oct 2014 11:14:26 -0400 From: Paolo Bonzini Date: Mon, 27 Oct 2014 16:13:37 +0100 Message-Id: <1414422825-6166-21-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 20/28] MAINTAINERS: add some tests directories List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Low-hanging fruit... Signed-off-by: Paolo Bonzini --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 3f371f6..b1d229f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -77,6 +77,7 @@ M: Richard Henderson S: Maintained F: target-alpha/ F: hw/alpha/ +F: tests/tcg/alpha/ ARM M: Peter Maydell @@ -90,6 +91,7 @@ M: Edgar E. Iglesias S: Maintained F: target-cris/ F: hw/cris/ +F: tests/tcg/cris/ LM32 M: Michael Walle @@ -97,6 +99,7 @@ S: Maintained F: target-lm32/ F: hw/lm32/ F: hw/char/lm32_* +F: tests/tcg/lm32/ M68K S: Orphan @@ -114,6 +117,7 @@ M: Aurelien Jarno S: Odd Fixes F: target-mips/ F: hw/mips/ +F: tests/tcg/mips/ Moxie M: Anthony Green @@ -125,6 +129,7 @@ M: Jia Liu S: Maintained F: target-openrisc/ F: hw/openrisc/ +F: tests/tcg/openrisc/ PowerPC M: Alexander Graf @@ -172,6 +177,7 @@ W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa S: Maintained F: target-xtensa/ F: hw/xtensa/ +F: tests/tcg/xtensa/ TriCore M: Bastian Koppelmann @@ -850,6 +856,7 @@ M: Luiz Capitulino M: Michael Roth S: Maintained F: qapi/ +F: tests/qapi-schema/ T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp QAPI Schema -- 1.8.3.1