We neglected to update MAINTAINERS when we deleted include/hw/ppc/pef.h. Update it now.
Fixes: 00a238b1a8 (ppc/pef: switch to use confidential_guest_kvm_init/reset(), 2024-02-29) Cc: Nicholas Piggin <[email protected]> Cc: Harsh Prateek Bora <[email protected]> Cc: [email protected] Signed-off-by: Markus Armbruster <[email protected]> --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index d1cefd2cbb..87450a84de 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1634,7 +1634,6 @@ 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 -- 2.54.0
