MAINTAINERS: Add section for FPU emulation
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 19 Feb 2016 16:25:01 +0000 (16:25 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 19 Feb 2016 16:27:22 +0000 (16:27 +0000)
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

MAINTAINERS

index 02710f857cdb57c971fb82c9a83cb0898865f735..9adeda355e2fc30c3944924f03b5919ad5dc50ce 100644 (file)
@@ -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