From: Peter Maydell Date: Fri, 19 Feb 2016 16:25:01 +0000 (+0000) Subject: MAINTAINERS: Add section for FPU emulation X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1badb5869831de916792628b5e159176f7e342b8;p=qemu.git 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 Message-id: 1453814875-440-1-git-send-email-peter.maydell@linaro.org --- diff --git a/MAINTAINERS b/MAINTAINERS index 02710f857c..9adeda355e 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 +M: Peter Maydell +S: Odd Fixes +F: fpu/ +F: include/fpu/ + Alpha M: Richard Henderson S: Maintained