hw/s390x: Rename cpu_class_init() to include 'sclp'
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 10 Jan 2024 08:46:42 +0000 (09:46 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 19 Jan 2024 11:28:59 +0000 (12:28 +0100)
commit83f1ab12b13dfd284084ce8daa6c548caad6ef67
tree96bed5bf56c82503267491e8d0b8344d1a189996
parent3c756f489af07dc913d0ce247de3ca6d2b563027
hw/s390x: Rename cpu_class_init() to include 'sclp'

cpu_class_init() is specific to s390x SCLP, so rename
it as sclp_cpu_class_init() (as other names in this file)
to ease navigating the code.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Eric Farman <farman@linux.ibm.com>
Message-ID: <20240111120221.35072-4-philmd@linaro.org>
hw/s390x/sclpcpu.c