|
From: | Philippe Mathieu-Daudé |
Subject: | Re: [PATCH v5 07/31] target/alpha: Use generic cpu_list() |
Date: | Thu, 16 Nov 2023 08:47:35 +0100 |
User-agent: | Mozilla Thunderbird |
On 15/11/23 00: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 <gshan@redhat.com> --- target/alpha/cpu.c | 17 ----------------- target/alpha/cpu.h | 3 --- 2 files changed, 20 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
[Prev in Thread] | Current Thread | [Next in Thread] |