On 24/03/2025 20.04, Philippe Mathieu-Daudé wrote:
On 24/3/25 20:02, Richard Henderson wrote:
On 3/24/25 11:58, Philippe Mathieu-Daudé wrote:
Register s390_cpu_list() as CPUClass:list_cpus callback
and remove the cpu_list definition.
Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org>
---
target/s390x/cpu.h | 3 ---
target/s390x/cpu.c | 1 +
2 files changed, 1 insertion(+), 3 deletions(-)
I really think this has to be merged with the previous.
I strongly suspect that it either doesn't compile separately,
or doesn't function as desired.
It does compile, because "cpu.h" includes "cpu_models.h".
I don't mind squashing if Thomas is OK.
I don't mind either way!
Reviewed-by: Thomas Huth <th...@redhat.com>