On 2/13/26 9:50 AM, Philippe Mathieu-Daudé wrote:
Remove the need of per-target QEMU_ARCH. Define the
QEMU_ARCH_* constants based on SYS_EMU_TARGET_* ones,
themselves already exposed via target_arch(), allowing
to check the current target is included in @arch_bitmask.
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
---
meson.build | 2 --
include/system/arch_init.h | 54 ++++++++++++++++++++++++--------------
system/arch_init.c | 6 +++--
system/meson.build | 2 +-
4 files changed, 39 insertions(+), 25 deletions(-)
Reviewed-by: Pierrick Bouvier <[email protected]>