From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: redhat.com, ip: 209.132.183.28, mailfrom: lersek@redhat.com) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by groups.io with SMTP; Mon, 15 Jul 2019 10:04:44 -0700 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id F0366308FB93; Mon, 15 Jul 2019 17:04:43 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-117-21.ams2.redhat.com [10.36.117.21]) by smtp.corp.redhat.com (Postfix) with ESMTP id A0B2060BEC; Mon, 15 Jul 2019 17:04:41 +0000 (UTC) From: "Laszlo Ersek" To: edk2-devel-groups-io Cc: Andrew Fish , Ard Biesheuvel , Julien Grall , Leif Lindholm , Michael D Kinney , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Subject: [PATCH 1/4] Maintainers.txt: split out section "ArmVirtPkg: modules used on Xen" Date: Mon, 15 Jul 2019 19:04:28 +0200 Message-Id: <20190715170431.13955-2-lersek@redhat.com> In-Reply-To: <20190715170431.13955-1-lersek@redhat.com> References: <20190715170431.13955-1-lersek@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.43]); Mon, 15 Jul 2019 17:04:44 +0000 (UTC) Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable We ask contributors to copy Julien on patches that affect "Xen modules" under ArmVirtPkg. With the "GetMaintainer.py" script being introduced later, express this expectation in "Maintainers.txt" in machine-readable format. Cc: Andrew Fish Cc: Ard Biesheuvel Cc: Julien Grall Cc: Leif Lindholm Cc: Michael D Kinney Cc: Philippe Mathieu-Daud=C3=A9 Signed-off-by: Laszlo Ersek --- Notes: - Spelling out actual module names, in place of ArmVirtPkg/Library/Xe= n* and ArmVirtPkg/Xen* wildcards, makes for better readability in my opinion. =20 - ArmVirtPkg/PrePi/ is shared with the ArmVirtQemuKernel platform, he= nce a section header that states "modules used on Xen", and not just "X= en modules" (as the latter might imply "Xen-only" modules). Maintainers.txt | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/Maintainers.txt b/Maintainers.txt index 52d8215691b1..e9ab3b3b372a 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -106,16 +106,25 @@ M: Ard Biesheuvel =20 ArmVirtPkg F: ArmVirtPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/ArmVirtPkg M: Laszlo Ersek M: Ard Biesheuvel -R: Julien Grall - (Xen modules) R: Leif Lindholm =20 +ArmVirtPkg: modules used on Xen +F: ArmVirtPkg/ArmVirtXen.* +F: ArmVirtPkg/Library/XenArmGenericTimerVirtCounterLib/ +F: ArmVirtPkg/Library/XenRealTimeClockLib/ +F: ArmVirtPkg/Library/XenVirtMemInfoLib/ +F: ArmVirtPkg/PrePi/ +F: ArmVirtPkg/XenAcpiPlatformDxe/ +F: ArmVirtPkg/XenPlatformHasAcpiDtDxe/ +F: ArmVirtPkg/XenioFdtDxe/ +R: Julien Grall + BaseTools F: BaseTools/ W: https://github.com/tianocore/tianocore.github.io/wiki/BaseTools M: Bob Feng M: Liming Gao =20 --=20 2.19.1.3.g30247aa5d201