diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2016-02-19 16:25:01 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2016-02-19 16:27:22 +0000 |
commit | 1badb5869831de916792628b5e159176f7e342b8 (patch) | |
tree | 22fe10debc32a1085c575c59a04aea22d2512d8a /MAINTAINERS | |
parent | 50fe4df8ee6aba63ae51457bad40ba26e3c9746f (diff) | |
download | qemu-1badb5869831de916792628b5e159176f7e342b8.zip qemu-1badb5869831de916792628b5e159176f7e342b8.tar.gz qemu-1badb5869831de916792628b5e159176f7e342b8.tar.bz2 |
MAINTAINERS: Add section for FPU emulation
Add an entry to the MAINTAINERS file for our softfloat FPU
emulation code. This code is only 'odd fixes' but it's useful to
record who to cc on patches to it.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1453814875-440-1-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 02710f8..9adeda3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -84,6 +84,13 @@ F: include/exec/exec-all.h F: include/exec/helper*.h F: include/exec/tb-hash.h +FPU emulation +M: Aurelien Jarno <aurelien@aurel32.net> +M: Peter Maydell <peter.maydell@linaro.org> +S: Odd Fixes +F: fpu/ +F: include/fpu/ + Alpha M: Richard Henderson <rth@twiddle.net> S: Maintained |