mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:46:10 +00:00
All s390x-related binaries are buildable without a single use of the legacy "native endian" API. Set the transitional TARGET_NOT_USING_LEGACY_NATIVE_ENDIAN_API definition to forbid further uses of the legacy API. Preliminary commits allowing this final change: .f0853c2586target/s390x: Inline translator_lduw() and translator_ldl() .ee4dae6a33target/s390x: Use big-endian variant of cpu_ld/st_data*() .381a1fda5btarget/s390x: Inline cpu_ld{uw, l}_code() calls in EX opcode helper .69da23130ftarget/s390x: Replace MO_TE -> MO_BE .0fb6ad781ctarget/s390x: Replace gdb_get_regl() -> gdb_get_reg64() .409cbb1a61target/s390x: Use explicit big-endian LD/ST API .6d9dad7126target/s390x: Replace HOST_BIG_ENDIAN #ifdef with if() check Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20251224162036.90404-9-philmd@linaro.org>