From patchwork Tue Apr 3 18:48:17 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Llu=C3=ADs_Vilanova?= X-Patchwork-Id: 150528 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 3B5BEB6FAA for ; Wed, 4 Apr 2012 05:19:30 +1000 (EST) Received: from localhost ([::1]:49163 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SF8mn-0005GS-7k for incoming@patchwork.ozlabs.org; Tue, 03 Apr 2012 14:48:57 -0400 Received: from eggs.gnu.org ([208.118.235.92]:35396) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SF8mG-00041G-Jr for qemu-devel@nongnu.org; Tue, 03 Apr 2012 14:48:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SF8m6-0005AC-C9 for qemu-devel@nongnu.org; Tue, 03 Apr 2012 14:48:22 -0400 Received: from roura.ac.upc.es ([147.83.33.10]:60045) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SF8m6-000592-0M for qemu-devel@nongnu.org; Tue, 03 Apr 2012 14:48:14 -0400 Received: from gw.ac.upc.edu (gw.ac.upc.es [147.83.30.3]) by roura.ac.upc.es (8.13.8/8.13.8) with ESMTP id q33Im8n8029842; Tue, 3 Apr 2012 20:48:08 +0200 Received: from localhost (unknown [84.88.53.92]) by gw.ac.upc.edu (Postfix) with ESMTP id 933E52D0017; Tue, 3 Apr 2012 20:48:08 +0200 (CEST) From: =?utf-8?b?TGx1w61z?= Vilanova To: qemu-devel@nongnu.org Date: Tue, 3 Apr 2012 20:48:17 +0200 Message-Id: <20120403184817.2908.43369.stgit@ginnungagap.bsc.es> X-Mailer: git-send-email 1.7.9.1 In-Reply-To: <20120403184731.2908.42534.stgit@ginnungagap.bsc.es> References: <20120403184731.2908.42534.stgit@ginnungagap.bsc.es> User-Agent: StGit/0.16 MIME-Version: 1.0 X-MIME-Autoconverted: from 8bit to quoted-printable by roura.ac.upc.es id q33Im8n8029842 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 147.83.33.10 Cc: stefanha@gmail.com Subject: [Qemu-devel] [PATCH v8 8/8] tracetool: Add MAINTAINERS info 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 Signed-off-by: LluĂ­s Vilanova --- MAINTAINERS | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index f83d07c2..0e66dd8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -548,6 +548,8 @@ Tracing M: Stefan Hajnoczi S: Maintained F: trace/ +F: scripts/tracetool.py +F: scripts/tracetool/ F: docs/tracing.txt T: git://github.com/stefanha/qemu.git tracing