]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/arm/virt: Replace TARGET_AARCH64 -> target_aarch64()
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 3 Apr 2025 22:56:51 +0000 (00:56 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 30 Oct 2025 13:48:26 +0000 (14:48 +0100)
commitebb643764b013c19323079ac48bca73fa810c445
tree738d464dd072f9def4dd89005ce27e84a147dd0b
parent43cc9efdc341c960587d361be37bc0c6abf29749
hw/arm/virt: Replace TARGET_AARCH64 -> target_aarch64()

Replace the target-specific TARGET_AARCH64 definition
by a call to the generic target_aarch64() helper.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Acked-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20251021210144.58108-4-philmd@linaro.org>
hw/arm/virt.c