From patchwork Fri Sep 20 16:58:05 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tokarev X-Patchwork-Id: 276552 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id A5D822C00C2 for ; Sat, 21 Sep 2013 03:11:31 +1000 (EST) Received: from localhost ([::1]:57027 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VN4Er-00025P-Fq for incoming@patchwork.ozlabs.org; Fri, 20 Sep 2013 13:11:29 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52411) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VN4BU-0004g3-JN for qemu-devel@nongnu.org; Fri, 20 Sep 2013 13:08:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VN4BJ-0003E2-K5 for qemu-devel@nongnu.org; Fri, 20 Sep 2013 13:08:00 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:39713) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VN4BJ-0003DU-As; Fri, 20 Sep 2013 13:07:49 -0400 Received: from tsrv.corpit.ru (tsrv.tls.msk.ru [192.168.177.2]) by isrv.corpit.ru (Postfix) with ESMTP id 23B7B419CB; Fri, 20 Sep 2013 21:07:47 +0400 (MSK) Received: from tls.msk.ru (mjt.vpn.tls.msk.ru [192.168.177.99]) by tsrv.corpit.ru (Postfix) with SMTP id D2FF350F; Fri, 20 Sep 2013 20:58:21 +0400 (MSK) Received: (nullmailer pid 32173 invoked by uid 1000); Fri, 20 Sep 2013 16:58:20 -0000 From: Michael Tokarev To: aliguori@us.ibm.com Date: Fri, 20 Sep 2013 20:58:05 +0400 Message-Id: <1379696296-32105-7-git-send-email-mjt@msgid.tls.msk.ru> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1379696296-32105-1-git-send-email-mjt@msgid.tls.msk.ru> References: <1379696296-32105-1-git-send-email-mjt@msgid.tls.msk.ru> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 86.62.121.231 Cc: qemu-trivial@nongnu.org, Stefan Weil , Michael Tokarev , qemu-devel@nongnu.org Subject: [Qemu-devel] [PULL 06/17] MAINTAINERS: Add missing entry to filelist for TCI target X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org From: Stefan Weil tci.c is also a maintained part of the TCI implementation. Signed-off-by: Stefan Weil Reviewed-by: Richard Henderson Signed-off-by: Michael Tokarev --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index d128ed0..4d634f2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -842,6 +842,7 @@ TCI target M: Stefan Weil S: Maintained F: tcg/tci/ +F: tci.c Stable branches ---------------