diff options
| author | Thomas Huth <thuth@redhat.com> | 2018-11-13 10:47:58 +0000 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2018-11-13 10:47:58 +0000 |
| commit | 671f11b2043803bbb795518d411b010a785a47db (patch) | |
| tree | f615cfdecafd6a71a485c5e385e732bccbba2ecc | |
| parent | e24ad484909e7a00ca4f6332f3698facf0ba3394 (diff) | |
| download | focaccia-qemu-671f11b2043803bbb795518d411b010a785a47db.tar.gz focaccia-qemu-671f11b2043803bbb795518d411b010a785a47db.zip | |
MAINTAINERS: Add an entry for the 'collie' machine
There is no active maintainer, but since Peter is picking up patches via qemu-arm@nongnu.org, I think we could at least use "Odd Fixes" as status here. Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-id: 1541528230-31817-1-git-send-email-thuth@redhat.com [PMM: Also add myself as an M: contact] Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
| -rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c076758b3d..4b8db618f5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -591,6 +591,13 @@ F: hw/*/pxa2xx* F: hw/misc/mst_fpga.c F: include/hw/arm/pxa.h +Sharp SL-5500 (Collie) PDA +M: Peter Maydell <peter.maydell@linaro.org> +L: qemu-arm@nongnu.org +S: Odd Fixes +F: hw/arm/collie.c +F: hw/arm/strongarm* + Stellaris M: Peter Maydell <peter.maydell@linaro.org> L: qemu-arm@nongnu.org |