* [PATCH] MAINTAINERS: Add unvalued folders in tests/tcg/ to the right sections
@ 2023-10-18 6:24 Thomas Huth
2023-10-18 6:33 ` Philippe Mathieu-Daudé
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Thomas Huth @ 2023-10-18 6:24 UTC (permalink / raw)
To: qemu-devel, Richard Henderson, Laurent Vivier, Nicholas Piggin,
Daniel Henrique Barboza, Alistair Francis, Bin Meng,
Mark Cave-Ayland
Cc: qemu-trivial, Cédric Le Goater, Palmer Dabbelt, Weiwei Li,
Liu Zhiwei, qemu-riscv, qemu-ppc, Yoshinori Sato,
Artyom Tarasenko
Some subfolders in tests/tcg/ are already listed in the MAINTAINERS
file, some others aren't listed yet. Add the missing ones now to the
MAINTAINERS file, too, to make sure that get_maintainers.pl reports
the correct maintainer.
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
MAINTAINERS | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index b3599746c4..b80124f60f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -257,6 +257,7 @@ M: Richard Henderson <richard.henderson@linaro.org>
S: Maintained
F: target/hppa/
F: disas/hppa.c
+F: tests/tcg/hppa/
LoongArch TCG CPUs
M: Song Gao <gaosong@loongson.cn>
@@ -270,6 +271,7 @@ M: Laurent Vivier <laurent@vivier.eu>
S: Maintained
F: target/m68k/
F: disas/m68k.c
+F: tests/tcg/m68k/
MicroBlaze TCG CPUs
M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
@@ -327,6 +329,7 @@ F: hw/ppc/trace*
F: configs/devices/ppc*
F: docs/system/ppc/embedded.rst
F: docs/system/target-ppc.rst
+F: tests/tcg/ppc*/*
RISC-V TCG CPUs
M: Palmer Dabbelt <palmer@dabbelt.com>
@@ -345,6 +348,7 @@ F: hw/intc/riscv*
F: include/hw/riscv/
F: linux-user/host/riscv32/
F: linux-user/host/riscv64/
+F: tests/tcg/riscv64/
RISC-V XThead* extensions
M: Christoph Muellner <christoph.muellner@vrull.eu>
@@ -386,6 +390,7 @@ F: target/sh4/
F: hw/sh4/
F: disas/sh4.c
F: include/hw/sh4/
+F: tests/tcg/sh4/
SPARC TCG CPUs
M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
@@ -396,6 +401,7 @@ F: hw/sparc/
F: hw/sparc64/
F: include/hw/sparc/sparc64.h
F: disas/sparc.c
+F: tests/tcg/sparc64/
X86 TCG CPUs
M: Paolo Bonzini <pbonzini@redhat.com>
--
2.41.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: Add unvalued folders in tests/tcg/ to the right sections
2023-10-18 6:24 [PATCH] MAINTAINERS: Add unvalued folders in tests/tcg/ to the right sections Thomas Huth
@ 2023-10-18 6:33 ` Philippe Mathieu-Daudé
2023-10-18 6:35 ` Cédric Le Goater
2023-10-21 11:31 ` Michael Tokarev
2 siblings, 0 replies; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2023-10-18 6:33 UTC (permalink / raw)
To: Thomas Huth, qemu-devel, Richard Henderson, Laurent Vivier,
Nicholas Piggin, Daniel Henrique Barboza, Alistair Francis,
Bin Meng, Mark Cave-Ayland
Cc: qemu-trivial, Cédric Le Goater, Palmer Dabbelt, Weiwei Li,
Liu Zhiwei, qemu-riscv, qemu-ppc, Yoshinori Sato,
Artyom Tarasenko
On 18/10/23 08:24, Thomas Huth wrote:
> Some subfolders in tests/tcg/ are already listed in the MAINTAINERS
> file, some others aren't listed yet. Add the missing ones now to the
> MAINTAINERS file, too, to make sure that get_maintainers.pl reports
> the correct maintainer.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> MAINTAINERS | 6 ++++++
> 1 file changed, 6 insertions(+)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: Add unvalued folders in tests/tcg/ to the right sections
2023-10-18 6:24 [PATCH] MAINTAINERS: Add unvalued folders in tests/tcg/ to the right sections Thomas Huth
2023-10-18 6:33 ` Philippe Mathieu-Daudé
@ 2023-10-18 6:35 ` Cédric Le Goater
2023-10-21 11:31 ` Michael Tokarev
2 siblings, 0 replies; 5+ messages in thread
From: Cédric Le Goater @ 2023-10-18 6:35 UTC (permalink / raw)
To: Thomas Huth, qemu-devel, Richard Henderson, Laurent Vivier,
Nicholas Piggin, Daniel Henrique Barboza, Alistair Francis,
Bin Meng, Mark Cave-Ayland
Cc: qemu-trivial, Palmer Dabbelt, Weiwei Li, Liu Zhiwei, qemu-riscv,
qemu-ppc, Yoshinori Sato, Artyom Tarasenko
On 10/18/23 08:24, Thomas Huth wrote:
> Some subfolders in tests/tcg/ are already listed in the MAINTAINERS
> file, some others aren't listed yet. Add the missing ones now to the
> MAINTAINERS file, too, to make sure that get_maintainers.pl reports
> the correct maintainer.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Thanks,
C.
> ---
> MAINTAINERS | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index b3599746c4..b80124f60f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -257,6 +257,7 @@ M: Richard Henderson <richard.henderson@linaro.org>
> S: Maintained
> F: target/hppa/
> F: disas/hppa.c
> +F: tests/tcg/hppa/
>
> LoongArch TCG CPUs
> M: Song Gao <gaosong@loongson.cn>
> @@ -270,6 +271,7 @@ M: Laurent Vivier <laurent@vivier.eu>
> S: Maintained
> F: target/m68k/
> F: disas/m68k.c
> +F: tests/tcg/m68k/
>
> MicroBlaze TCG CPUs
> M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
> @@ -327,6 +329,7 @@ F: hw/ppc/trace*
> F: configs/devices/ppc*
> F: docs/system/ppc/embedded.rst
> F: docs/system/target-ppc.rst
> +F: tests/tcg/ppc*/*
>
> RISC-V TCG CPUs
> M: Palmer Dabbelt <palmer@dabbelt.com>
> @@ -345,6 +348,7 @@ F: hw/intc/riscv*
> F: include/hw/riscv/
> F: linux-user/host/riscv32/
> F: linux-user/host/riscv64/
> +F: tests/tcg/riscv64/
>
> RISC-V XThead* extensions
> M: Christoph Muellner <christoph.muellner@vrull.eu>
> @@ -386,6 +390,7 @@ F: target/sh4/
> F: hw/sh4/
> F: disas/sh4.c
> F: include/hw/sh4/
> +F: tests/tcg/sh4/
>
> SPARC TCG CPUs
> M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
> @@ -396,6 +401,7 @@ F: hw/sparc/
> F: hw/sparc64/
> F: include/hw/sparc/sparc64.h
> F: disas/sparc.c
> +F: tests/tcg/sparc64/
>
> X86 TCG CPUs
> M: Paolo Bonzini <pbonzini@redhat.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: Add unvalued folders in tests/tcg/ to the right sections
2023-10-18 6:24 [PATCH] MAINTAINERS: Add unvalued folders in tests/tcg/ to the right sections Thomas Huth
2023-10-18 6:33 ` Philippe Mathieu-Daudé
2023-10-18 6:35 ` Cédric Le Goater
@ 2023-10-21 11:31 ` Michael Tokarev
2023-10-23 5:56 ` Thomas Huth
2 siblings, 1 reply; 5+ messages in thread
From: Michael Tokarev @ 2023-10-21 11:31 UTC (permalink / raw)
To: Thomas Huth, qemu-devel; +Cc: qemu-trivial, Cédric Le Goater, qemu-ppc
[Trim recipient list]
18.10.2023 09:24, Thomas Huth:
> Some subfolders in tests/tcg/ are already listed in the MAINTAINERS
> file, some others aren't listed yet. Add the missing ones now to the
> MAINTAINERS file, too, to make sure that get_maintainers.pl reports
> the correct maintainer.
> diff --git a/MAINTAINERS b/MAINTAINERS
> index b3599746c4..b80124f60f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -327,6 +329,7 @@ F: hw/ppc/trace*
> F: configs/devices/ppc*
> F: docs/system/ppc/embedded.rst
> F: docs/system/target-ppc.rst
> +F: tests/tcg/ppc*/*
FWIW, this hunk needs earlier series "MAINTAINERS: Collect unmaintained files
under PPC entries", in particular "MAINTAINERS: Add PPC common files to PowerPC
TCG CPUs", which is still not in master. Maybe it's better to fold this change
to the PPC series.
/mjt
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: Add unvalued folders in tests/tcg/ to the right sections
2023-10-21 11:31 ` Michael Tokarev
@ 2023-10-23 5:56 ` Thomas Huth
0 siblings, 0 replies; 5+ messages in thread
From: Thomas Huth @ 2023-10-23 5:56 UTC (permalink / raw)
To: Michael Tokarev, qemu-devel; +Cc: qemu-trivial, Cédric Le Goater, qemu-ppc
On 21/10/2023 13.31, Michael Tokarev wrote:
> [Trim recipient list]
>
> 18.10.2023 09:24, Thomas Huth:
>> Some subfolders in tests/tcg/ are already listed in the MAINTAINERS
>> file, some others aren't listed yet. Add the missing ones now to the
>> MAINTAINERS file, too, to make sure that get_maintainers.pl reports
>> the correct maintainer.
>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index b3599746c4..b80124f60f 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -327,6 +329,7 @@ F: hw/ppc/trace*
>> F: configs/devices/ppc*
>> F: docs/system/ppc/embedded.rst
>> F: docs/system/target-ppc.rst
>> +F: tests/tcg/ppc*/*
>
> FWIW, this hunk needs earlier series "MAINTAINERS: Collect unmaintained files
> under PPC entries", in particular "MAINTAINERS: Add PPC common files to PowerPC
> TCG CPUs", which is still not in master. Maybe it's better to fold this change
> to the PPC series.
Ah, right, sorry, I should have used a "Based-on" tag or something like that.
Anyway, fine for me if this gets squashed into Cédric's patch!
Thomas
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-10-23 5:58 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-18 6:24 [PATCH] MAINTAINERS: Add unvalued folders in tests/tcg/ to the right sections Thomas Huth
2023-10-18 6:33 ` Philippe Mathieu-Daudé
2023-10-18 6:35 ` Cédric Le Goater
2023-10-21 11:31 ` Michael Tokarev
2023-10-23 5:56 ` Thomas Huth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).