[Qemu-devel] [PATCH] MAINTAINERS: Add nios2-related files to the Nios2 section

Thomas Huth posted 1 patch 5 years, 5 months ago
Test asan passed
Test checkpatch passed
Test docker-quick@centos7 passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1542899500-23346-1-git-send-email-thuth@redhat.com
MAINTAINERS | 2 ++
1 file changed, 2 insertions(+)
[Qemu-devel] [PATCH] MAINTAINERS: Add nios2-related files to the Nios2 section
Posted by Thomas Huth 5 years, 5 months ago
nios2_iic.c and the default-configs/nios2-softmmu.mak file are
currently "unmaintained" according to the get_maintainers.pl script.
Move them to the Nios2 section where they obviously belong to.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 1291c07..33245b4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -226,7 +226,9 @@ M: Marek Vasut <marex@denx.de>
 S: Maintained
 F: target/nios2/
 F: hw/nios2/
+F: hw/intc/nios2_iic.c
 F: disas/nios2.c
+F: default-configs/nios2-softmmu.mak
 
 OpenRISC
 M: Stafford Horne <shorne@gmail.com>
-- 
1.8.3.1


Re: [Qemu-devel] [Qemu-trivial] [PATCH] MAINTAINERS: Add nios2-related files to the Nios2 section
Posted by Laurent Vivier 5 years, 5 months ago
On 22/11/2018 16:11, Thomas Huth wrote:
> nios2_iic.c and the default-configs/nios2-softmmu.mak file are
> currently "unmaintained" according to the get_maintainers.pl script.
> Move them to the Nios2 section where they obviously belong to.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 1291c07..33245b4 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -226,7 +226,9 @@ M: Marek Vasut <marex@denx.de>
>  S: Maintained
>  F: target/nios2/
>  F: hw/nios2/
> +F: hw/intc/nios2_iic.c
>  F: disas/nios2.c
> +F: default-configs/nios2-softmmu.mak
>  
>  OpenRISC
>  M: Stafford Horne <shorne@gmail.com>
> 

Reviewed-by: Laurent Vivier <laurent@vivier.eu>


Re: [Qemu-devel] [Qemu-trivial] [PATCH] MAINTAINERS: Add nios2-related files to the Nios2 section
Posted by Laurent Vivier 5 years, 4 months ago
On 22/11/2018 16:11, Thomas Huth wrote:
> nios2_iic.c and the default-configs/nios2-softmmu.mak file are
> currently "unmaintained" according to the get_maintainers.pl script.
> Move them to the Nios2 section where they obviously belong to.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 1291c07..33245b4 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -226,7 +226,9 @@ M: Marek Vasut <marex@denx.de>
>  S: Maintained
>  F: target/nios2/
>  F: hw/nios2/
> +F: hw/intc/nios2_iic.c
>  F: disas/nios2.c
> +F: default-configs/nios2-softmmu.mak
>  
>  OpenRISC
>  M: Stafford Horne <shorne@gmail.com>
> 


Applied to my trivial-patches branch.

Thanks,
Laurent