]> git.ipfire.org Git - thirdparty/qemu.git/commit
system: Replace arch_type global by qemu_arch_available() helper
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 4 Mar 2025 22:59:27 +0000 (23:59 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 11 Mar 2025 19:03:26 +0000 (20:03 +0100)
commit44ac8eaff00735655401e7d899282875da568fa3
tree3011e30d995e3b3dc98e4d92e7bb5641ece8f91f
parent5dc4337f7908606865f48e476e36482579e1183f
system: Replace arch_type global by qemu_arch_available() helper

qemu_arch_available() is a bit simpler to understand while
reviewing than the undocumented arch_type variable.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20250305005225.95051-5-philmd@linaro.org>
hw/scsi/scsi-disk.c
include/system/arch_init.h
system/arch_init.c
system/qdev-monitor.c
system/vl.c