From: Cédric Le Goater Date: Mon, 2 Oct 2023 15:51:40 +0000 (+0200) Subject: MAINTAINERS: Adjust file list for PPC pseries machine X-Git-Tag: pull-xenfv-stable-20231106~23^2~5 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d79d9989764f1a645312fe5bea6dc4ebb3d9e1cf;p=users%2Fdwmw2%2Fqemu.git MAINTAINERS: Adjust file list for PPC pseries machine The fdt.{c.h} files provide a helper routine used by the pseries and pnv machines. Attached it to the list of the larger one: pseries. Protected Execution Facility (PEF) is the confidential guest support for PPC pseries machines. Reviewed-by: Daniel Henrique Barboza Signed-off-by: Cédric Le Goater Signed-off-by: Michael Tokarev --- diff --git a/MAINTAINERS b/MAINTAINERS index da5bff8ec0..303f4c7900 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1463,6 +1463,10 @@ F: hw/*/spapr* F: include/hw/*/spapr* F: hw/*/xics* F: include/hw/*/xics* +F: include/hw/ppc/fdt.h +F: hw/ppc/fdt.c +F: include/hw/ppc/pef.h +F: hw/ppc/pef.c F: pc-bios/slof.bin F: docs/system/ppc/pseries.rst F: docs/specs/ppc-spapr-*