qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v5 17/31] target/riscv: Use generic cpu_list()


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v5 17/31] target/riscv: Use generic cpu_list()
Date: Thu, 16 Nov 2023 11:28:32 +0100
User-agent: Mozilla Thunderbird

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 <gshan@redhat.com>
---
  target/riscv/cpu.c | 29 -----------------------------
  target/riscv/cpu.h |  2 --
  2 files changed, 31 deletions(-)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]