[Qemu-devel] [PATCH] MAINTAINERS: update for MIPS devices

Yongbok Kim posted 1 patch 8 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1489416892-2719-1-git-send-email-yongbok.kim@imgtec.com
Test checkpatch passed
Test docker passed
MAINTAINERS | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)
[Qemu-devel] [PATCH] MAINTAINERS: update for MIPS devices
Posted by Yongbok Kim 8 years, 7 months ago
Add myself to MIPSSIM and new entry for Fulong 2E.
Add an entry for Boston machine (Paul Burton).

Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
cc: Paul Burton <Paul.Burton@imgtec.com>
---
 MAINTAINERS | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index e3edd04..d196f19 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -600,15 +600,26 @@ S: Maintained
 F: hw/mips/mips_malta.c
 
 Mipssim
-L: qemu-devel@nongnu.org
-S: Orphan
+M: Yongbok Kim <yongbok.kim@imgtec.com>
+S: Odd Fixes
 F: hw/mips/mips_mipssim.c
+F: hw/net/mipsnet.c
 
 R4000
 M: Aurelien Jarno <aurelien@aurel32.net>
 S: Maintained
 F: hw/mips/mips_r4k.c
 
+Fulong 2E
+M: Yongbok Kim <yongbok.kim@imgtec.com>
+S: Odd Fixes
+F: hw/mips/mips_fulong2e.c
+
+Boston
+M: Paul Burton <Paul.Burton@imgtec.com>
+S: Maintained
+F: hw/mips/boston.c
+
 OpenRISC Machines
 -----------------
 or1k-sim
-- 
2.7.4


Re: [Qemu-devel] [PATCH] MAINTAINERS: update for MIPS devices
Posted by Thomas Huth 8 years, 7 months ago
On 13.03.2017 15:54, Yongbok Kim wrote:
> Add myself to MIPSSIM and new entry for Fulong 2E.
> Add an entry for Boston machine (Paul Burton).
> 
> Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
> cc: Paul Burton <Paul.Burton@imgtec.com>
> ---
>  MAINTAINERS | 15 +++++++++++++--
>  1 file changed, 13 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e3edd04..d196f19 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -600,15 +600,26 @@ S: Maintained
>  F: hw/mips/mips_malta.c
>  
>  Mipssim
> -L: qemu-devel@nongnu.org
> -S: Orphan
> +M: Yongbok Kim <yongbok.kim@imgtec.com>
> +S: Odd Fixes
>  F: hw/mips/mips_mipssim.c
> +F: hw/net/mipsnet.c
>  
>  R4000
>  M: Aurelien Jarno <aurelien@aurel32.net>
>  S: Maintained
>  F: hw/mips/mips_r4k.c
>  
> +Fulong 2E
> +M: Yongbok Kim <yongbok.kim@imgtec.com>
> +S: Odd Fixes
> +F: hw/mips/mips_fulong2e.c
> +
> +Boston
> +M: Paul Burton <Paul.Burton@imgtec.com>
> +S: Maintained
> +F: hw/mips/boston.c
> +
>  OpenRISC Machines
>  -----------------
>  or1k-sim
> 

Thanks for the update!

Reviewed-by: Thomas Huth <thuth@redhat.com>