diff options
author | Gavin Shan <gshan@redhat.com> | 2023-12-04 10:47:19 +1000 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-01-05 16:20:14 +0100 |
commit | acbadc5a29b957d525dd89d668bfc939ac1f8bb8 (patch) | |
tree | f511fa66e848811524acba58974236ec82e195c5 /hw/arm/virt.c | |
parent | b9f452142cf4d47d97f6e6e2b727c9237443eb0f (diff) | |
download | qemu-acbadc5a29b957d525dd89d668bfc939ac1f8bb8.zip qemu-acbadc5a29b957d525dd89d668bfc939ac1f8bb8.tar.gz qemu-acbadc5a29b957d525dd89d668bfc939ac1f8bb8.tar.bz2 |
machine: Introduce helper is_cpu_type_supported()
The logic, to check if the specified CPU type is supported in
machine_run_board_init(), is independent enough. Factor it out into
helper is_cpu_type_supported(). machine_run_board_init() looks a bit
clean with this. Since we're here, @machine_class is renamed to @mc to
avoid multiple line spanning of code. The comments are tweaked a bit
either.
No functional change intended.
Signed-off-by: Gavin Shan <gshan@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20231204004726.483558-3-gshan@redhat.com>
[PMD: Only call new helper if machine->cpu_type is not NULL]
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Diffstat (limited to 'hw/arm/virt.c')
0 files changed, 0 insertions, 0 deletions