On 12/25/25 03:00, Philippe Mathieu-Daudé wrote:
Prefer the address_space_ld/st API over the legacy ld_phys()
because it allow checking for bus access fault.
Since we removed the last legacy uses of the legacy ldst_phys()
API, set the TARGET_NOT_USING_LEGACY_LDST_PHYS_API variable to
hide the legacy API to alpha binaries, avoiding further API uses
to creep in.
Signed-off-by: Philippe Mathieu-Daudé<[email protected]>
---
configs/targets/alpha-linux-user.mak | 1 +
configs/targets/alpha-softmmu.mak | 1 +
target/alpha/helper.c | 29 ++++++++++++++++------------
3 files changed, 19 insertions(+), 12 deletions(-)
Reviewed-by: Richard Henderson <[email protected]>
r~