hw/core/cpu: Rename cpu_class_init() to include 'common'
commit3c756f489af07dc913d0ce247de3ca6d2b563027
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 10 Jan 2024 08:45:57 +0000 (10 09:45 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 19 Jan 2024 11:28:59 +0000 (19 12:28 +0100)
treed90562004c4d83434247febbaac403381b6e45c8
parent463b00682d8651e1c4140dc439703e9d258ffdee
hw/core/cpu: Rename cpu_class_init() to include 'common'

cpu_class_init() is common, so rename it as cpu_common_class_init()
to ease navigating the code.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
Message-ID: <20240111120221.35072-3-philmd@linaro.org>
hw/core/cpu-common.c