[Qemu-devel] [PATCH v2] MAINTAINERS: update microbit ARM board files

Stefan Hajnoczi posted 1 patch 6 years, 9 months ago
Test docker-clang@ubuntu passed
Test docker-mingw@fedora passed
Test asan passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190123183352.11025-1-stefanha@redhat.com
MAINTAINERS | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
[Qemu-devel] [PATCH v2] MAINTAINERS: update microbit ARM board files
Posted by Stefan Hajnoczi 6 years, 9 months ago
New source files were added without corresponding ./MAINTAINERS file
entries.  Let's get things up to date.

Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
---
v2:
 * Simplify using wildcard patterns [Thomas]
---
 MAINTAINERS | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index af339b86db..72460f938f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -831,9 +831,11 @@ M: Joel Stanley <joel@jms.id.au>
 M: Peter Maydell <peter.maydell@linaro.org>
 L: qemu-arm@nongnu.org
 S: Maintained
-F: hw/arm/nrf51_soc.c
-F: hw/arm/microbit.c
-F: include/hw/arm/nrf51_soc.h
+F: hw/*/nrf51*.c
+F: hw/*/microbit*.c
+F: include/hw/*/nrf51*.h
+F: include/hw/*/microbit*.h
+F: tests/microbit-test.c
 
 CRIS Machines
 -------------
-- 
2.20.1


Re: [Qemu-devel] [PATCH v2] MAINTAINERS: update microbit ARM board files
Posted by Philippe Mathieu-Daudé 6 years, 9 months ago
On 1/23/19 7:33 PM, Stefan Hajnoczi wrote:
> New source files were added without corresponding ./MAINTAINERS file
> entries.  Let's get things up to date.
> 
> Reviewed-by: Thomas Huth <thuth@redhat.com>
> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>

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

> ---
> v2:
>  * Simplify using wildcard patterns [Thomas]
> ---
>  MAINTAINERS | 8 +++++---
>  1 file changed, 5 insertions(+), 3 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index af339b86db..72460f938f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -831,9 +831,11 @@ M: Joel Stanley <joel@jms.id.au>
>  M: Peter Maydell <peter.maydell@linaro.org>
>  L: qemu-arm@nongnu.org
>  S: Maintained
> -F: hw/arm/nrf51_soc.c
> -F: hw/arm/microbit.c
> -F: include/hw/arm/nrf51_soc.h
> +F: hw/*/nrf51*.c
> +F: hw/*/microbit*.c
> +F: include/hw/*/nrf51*.h
> +F: include/hw/*/microbit*.h
> +F: tests/microbit-test.c
>  
>  CRIS Machines
>  -------------
> 

Re: [Qemu-devel] [PATCH v2] MAINTAINERS: update microbit ARM board files
Posted by Peter Maydell 6 years, 9 months ago
On Wed, 23 Jan 2019 at 18:36, Stefan Hajnoczi <stefanha@redhat.com> wrote:
>
> New source files were added without corresponding ./MAINTAINERS file
> entries.  Let's get things up to date.
>
> Reviewed-by: Thomas Huth <thuth@redhat.com>
> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
> ---
> v2:
>  * Simplify using wildcard patterns [Thomas]
> ---
>  MAINTAINERS | 8 +++++---
>  1 file changed, 5 insertions(+), 3 deletions(-)
>



Applied to target-arm.next, thanks.

-- PMM