On 3/4/25 16:52, Philippe Mathieu-Daudé wrote:
qemu_arch_available() is a bit simpler to understand while reviewing than the undocumented arch_type variable.Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org> --- include/system/arch_init.h | 2 +- hw/scsi/scsi-disk.c | 2 +- system/arch_init.c | 5 ++++- system/qdev-monitor.c | 4 ++-- system/vl.c | 6 +++--- 5 files changed, 11 insertions(+), 8 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~