[Qemu-devel] [PATCH] MAINTAINERS: update status of FPU emulation

Alex Bennée posted 1 patch 5 years, 4 months ago
Test checkpatch passed
Test docker-quick@centos7 passed
Test docker-clang@ubuntu passed
Test docker-mingw@fedora passed
Test asan passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181205124812.10552-1-alex.bennee@linaro.org
MAINTAINERS | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
[Qemu-devel] [PATCH] MAINTAINERS: update status of FPU emulation
Posted by Alex Bennée 5 years, 4 months ago
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's probably more than just Odd Fixes.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 MAINTAINERS | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 63effdc473..aeee83ba0e 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>
-- 
2.17.1


Re: [Qemu-devel] [PATCH] MAINTAINERS: update status of FPU emulation
Posted by Philippe Mathieu-Daudé 5 years, 4 months ago
On 12/5/18 1:48 PM, Alex Bennée wrote:
> 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's probably more than just Odd Fixes.

Thanks!

> 
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>

> ---
>  MAINTAINERS | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 63effdc473..aeee83ba0e 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>
> 

Re: [Qemu-devel] [PATCH] MAINTAINERS: update status of FPU emulation
Posted by Richard Henderson 5 years, 4 months ago
On 12/5/18 6:48 AM, Alex Bennée wrote:
> 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's probably more than just Odd Fixes.
> 
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
>  MAINTAINERS | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>


r~