hw/misc/applesmc.c has no MAINTAINERS entry, so patches to it are not routed to anyone and get_maintainer.pl only resolves the open list. Add an "Apple SMC" entry (Odd Fixes) so future changes have a designated recipient.
Signed-off-by: Matthew Jackson <[email protected]> --- MAINTAINERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 7752917d8c..4155e1d93d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2106,6 +2106,11 @@ F: hw/net/can/xlnx-* F: include/hw/net/xlnx-* F: tests/qtest/xlnx-can*-test* +Apple SMC +M: Matthew Jackson <[email protected]> +S: Odd Fixes +F: hw/misc/applesmc.c + EDU M: Jiri Slaby <[email protected]> S: Maintained -- 2.50.1 (Apple Git-155)
