On 1/18/20 2:30 PM, Markus Armbruster wrote:
Philippe Mathieu-Daudé <phi...@redhat.com> writes:
Add the Siemens SX1 (OMAP310) machines with the other ARM machines.
Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com>
---
MAINTAINERS | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 52fbc18566..e2c148d8d8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -560,6 +560,13 @@ F: include/hw/arm/digic.h
F: hw/*/digic*
F: include/hw/*/digic*
+OMAP
+M: Peter Maydell <peter.mayd...@linaro.org>
+L: qemu-...@nongnu.org
+S: Maintained
+F: hw/*/omap*
+F: include/hw/arm/omap.h
+
Gumstix
M: Peter Maydell <peter.mayd...@linaro.org>
R: Philippe Mathieu-Daudé <f4...@amsat.org>
@@ -1404,13 +1411,6 @@ F: include/hw/block/fdc.h
F: tests/qtest/fdc-test.c
T: git https://github.com/jnsnow/qemu.git ide
-OMAP
-M: Peter Maydell <peter.mayd...@linaro.org>
-L: qemu-...@nongnu.org
-S: Maintained
-F: hw/*/omap*
-F: include/hw/arm/omap.h
-
IPack
M: Alberto Garcia <be...@igalia.com>
S: Odd Fixes
Commit message says "add", patch seems to merely move an existing
entry. What am I missing?
Ah yes indeed. Peter, can you modify s/Add/Move/ in the description or
do you prefer a respin?
Thanks,
Phil.