[Qemu-devel] [PATCH for-3.1 15/25] MAINTAINERS: Add missing entries for the Canon DIGIC machine

Philippe Mathieu-Daudé posted 25 patches 7 years, 2 months ago
There is a newer version of this series
[Qemu-devel] [PATCH for-3.1 15/25] MAINTAINERS: Add missing entries for the Canon DIGIC machine
Posted by Philippe Mathieu-Daudé 7 years, 2 months ago
This pattern now also matches:
- include/hw/timer/digic-timer.h
- include/hw/char/digic-uart.h

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index eab0fb9742..e04f2f1a44 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -527,6 +527,7 @@ L: qemu-arm@nongnu.org
 S: Odd Fixes
 F: include/hw/arm/digic.h
 F: hw/*/digic*
+F: include/hw/*/digic*
 
 Gumstix
 M: Peter Maydell <peter.maydell@linaro.org>
-- 
2.17.2


Re: [Qemu-devel] [PATCH for-3.1 15/25] MAINTAINERS: Add missing entries for the Canon DIGIC machine
Posted by Peter Maydell 7 years, 2 months ago
On Sun, 25 Nov 2018 at 20:52, Philippe Mathieu-Daudé <philmd@redhat.com> wrote:
>
> This pattern now also matches:
> - include/hw/timer/digic-timer.h
> - include/hw/char/digic-uart.h
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index eab0fb9742..e04f2f1a44 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -527,6 +527,7 @@ L: qemu-arm@nongnu.org
>  S: Odd Fixes
>  F: include/hw/arm/digic.h
>  F: hw/*/digic*
> +F: include/hw/*/digic*
>
>  Gumstix
>  M: Peter Maydell <peter.maydell@linaro.org>

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>

thanks
-- PMM

Re: [Qemu-devel] [Qemu-trivial] [PATCH for-3.1 15/25] MAINTAINERS: Add missing entries for the Canon DIGIC machine
Posted by Laurent Vivier 7 years, 2 months ago
On 25/11/2018 21:49, Philippe Mathieu-Daudé wrote:
> This pattern now also matches:
> - include/hw/timer/digic-timer.h
> - include/hw/char/digic-uart.h
> 
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index eab0fb9742..e04f2f1a44 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -527,6 +527,7 @@ L: qemu-arm@nongnu.org
>  S: Odd Fixes
>  F: include/hw/arm/digic.h
>  F: hw/*/digic*
> +F: include/hw/*/digic*
>  
>  Gumstix
>  M: Peter Maydell <peter.maydell@linaro.org>
> 

Applied to my trivial-patches branch.

Thanks,
Laurent