All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Split HPPA TCG vs HPPA machines/hardware
@ 2021-10-04  8:38 Philippe Mathieu-Daudé
  2021-10-05  1:51 ` Richard Henderson
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-10-04  8:38 UTC (permalink / raw)
  To: qemu-devel; +Cc: Helge Deller, Richard Henderson, Philippe Mathieu-Daudé

Hardware emulated models don't belong to the TCG MAINTAINERS
section. Move them to the 'HP-PARISC Machines' section.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 MAINTAINERS | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 50435b8d2f5..002620c6cad 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -205,10 +205,7 @@ HPPA (PA-RISC) TCG CPUs
 M: Richard Henderson <richard.henderson@linaro.org>
 S: Maintained
 F: target/hppa/
-F: hw/hppa/
 F: disas/hppa.c
-F: hw/net/*i82596*
-F: include/hw/net/lasi_82596.h
 
 M68K TCG CPUs
 M: Laurent Vivier <laurent@vivier.eu>
@@ -1098,6 +1095,8 @@ R: Helge Deller <deller@gmx.de>
 S: Odd Fixes
 F: configs/devices/hppa-softmmu/default.mak
 F: hw/hppa/
+F: hw/net/*i82596*
+F: include/hw/net/lasi_82596.h
 F: pc-bios/hppa-firmware.img
 
 M68K Machines
-- 
2.31.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] MAINTAINERS: Split HPPA TCG vs HPPA machines/hardware
  2021-10-04  8:38 [PATCH] MAINTAINERS: Split HPPA TCG vs HPPA machines/hardware Philippe Mathieu-Daudé
@ 2021-10-05  1:51 ` Richard Henderson
  2021-10-05  8:06 ` Helge Deller
  2021-10-27  4:15 ` Philippe Mathieu-Daudé
  2 siblings, 0 replies; 5+ messages in thread
From: Richard Henderson @ 2021-10-05  1:51 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, qemu-devel; +Cc: Helge Deller

On 10/4/21 1:38 AM, Philippe Mathieu-Daudé wrote:
> Hardware emulated models don't belong to the TCG MAINTAINERS
> section. Move them to the 'HP-PARISC Machines' section.
> 
> Signed-off-by: Philippe Mathieu-Daudé<f4bug@amsat.org>
> ---
>   MAINTAINERS | 5 ++---
>   1 file changed, 2 insertions(+), 3 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] MAINTAINERS: Split HPPA TCG vs HPPA machines/hardware
  2021-10-04  8:38 [PATCH] MAINTAINERS: Split HPPA TCG vs HPPA machines/hardware Philippe Mathieu-Daudé
  2021-10-05  1:51 ` Richard Henderson
@ 2021-10-05  8:06 ` Helge Deller
  2021-10-27  4:15 ` Philippe Mathieu-Daudé
  2 siblings, 0 replies; 5+ messages in thread
From: Helge Deller @ 2021-10-05  8:06 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, qemu-devel; +Cc: Richard Henderson

On 10/4/21 10:38, Philippe Mathieu-Daudé wrote:
> Hardware emulated models don't belong to the TCG MAINTAINERS
> section. Move them to the 'HP-PARISC Machines' section.
>
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

Reviewed-by: Helge Deller <deller@gmx.de>

> ---
>  MAINTAINERS | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 50435b8d2f5..002620c6cad 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -205,10 +205,7 @@ HPPA (PA-RISC) TCG CPUs
>  M: Richard Henderson <richard.henderson@linaro.org>
>  S: Maintained
>  F: target/hppa/
> -F: hw/hppa/
>  F: disas/hppa.c
> -F: hw/net/*i82596*
> -F: include/hw/net/lasi_82596.h
>
>  M68K TCG CPUs
>  M: Laurent Vivier <laurent@vivier.eu>
> @@ -1098,6 +1095,8 @@ R: Helge Deller <deller@gmx.de>
>  S: Odd Fixes
>  F: configs/devices/hppa-softmmu/default.mak
>  F: hw/hppa/
> +F: hw/net/*i82596*
> +F: include/hw/net/lasi_82596.h
>  F: pc-bios/hppa-firmware.img
>
>  M68K Machines
>



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] MAINTAINERS: Split HPPA TCG vs HPPA machines/hardware
  2021-10-04  8:38 [PATCH] MAINTAINERS: Split HPPA TCG vs HPPA machines/hardware Philippe Mathieu-Daudé
  2021-10-05  1:51 ` Richard Henderson
  2021-10-05  8:06 ` Helge Deller
@ 2021-10-27  4:15 ` Philippe Mathieu-Daudé
  2021-10-27  8:15   ` Laurent Vivier
  2 siblings, 1 reply; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-10-27  4:15 UTC (permalink / raw)
  To: qemu-devel, QEMU Trivial; +Cc: Helge Deller, Richard Henderson

Cc'ing qemu-trivial@ (patch reviewed)

On 10/4/21 10:38, Philippe Mathieu-Daudé wrote:
> Hardware emulated models don't belong to the TCG MAINTAINERS
> section. Move them to the 'HP-PARISC Machines' section.
> 
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
>  MAINTAINERS | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 50435b8d2f5..002620c6cad 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -205,10 +205,7 @@ HPPA (PA-RISC) TCG CPUs
>  M: Richard Henderson <richard.henderson@linaro.org>
>  S: Maintained
>  F: target/hppa/
> -F: hw/hppa/
>  F: disas/hppa.c
> -F: hw/net/*i82596*
> -F: include/hw/net/lasi_82596.h
>  
>  M68K TCG CPUs
>  M: Laurent Vivier <laurent@vivier.eu>
> @@ -1098,6 +1095,8 @@ R: Helge Deller <deller@gmx.de>
>  S: Odd Fixes
>  F: configs/devices/hppa-softmmu/default.mak
>  F: hw/hppa/
> +F: hw/net/*i82596*
> +F: include/hw/net/lasi_82596.h
>  F: pc-bios/hppa-firmware.img
>  
>  M68K Machines
> 


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] MAINTAINERS: Split HPPA TCG vs HPPA machines/hardware
  2021-10-27  4:15 ` Philippe Mathieu-Daudé
@ 2021-10-27  8:15   ` Laurent Vivier
  0 siblings, 0 replies; 5+ messages in thread
From: Laurent Vivier @ 2021-10-27  8:15 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, qemu-devel, QEMU Trivial
  Cc: Helge Deller, Richard Henderson

Le 27/10/2021 à 06:15, Philippe Mathieu-Daudé a écrit :
> Cc'ing qemu-trivial@ (patch reviewed)
> 
> On 10/4/21 10:38, Philippe Mathieu-Daudé wrote:
>> Hardware emulated models don't belong to the TCG MAINTAINERS
>> section. Move them to the 'HP-PARISC Machines' section.
>>
>> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
>> ---
>>   MAINTAINERS | 5 ++---
>>   1 file changed, 2 insertions(+), 3 deletions(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 50435b8d2f5..002620c6cad 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -205,10 +205,7 @@ HPPA (PA-RISC) TCG CPUs
>>   M: Richard Henderson <richard.henderson@linaro.org>
>>   S: Maintained
>>   F: target/hppa/
>> -F: hw/hppa/
>>   F: disas/hppa.c
>> -F: hw/net/*i82596*
>> -F: include/hw/net/lasi_82596.h
>>   
>>   M68K TCG CPUs
>>   M: Laurent Vivier <laurent@vivier.eu>
>> @@ -1098,6 +1095,8 @@ R: Helge Deller <deller@gmx.de>
>>   S: Odd Fixes
>>   F: configs/devices/hppa-softmmu/default.mak
>>   F: hw/hppa/
>> +F: hw/net/*i82596*
>> +F: include/hw/net/lasi_82596.h
>>   F: pc-bios/hppa-firmware.img
>>   
>>   M68K Machines
>>
> 

Applied to my trivial-patches branch.

Thanks,
Laurent



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-10-27  8:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-04  8:38 [PATCH] MAINTAINERS: Split HPPA TCG vs HPPA machines/hardware Philippe Mathieu-Daudé
2021-10-05  1:51 ` Richard Henderson
2021-10-05  8:06 ` Helge Deller
2021-10-27  4:15 ` Philippe Mathieu-Daudé
2021-10-27  8:15   ` Laurent Vivier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.