diff options
| author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-07-24 13:47:57 +0200 |
|---|---|---|
| committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-09-13 20:11:13 +0200 |
| commit | 44e4075bf43aaf8c114f5644e8bf855bb3f854a4 (patch) | |
| tree | 5f2f0b64adee735ca6d86aca39ad5d83ac860b45 /tests/qtest/machine-none-test.c | |
| parent | 01d01edc9fc4623e93118bc8cb8c69a46d707026 (diff) | |
| download | focaccia-qemu-44e4075bf43aaf8c114f5644e8bf855bb3f854a4.tar.gz focaccia-qemu-44e4075bf43aaf8c114f5644e8bf855bb3f854a4.zip | |
target/cris: Remove the deprecated CRIS target
The CRIS target is deprecated since v9.0 (commit c7bbef40234 "docs: mark CRIS support as deprecated"). Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Acked-by: Edgar E. Iglesias <edgar.iglesias@amd.com> Message-ID: <20240904143603.52934-14-philmd@linaro.org>
Diffstat (limited to 'tests/qtest/machine-none-test.c')
| -rw-r--r-- | tests/qtest/machine-none-test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/qtest/machine-none-test.c b/tests/qtest/machine-none-test.c index 05da7bc72d..159b2a705a 100644 --- a/tests/qtest/machine-none-test.c +++ b/tests/qtest/machine-none-test.c @@ -30,7 +30,6 @@ static struct arch2cpu cpus_map[] = { { "x86_64", "qemu64,apic-id=0" }, { "i386", "qemu32,apic-id=0" }, { "alpha", "ev67" }, - { "cris", "crisv32" }, { "m68k", "m5206" }, { "microblaze", "any" }, { "microblazeel", "any" }, |