]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/ppc: Move ppc_cpu_class_by_name() declaration to 'cpu.h'
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 13 Oct 2023 10:08:51 +0000 (12:08 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 7 Nov 2023 11:13:28 +0000 (12:13 +0100)
commit866c8cf91879ac9a079fb3d676af3b4f47fc57cf
tree99ebd517044f7335ad91418468c49237ba0ce565
parent1978a41bcf4112ca95dac96ecf5b79613ae9a4ba
target/ppc: Move ppc_cpu_class_by_name() declaration to 'cpu.h'

ppc_cpu_class_by_name() is only called in target/ppc/,
no need to expose outside (in particular to hw/).

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Message-Id: <20231013125630.95116-4-philmd@linaro.org>
target/ppc/cpu-qom.h
target/ppc/cpu.h