]> git.ipfire.org Git - thirdparty/qemu.git/commit
config/target: Implement per-binary TargetInfo structure (ARM, AARCH64)
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 18 Apr 2025 00:36:09 +0000 (02:36 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 30 Oct 2025 13:48:26 +0000 (14:48 +0100)
commit1e18e343cef2f7fa50ecd59ee6c751567dcef9f4
tree32ee9bc5e1cff2da45022578ad581d71551af6b9
parent4dc7de81c210bee904802d9117a9150f3a5877dd
config/target: Implement per-binary TargetInfo structure (ARM, AARCH64)

Implement the TargetInfo structure for qemu-system-arm
and qemu-system-aarch64 binaries.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Acked-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20251021205741.57109-7-philmd@linaro.org>
configs/targets/aarch64-softmmu.c [new file with mode: 0644]
configs/targets/arm-softmmu.c [new file with mode: 0644]
configs/targets/meson.build