From: "Laszlo Ersek" <lersek@redhat.com>
To: edk2-devel-groups-io <devel@edk2.groups.io>
Cc: "Andrew Fish" <afish@apple.com>,
"Anthony Perard" <anthony.perard@citrix.com>,
"Ard Biesheuvel" <ard.biesheuvel@linaro.org>,
"Jordan Justen" <jordan.l.justen@intel.com>,
"Julien Grall" <julien.grall@arm.com>,
"Leif Lindholm" <leif.lindholm@linaro.org>,
"Michael D Kinney" <michael.d.kinney@intel.com>,
"Philippe Mathieu-Daudé" <philmd@redhat.com>
Subject: [PATCH 2/4] Maintainers.txt: split out section "OvmfPkg: Xen-related modules"
Date: Mon, 15 Jul 2019 19:04:29 +0200 [thread overview]
Message-ID: <20190715170431.13955-3-lersek@redhat.com> (raw)
In-Reply-To: <20190715170431.13955-1-lersek@redhat.com>
We ask contributors to copy Anthony and Julien on patches that affect "Xen
modules" under OvmfPkg. With the "GetMaintainer.py" script being
introduced later, express this expectation in "Maintainers.txt" in
machine-readable format.
Cc: Andrew Fish <afish@apple.com>
Cc: Anthony Perard <anthony.perard@citrix.com>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Julien Grall <julien.grall@arm.com>
Cc: Leif Lindholm <leif.lindholm@linaro.org>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
---
Notes:
- Spelling out actual module names, in place of OvmfPkg/Library/Xen* and
OvmfPkg/Xen* wildcards, makes for better readability in my opinion.
Maintainers.txt | 28 +++++++++++++++++---
1 file changed, 24 insertions(+), 4 deletions(-)
diff --git a/Maintainers.txt b/Maintainers.txt
index e9ab3b3b372a..3a690b2ee200 100644
--- a/Maintainers.txt
+++ b/Maintainers.txt
@@ -206,24 +206,44 @@ M: Jiaxin Wu <jiaxin.wu@intel.com>
OvmfPkg
F: OvmfPkg/
W: http://www.tianocore.org/ovmf/
M: Jordan Justen <jordan.l.justen@intel.com>
M: Laszlo Ersek <lersek@redhat.com>
M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
-R: Anthony Perard <anthony.perard@citrix.com>
- (Xen modules)
-R: Julien Grall <julien.grall@arm.com>
- (Xen modules)
R: Marc-André Lureau <marcandre.lureau@redhat.com>
(TPM2 modules)
R: Stefan Berger <stefanb@linux.ibm.com>
(TPM2 modules)
R: David Woodhouse <dwmw2@infradead.org>
(CSM modules)
S: Maintained
+OvmfPkg: Xen-related modules
+F: OvmfPkg/AcpiPlatformDxe/Xen.c
+F: OvmfPkg/Include/Guid/XenBusRootDevice.h
+F: OvmfPkg/Include/Guid/XenInfo.h
+F: OvmfPkg/Include/IndustryStandard/Xen/
+F: OvmfPkg/Include/Library/XenHypercallLib.h
+F: OvmfPkg/Include/Library/XenIoMmioLib.h
+F: OvmfPkg/Include/Protocol/XenBus.h
+F: OvmfPkg/Include/Protocol/XenIo.h
+F: OvmfPkg/Library/PciHostBridgeLib/XenSupport.c
+F: OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
+F: OvmfPkg/Library/XenConsoleSerialPortLib/
+F: OvmfPkg/Library/XenHypercallLib/
+F: OvmfPkg/Library/XenIoMmioLib/
+F: OvmfPkg/PlatformPei/MemDetect.c
+F: OvmfPkg/PlatformPei/Platform.*
+F: OvmfPkg/PlatformPei/Xen.*
+F: OvmfPkg/SmbiosPlatformDxe/*Xen.c
+F: OvmfPkg/XenBusDxe/
+F: OvmfPkg/XenIoPciDxe/
+F: OvmfPkg/XenPvBlkDxe/
+R: Anthony Perard <anthony.perard@citrix.com>
+R: Julien Grall <julien.grall@arm.com>
+
PcAtChipsetPkg
F: PcAtChipsetPkg/
W: https://github.com/tianocore/tianocore.github.io/wiki/PcAtChipsetPkg
M: Ray Ni <ray.ni@intel.com>
SecurityPkg
--
2.19.1.3.g30247aa5d201
next prev parent reply other threads:[~2019-07-15 17:04 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-15 17:04 [PATCH 0/4] Maintainers.txt: formalize ArmVirtPkg and OvmfPkg subsystem pathnames Laszlo Ersek
2019-07-15 17:04 ` [PATCH 1/4] Maintainers.txt: split out section "ArmVirtPkg: modules used on Xen" Laszlo Ersek
2019-07-16 17:22 ` Julien Grall
2019-07-15 17:04 ` Laszlo Ersek [this message]
2019-07-16 17:26 ` [PATCH 2/4] Maintainers.txt: split out section "OvmfPkg: Xen-related modules" Julien Grall
2019-07-17 16:06 ` Anthony PERARD
2019-07-15 17:04 ` [PATCH 3/4] Maintainers.txt: split out section "OvmfPkg: TCG- and TPM2-related modules" Laszlo Ersek
2019-07-15 17:06 ` Philippe Mathieu-Daudé
2019-07-18 8:56 ` Marc-André Lureau
2019-07-18 18:32 ` [edk2-devel] " stefanb
2019-07-15 17:04 ` [PATCH 4/4] Maintainers.txt: split out section "OvmfPkg: CSM modules" Laszlo Ersek
2019-07-15 17:07 ` Philippe Mathieu-Daudé
[not found] ` <bd9d4d7cc0fcdcb7e909f9bdf76f9d8bb050327d.camel@infradead.org>
2019-07-16 20:55 ` Laszlo Ersek
2019-07-16 22:05 ` David Woodhouse
2019-07-17 9:38 ` Laszlo Ersek
2019-07-18 7:30 ` [edk2-devel] " David Woodhouse
2019-07-18 23:11 ` Cetola, Stephano
2019-07-18 4:54 ` [PATCH 0/4] Maintainers.txt: formalize ArmVirtPkg and OvmfPkg subsystem pathnames Philippe Mathieu-Daudé
2019-07-18 12:43 ` Laszlo Ersek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190715170431.13955-3-lersek@redhat.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox