On 15/11/23 00:56, Gavin Shan wrote:
Before it's applied:
[gshan@gshan q]$ ./build/qemu-system-riscv64 -cpu ?
any
max
rv64
shakti-c
sifive-e51
sifive-u54
thead-c906
veyron-v1
x-rv128
After it's applied:
[gshan@gshan q]$ ./build/qemu-system-riscv64 -cpu ?
Available CPUs:
any
max
rv64
shakti-c
sifive-e51
sifive-u54
thead-c906
veyron-v1
x-rv128
Signed-off-by: Gavin Shan <gs...@redhat.com>
---
target/riscv/cpu.c | 29 -----------------------------
target/riscv/cpu.h | 2 --
2 files changed, 31 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>