On Mon, Mar 24, 2025 at 07:58:36PM +0100, Philippe Mathieu-Daudé wrote: > Date: Mon, 24 Mar 2025 19:58:36 +0100 > From: Philippe Mathieu-Daudé <phi...@linaro.org> > Subject: [PATCH v3 6/7] target/s390x: Register CPUClass:list_cpus > X-Mailer: git-send-email 2.47.1 > > 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(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>