From patchwork Sat Sep 14 19:47:32 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tokarev X-Patchwork-Id: 274946 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 120B02C014A for ; Sun, 15 Sep 2013 06:00:36 +1000 (EST) Received: from localhost ([::1]:54450 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKw1C-0007OP-5P for incoming@patchwork.ozlabs.org; Sat, 14 Sep 2013 16:00:34 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49452) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKvyQ-0002ji-Kr for qemu-devel@nongnu.org; Sat, 14 Sep 2013 15:57:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VKvyG-0000jT-HI for qemu-devel@nongnu.org; Sat, 14 Sep 2013 15:57:42 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:50269) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKvyG-0000iv-94; Sat, 14 Sep 2013 15:57:32 -0400 Received: from tsrv.corpit.ru (tsrv.tls.msk.ru [192.168.177.2]) by isrv.corpit.ru (Postfix) with ESMTP id CE93F411BE; Sat, 14 Sep 2013 23:57:30 +0400 (MSK) Received: from tls.msk.ru (mjt.vpn.tls.msk.ru [192.168.177.99]) by tsrv.corpit.ru (Postfix) with SMTP id 30AF9505; Sat, 14 Sep 2013 23:47:44 +0400 (MSK) Received: (nullmailer pid 7701 invoked by uid 1000); Sat, 14 Sep 2013 19:47:43 -0000 From: Michael Tokarev To: aliguori@us.ibm.com Date: Sat, 14 Sep 2013 23:47:32 +0400 Message-Id: <1379188061-7634-7-git-send-email-mjt@msgid.tls.msk.ru> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1379188061-7634-1-git-send-email-mjt@msgid.tls.msk.ru> References: <1379188061-7634-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/15] 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 ---------------