[PATCH] tests/tcg/plugins: Remove remainder of the cris target

Thomas Huth posted 1 patch 1 month, 3 weeks ago
tests/tcg/plugins/syscall.c | 1 -
1 file changed, 1 deletion(-)
[PATCH] tests/tcg/plugins: Remove remainder of the cris target
Posted by Thomas Huth 1 month, 3 weeks ago
The cris target has recently been removed (see commit 44e4075bf4 -
"target/cris: Remove the deprecated CRIS target"), but apparently this
line has been forgotten. So clean it up now.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 tests/tcg/plugins/syscall.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/tcg/plugins/syscall.c b/tests/tcg/plugins/syscall.c
index 89dc7f49b1..ff452178b1 100644
--- a/tests/tcg/plugins/syscall.c
+++ b/tests/tcg/plugins/syscall.c
@@ -34,7 +34,6 @@ static const struct SyscallInfo arch_syscall_info[] = {
     { "arm", 4 },
     { "armeb", 4 },
     { "avr", -1 },
-    { "cris", -1 },
     { "hexagon", 64 },
     { "hppa", -1 },
     { "i386", 4 },
-- 
2.46.1
Re: [PATCH] tests/tcg/plugins: Remove remainder of the cris target
Posted by Philippe Mathieu-Daudé 1 month, 2 weeks ago
On 2/10/24 16:37, Thomas Huth wrote:
> The cris target has recently been removed (see commit 44e4075bf4 -
> "target/cris: Remove the deprecated CRIS target"), but apparently this
> line has been forgotten. So clean it up now.

Crossed pull request ¯\_(ツ)_/¯

Thanks for cleaning.

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

> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>   tests/tcg/plugins/syscall.c | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/tests/tcg/plugins/syscall.c b/tests/tcg/plugins/syscall.c
> index 89dc7f49b1..ff452178b1 100644
> --- a/tests/tcg/plugins/syscall.c
> +++ b/tests/tcg/plugins/syscall.c
> @@ -34,7 +34,6 @@ static const struct SyscallInfo arch_syscall_info[] = {
>       { "arm", 4 },
>       { "armeb", 4 },
>       { "avr", -1 },
> -    { "cris", -1 },
>       { "hexagon", 64 },
>       { "hppa", -1 },
>       { "i386", 4 },


Re: [PATCH] tests/tcg/plugins: Remove remainder of the cris target
Posted by Alex Bennée 1 month, 3 weeks ago
Thomas Huth <thuth@redhat.com> writes:

> The cris target has recently been removed (see commit 44e4075bf4 -
> "target/cris: Remove the deprecated CRIS target"), but apparently this
> line has been forgotten. So clean it up now.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  tests/tcg/plugins/syscall.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/tests/tcg/plugins/syscall.c b/tests/tcg/plugins/syscall.c
> index 89dc7f49b1..ff452178b1 100644
> --- a/tests/tcg/plugins/syscall.c
> +++ b/tests/tcg/plugins/syscall.c
> @@ -34,7 +34,6 @@ static const struct SyscallInfo arch_syscall_info[] = {
>      { "arm", 4 },
>      { "armeb", 4 },
>      { "avr", -1 },
> -    { "cris", -1 },
>      { "hexagon", 64 },
>      { "hppa", -1 },
>      { "i386", 4 },

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>

-- 
Alex Bennée
Virtualisation Tech Lead @ Linaro