From: Cédric Le Goater Date: Mon, 2 Oct 2023 15:51:41 +0000 (+0200) Subject: MAINTAINERS: Add fw_cfg.c to PPC mac99 machine X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6198558781f5d8abde33f2f05d3c6015140d74d8;p=qemu.git MAINTAINERS: Add fw_cfg.c to PPC mac99 machine The hw/ppc/fw_cfg.c file contains the implementation of fw_cfg_arch_key_name(), used by the common nvram model. List it under mac99 machine next to the mac_nvram model. Cc: Mark Cave-Ayland Reviewed-by: Daniel Henrique Barboza Reviewed-by: Mark Cave-Ayland Signed-off-by: Cédric Le Goater Signed-off-by: Michael Tokarev --- diff --git a/MAINTAINERS b/MAINTAINERS index 303f4c7900..543a6be00d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1410,6 +1410,7 @@ F: hw/pci-bridge/dec.[hc] F: hw/misc/macio/ F: hw/misc/mos6522.c F: hw/nvram/mac_nvram.c +F: hw/ppc/fw_cfg.c F: hw/input/adb* F: include/hw/misc/macio/ F: include/hw/misc/mos6522.h