[Qemu-devel] [PATCH for-3.1 02/25] MAINTAINERS: Add a missing entry to the SPARC CPU

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 02/25] MAINTAINERS: Add a missing entry to the SPARC CPU
Posted by Philippe Mathieu-Daudé 7 years, 2 months ago
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 6c4f25fb05..ae12323647 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -281,6 +281,7 @@ S: Maintained
 F: target/sparc/
 F: hw/sparc/
 F: hw/sparc64/
+F: include/hw/sparc/sparc64.h
 F: disas/sparc.c
 
 UniCore32
-- 
2.17.2


Re: [Qemu-devel] [PATCH for-3.1 02/25] MAINTAINERS: Add a missing entry to the SPARC CPU
Posted by Mark Cave-Ayland 7 years, 2 months ago
On 25/11/2018 20:49, Philippe Mathieu-Daudé wrote:

> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6c4f25fb05..ae12323647 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -281,6 +281,7 @@ S: Maintained
>  F: target/sparc/
>  F: hw/sparc/
>  F: hw/sparc64/
> +F: include/hw/sparc/sparc64.h
>  F: disas/sparc.c
>  
>  UniCore32

Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>


ATB,

Mark.

Re: [Qemu-devel] [Qemu-trivial] [PATCH for-3.1 02/25] MAINTAINERS: Add a missing entry to the SPARC CPU
Posted by Laurent Vivier 7 years, 2 months ago
On 25/11/2018 21:49, Philippe Mathieu-Daudé wrote:
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6c4f25fb05..ae12323647 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -281,6 +281,7 @@ S: Maintained
>  F: target/sparc/
>  F: hw/sparc/
>  F: hw/sparc64/
> +F: include/hw/sparc/sparc64.h
>  F: disas/sparc.c
>  
>  UniCore32
> 

Applied to my trivial-patches branch.

Thanks,
Laurent