On 15/11/23 00:56, Gavin Shan wrote:
Before it's applied:
[gshan@gshan q]$ ./build/qemu-system-cris -cpu ?
Available CPUs:
crisv8
crisv9
crisv10
crisv11
crisv17
crisv32
After it's applied:
[gshan@gshan q]$ ./build/qemu-system-cris -cpu ?
Available CPUs:
crisv10
crisv11
crisv17
crisv32
crisv8
crisv9
Signed-off-by: Gavin Shan <gs...@redhat.com>
---
target/cris/cpu.c | 38 --------------------------------------
target/cris/cpu.h | 3 ---
2 files changed, 41 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>