diff mbox

MAINTAINERS: Add section for FPU emulation

Message ID 1453814875-440-1-git-send-email-peter.maydell@linaro.org
State New
Headers show

Commit Message

Peter Maydell Jan. 26, 2016, 1:27 p.m. UTC
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>
---
Would anybody else like to be listed here (ie to be cc'd on softfloat
patches) ? Richard? Aurelien?


 MAINTAINERS | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Aurelien Jarno Jan. 29, 2016, 9:16 a.m. UTC | #1
On 2016-01-26 13:27, Peter Maydell wrote:
> 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>
> ---
> Would anybody else like to be listed here (ie to be cc'd on softfloat
> patches) ? Richard? Aurelien?

As long as it is in "Odd Fixes" mode, it would like to get it listed
please. I don't have time to follow the whole mailing list anymore, so
being Cc'd n on softfloat patches would be nice.
Peter Maydell Feb. 8, 2016, 2:06 p.m. UTC | #2
On 29 January 2016 at 09:16, Aurelien Jarno <aurelien@aurel32.net> wrote:
> On 2016-01-26 13:27, Peter Maydell wrote:
>> 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>
>> ---
>> Would anybody else like to be listed here (ie to be cc'd on softfloat
>> patches) ? Richard? Aurelien?
>
> As long as it is in "Odd Fixes" mode, it would like to get it listed
> please. I don't have time to follow the whole mailing list anymore, so
> being Cc'd n on softfloat patches would be nice.

OK, I've added your email to the section:
M: Aurelien Jarno <aurelien@aurel32.net>

(a simple enough change I won't resend the patch unless you
want me to.)

thanks
-- PMM
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index b6ed87a..65786e6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -79,6 +79,12 @@  F: include/exec/exec-all.h
 F: include/exec/helper*.h
 F: include/exec/tb-hash.h
 
+FPU emulation
+M: Peter Maydell <peter.maydell@linaro.org>
+S: Odd Fixes
+F: fpu/
+F: include/fpu/
+
 Alpha
 M: Richard Henderson <rth@twiddle.net>
 S: Maintained