On 23/03/2025 23.40, Philippe Mathieu-Daudé wrote:
Register ppc_cpu_list() as CPUClass:list_cpus callback. Reduce its scope and remove the cpu_list definition.Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> --- target/ppc/cpu.h | 4 ---- target/ppc/cpu_init.c | 3 ++- 2 files changed, 2 insertions(+), 5 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>