[PATCH] MAINTAINERS: Add tests/decode/ to the "Overall TCG CPUs" section

Thomas Huth posted 1 patch 7 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20231013065739.949648-1-thuth@redhat.com
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[PATCH] MAINTAINERS: Add tests/decode/ to the "Overall TCG CPUs" section
Posted by Thomas Huth 7 months, 1 week ago
The tests/decode/ folder belongs to scripts/decodetree.py, so
it should be listed in the same section as the script.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 45eb230465..669c24a060 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -174,6 +174,7 @@ F: include/hw/core/tcg-cpu-ops.h
 F: host/include/*/host/cpuinfo.h
 F: util/cpuinfo-*.c
 F: include/tcg/
+F: tests/decode/
 
 FPU emulation
 M: Aurelien Jarno <aurelien@aurel32.net>
-- 
2.41.0
Re: [PATCH] MAINTAINERS: Add tests/decode/ to the "Overall TCG CPUs" section
Posted by Thomas Huth 6 months, 1 week ago
On 13/10/2023 08.57, Thomas Huth wrote:
> The tests/decode/ folder belongs to scripts/decodetree.py, so
> it should be listed in the same section as the script.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>   MAINTAINERS | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 45eb230465..669c24a060 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -174,6 +174,7 @@ F: include/hw/core/tcg-cpu-ops.h
>   F: host/include/*/host/cpuinfo.h
>   F: util/cpuinfo-*.c
>   F: include/tcg/
> +F: tests/decode/
>   
>   FPU emulation
>   M: Aurelien Jarno <aurelien@aurel32.net>

Frindly ping!

  Thomas