On 23/03/2025 23.40, Philippe Mathieu-Daudé wrote:
Register x86_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/i386/cpu.h | 3 --- target/i386/cpu.c | 3 ++- 2 files changed, 2 insertions(+), 4 deletions(-)
Nice clean-up! Reviewed-by: Thomas Huth <th...@redhat.com>