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

2024-10-03 Thread Philippe Mathieu-Daudé
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

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

2024-10-02 Thread Alex Bennée
Thomas Huth 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 > --- > tests/tcg/plugins/syscall.c | 1 - > 1 file cha

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

2024-10-02 Thread Thomas Huth
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 --- tests/tcg/plugins/syscall.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tes