On 11/14/23 15:56, Gavin Shan wrote:
Before it's applied:

[gshan@gshan q]$ ./build/qemu-system-alpha -cpu ?
Available CPUs:
   ev4-alpha-cpu
   ev5-alpha-cpu
   ev56-alpha-cpu
   ev6-alpha-cpu
   ev67-alpha-cpu
   ev68-alpha-cpu
   pca56-alpha-cpu

After it's applied:

[gshan@gshan q]$ ./build/qemu-system-alpha -cpu ?
Available CPUs:
   ev4
   ev5
   ev56
   ev6
   ev67
   ev68
   pca56

Signed-off-by: Gavin Shan <[email protected]>
---
  target/alpha/cpu.c | 17 -----------------
  target/alpha/cpu.h |  3 ---
  2 files changed, 20 deletions(-)

Reviewed-by: Richard Henderson <[email protected]>


r~

Reply via email to