diff options
author | Alex Bennée | 2018-12-05 13:48:12 +0100 |
---|---|---|
committer | Alex Bennée | 2018-12-17 09:25:25 +0100 |
commit | 0636e4d899ab30485d18bacf286defff011a22c5 (patch) | |
tree | d92b4e9c20fb280b2186d140280f677eb85f80f4 /MAINTAINERS | |
parent | contrib: add a basic gitdm config (diff) | |
download | qemu-0636e4d899ab30485d18bacf286defff011a22c5.tar.gz qemu-0636e4d899ab30485d18bacf286defff011a22c5.tar.xz qemu-0636e4d899ab30485d18bacf286defff011a22c5.zip |
MAINTAINERS: update status of FPU emulation
Given I've spent a fair amount of time around this code now I'm
putting myself forward as a maintainer. Also given that the code has
been extensively re-written and has testing and new incoming features
it is probably more than just Odd Fixes.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 83c127f0d6..d676c73f88 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -127,9 +127,11 @@ F: include/sysemu/cpus.h FPU emulation M: Aurelien Jarno <aurelien@aurel32.net> M: Peter Maydell <peter.maydell@linaro.org> -S: Odd Fixes +M: Alex Bennée <alex.bennee@linaro.org> +S: Maintained F: fpu/ F: include/fpu/ +F: tests/fp/ Alpha M: Richard Henderson <rth@twiddle.net> |