On 2/16/21 2:15 PM, Peter Maydell wrote: > On Tue, 16 Feb 2021 at 13:13, Philippe Mathieu-Daudé <f4...@amsat.org> wrote: >> >> Add the Siemens SX1 (OMAP310) cellphones with the other ARM machines. >> >> Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> >> --- >> v4: Maintained -> Odd Fixes (no test image known) >> --- >> MAINTAINERS | 6 ++++++ >> 1 file changed, 6 insertions(+) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index 8201f12271b..47f8c591760 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -656,6 +656,12 @@ S: Maintained >> F: hw/rtc/goldfish_rtc.c >> F: include/hw/rtc/goldfish_rtc.h >> >> +Siemens SX1 (OMAP310) >> +M: Peter Maydell <peter.mayd...@linaro.org> >> +L: qemu-...@nongnu.org >> +S: Odd Fixes >> +F: hw/arm/omap_sx1.c > > docs/system/arm/sx1.rst is already listed in MAINTAINERS > under the 'OMAP' section; if we want to have a separate > section for the SX1 we should move that F: line here.
Doh I forgot commit 66278f8aeba ("MAINTAINERS: Cover system/arm/sx1.rst with OMAP machines"). Please disregard this patch then.