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