On Mon, Mar 24, 2025 at 07:58:34PM +0100, Philippe Mathieu-Daudé wrote: > Date: Mon, 24 Mar 2025 19:58:34 +0100 > From: Philippe Mathieu-Daudé <phi...@linaro.org> > Subject: [PATCH v3 4/7] target/sparc: Register CPUClass:list_cpus > X-Mailer: git-send-email 2.47.1 > > Register sparc_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> > Reviewed-by: Thomas Huth <th...@redhat.com> > Reviewed-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/sparc/cpu.h | 3 --- > target/sparc/cpu.c | 3 ++- > 2 files changed, 2 insertions(+), 4 deletions(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>