From patchwork Thu Sep 12 17:39:51 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lars Kurth X-Patchwork-Id: 11143543 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id A706E1599 for ; Thu, 12 Sep 2019 17:41:30 +0000 (UTC) Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 80997206A5 for ; Thu, 12 Sep 2019 17:41:30 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 80997206A5 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=citrix.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1i8T4j-0005V4-UD; Thu, 12 Sep 2019 17:40:09 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1i8T4i-0005Uz-QF for xen-devel@lists.xenproject.org; Thu, 12 Sep 2019 17:40:08 +0000 X-Inumbo-ID: 5cbb3694-d584-11e9-b299-bc764e2007e4 Received: from mail.xenproject.org (unknown [104.130.215.37]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id 5cbb3694-d584-11e9-b299-bc764e2007e4; Thu, 12 Sep 2019 17:40:08 +0000 (UTC) Received: from xenbits.xenproject.org ([104.239.192.120]) by mail.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1i8T4h-0006Yw-Q2; Thu, 12 Sep 2019 17:40:07 +0000 Received: from localhost ([127.0.0.1] helo=localhost.localdomain) by xenbits.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1i8T4h-0000st-Ji; Thu, 12 Sep 2019 17:40:07 +0000 From: Lars Kurth To: xen-devel@lists.xenproject.org Date: Thu, 12 Sep 2019 18:39:51 +0100 Message-Id: <20190912173951.3232-1-lars.kurth@citrix.com> X-Mailer: git-send-email 2.13.0 Subject: [Xen-devel] [PATCH OSSTEST] Introduce a MAINTAINERS file X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: Lars Kurth , Ian Jackson MIME-Version: 1.0 Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" Rationale: this will allow us to use get_maintainer.pl / add_maintainers.pl scripts from xen.git Signed-off-by: Lars Kurth --- MAINTAINERS | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 MAINTAINERS diff --git a/MAINTAINERS b/MAINTAINERS new file mode 100644 index 0000000..de2aedb --- /dev/null +++ b/MAINTAINERS @@ -0,0 +1,11 @@ +This file follows the same conventions as outlined in +xen.git:MAINTAINERS. Please refer to the file in xen.git +for more information. + +THE REST +M: Ian Jackson +L: xen-devel@lists.xenproject.org +S: Supported +F: * +F: */ +V: xen-maintainers-1