diff options
author | Thomas Huth | 2017-02-12 23:38:17 +0100 |
---|---|---|
committer | Thomas Huth | 2017-02-18 22:23:31 +0100 |
commit | 5baf2741b4920c3227c14734986893c66b6b2eed (patch) | |
tree | e4264a425ca94683ac45fe8a29214d06b730b10d /MAINTAINERS | |
parent | hw/m68k: QOMify the ColdFire interrupt controller (diff) | |
download | qemu-5baf2741b4920c3227c14734986893c66b6b2eed.tar.gz qemu-5baf2741b4920c3227c14734986893c66b6b2eed.tar.xz qemu-5baf2741b4920c3227c14734986893c66b6b2eed.zip |
MAINTAINERS: Add odd fixer for the ColdFire boards
I did some work with real ColdFire boards in the past, and after
QOMifying most of the ColdFire devices recently, I feel confident
that I could at least take care of odd fixes for these boards.
Signed-off-by: Thomas Huth <huth@tuxfamily.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3efe7c5299..4714df883b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -561,16 +561,19 @@ F: hw/lm32/milkymist.c M68K Machines ------------- an5206 -S: Orphan +M: Thomas Huth <huth@tuxfamily.org> +S: Odd Fixes F: hw/m68k/an5206.c F: hw/m68k/mcf5206.c mcf5208 -S: Orphan +M: Thomas Huth <huth@tuxfamily.org> +S: Odd Fixes F: hw/m68k/mcf5208.c F: hw/m68k/mcf_intc.c F: hw/char/mcf_uart.c F: hw/net/mcf_fec.c +F: include/hw/m68k/mcf*.h MicroBlaze Machines ------------------- |