[PATCH] MAINTAINERS: Fix the entry for tests/tcg/nios2

Thomas Huth posted 1 patch 1 year, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230119130326.2030297-1-thuth@redhat.com
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] MAINTAINERS: Fix the entry for tests/tcg/nios2
Posted by Thomas Huth 1 year, 3 months ago
tests/tcg/nios2/Makefile.target has accidentally been added
to the Microblaze section. Move it into the correct nios2
section instead - and while we're at it, it should also cover
the whole folder, and not only the Makefile.

Fixes: 67f80eb4d0 ("tests/tcg: enable debian-nios2-cross for test building")
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 08ad1e5341..e73b04194a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -240,7 +240,6 @@ F: target/microblaze/
 F: hw/microblaze/
 F: disas/microblaze.c
 F: tests/docker/dockerfiles/debian-microblaze-cross.d/build-toolchain.sh
-F: tests/tcg/nios2/Makefile.target
 
 MIPS TCG CPUs
 M: Philippe Mathieu-Daudé <philmd@linaro.org>
@@ -262,6 +261,7 @@ F: hw/nios2/
 F: disas/nios2.c
 F: configs/devices/nios2-softmmu/default.mak
 F: tests/docker/dockerfiles/debian-nios2-cross.d/build-toolchain.sh
+F: tests/tcg/nios2/
 
 OpenRISC TCG CPUs
 M: Stafford Horne <shorne@gmail.com>
-- 
2.31.1


Re: [PATCH] MAINTAINERS: Fix the entry for tests/tcg/nios2
Posted by Alex Bennée 1 year, 3 months ago
Thomas Huth <thuth@redhat.com> writes:

> tests/tcg/nios2/Makefile.target has accidentally been added
> to the Microblaze section. Move it into the correct nios2
> section instead - and while we're at it, it should also cover
> the whole folder, and not only the Makefile.
>
> Fixes: 67f80eb4d0 ("tests/tcg: enable debian-nios2-cross for test building")
> Signed-off-by: Thomas Huth <thuth@redhat.com>

Queued to testing/next, thanks.

-- 
Alex Bennée
Virtualisation Tech Lead @ Linaro
Re: [PATCH] MAINTAINERS: Fix the entry for tests/tcg/nios2
Posted by Philippe Mathieu-Daudé 1 year, 3 months ago
On 19/1/23 14:03, Thomas Huth wrote:
> tests/tcg/nios2/Makefile.target has accidentally been added
> to the Microblaze section. Move it into the correct nios2
> section instead - and while we're at it, it should also cover
> the whole folder, and not only the Makefile.
> 
> Fixes: 67f80eb4d0 ("tests/tcg: enable debian-nios2-cross for test building")
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>   MAINTAINERS | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>