Re: [PATCH 6/8] MAINTAINERS: Add fw_cfg.c to PPC mac99 machine

2023-10-02 Thread Daniel Henrique Barboza
On 10/2/23 09:23, Cédric Le Goater wrote: 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 Signed-off-by: Cédric Le Goater --- Reviewed-by: Daniel H

[PATCH 6/8] MAINTAINERS: Add fw_cfg.c to PPC mac99 machine

2023-10-02 Thread Cédric Le Goater
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 Signed-off-by: Cédric Le Goater --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINT