diff mbox series

MAINTAINERS: Split HPPA TCG vs HPPA machines/hardware

Message ID 20211004083835.3802961-1-f4bug@amsat.org (mailing list archive)
State New, archived
Headers show
Series MAINTAINERS: Split HPPA TCG vs HPPA machines/hardware | expand

Commit Message

Philippe Mathieu-Daudé Oct. 4, 2021, 8:38 a.m. UTC
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(-)

Comments

Richard Henderson Oct. 5, 2021, 1:51 a.m. UTC | #1
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~
Helge Deller Oct. 5, 2021, 8:06 a.m. UTC | #2
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
>
Philippe Mathieu-Daudé Oct. 27, 2021, 4:15 a.m. UTC | #3
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
>
Laurent Vivier Oct. 27, 2021, 8:15 a.m. UTC | #4
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
diff mbox series

Patch

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