From nobody Mon Apr 29 00:09:50 2024 Delivered-To: importer@patchew.org Received-SPF: none (zoho.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) client-ip=192.237.175.120; envelope-from=xen-devel-bounces@lists.xenproject.org; helo=lists.xenproject.org; Authentication-Results: mx.zohomail.com; spf=none (zoho.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org ARC-Seal: i=1; a=rsa-sha256; t=1568311307; cv=none; d=zoho.com; s=zohoarc; b=OlQRH+TE8oZbNlgQ06TJYIRZfwo/ypqFP08Zb7XP+JFqFgiLCK7PbBKTuIBksFir4h6vABMx0FbV4OkduetcSvDJ+o6hD6JmeYwDhkGyIVWAtKQWAw+AxdiRi7hQd/pXR/H4ZsMglXtcDKWS9QAD2cIMuOsOcS3vNYHUOVI3YWE= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1568311307; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To:ARC-Authentication-Results; bh=I/zsVkFIutR69sA1ShQrKLWb1B+jOopGGpi1qDE9UqI=; b=eZg3va/PH1/xkKPcAtmViMKvbiUrIFbWPmlClEVheAXlVvA237UB/O5NwDjYNfjHuapn654w+zMCI014qSYfpNKGR6S/lzES7vgo3wKL6yXV/YUQdYxjkf8ARSikgLwSRU7BVlT+AaGuLjWu9YHuZFLq1dv7Cp8JFBcugk6BTkE= ARC-Authentication-Results: i=1; mx.zoho.com; spf=none (zoho.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 1568311307307405.85403200931034; Thu, 12 Sep 2019 11:01:47 -0700 (PDT) Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1i8TOZ-0007Gn-5k; Thu, 12 Sep 2019 18:00:39 +0000 Received: from all-amaz-eas1.inumbo.com ([34.197.232.57] helo=us1-amaz-eas2.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1i8TOX-0007Gi-QO for xen-devel@lists.xenproject.org; Thu, 12 Sep 2019 18:00:37 +0000 Received: from mail.xenproject.org (unknown [104.130.215.37]) by us1-amaz-eas2.inumbo.com (Halon) with ESMTPS id 3938e2fe-d587-11e9-95a2-12813bfff9fa; Thu, 12 Sep 2019 18:00:37 +0000 (UTC) Received: from xenbits.xenproject.org ([104.239.192.120]) by mail.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1i8TOW-000724-OF; Thu, 12 Sep 2019 18:00:36 +0000 Received: from localhost ([127.0.0.1] helo=MacBook-Pro-2.com) by xenbits.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1i8TOW-000273-IB; Thu, 12 Sep 2019 18:00:36 +0000 X-Inumbo-ID: 3938e2fe-d587-11e9-95a2-12813bfff9fa From: Lars Kurth To: xen-devel@lists.xenproject.org Date: Thu, 12 Sep 2019 19:00:31 +0100 Message-Id: <20190912180031.3373-1-lars.kurth@citrix.com> X-Mailer: git-send-email 2.13.0 Subject: [Xen-devel] [PATCH XTF] 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 , Andrew Cooper MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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..0ef9b5e --- /dev/null +++ b/MAINTAINERS @@ -0,0 +1,11 @@ +iThis 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: Andrew Cooper +L: xen-devel@lists.xenproject.org +S: Supported +F: * +F: */ +V: xen-maintainers-1 --=20 2.13.0 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel