On 12/25/25 02:13, Philippe Mathieu-Daudé wrote:
These targets were only using the legacy ldst_phys() API
via the virtio load/store helpers, which got cleaned up.
Mark them not using the legacy ldst_phys() API to avoid
further use, allowing to eventually remove it.
Signed-off-by: Philippe Mathieu-Daudé<[email protected]>
---
configs/targets/mips-softmmu.mak | 1 +
configs/targets/mips64-softmmu.mak | 1 +
configs/targets/mips64el-softmmu.mak | 1 +
configs/targets/mipsel-softmmu.mak | 1 +
configs/targets/or1k-softmmu.mak | 1 +
configs/targets/riscv32-softmmu.mak | 1 +
configs/targets/riscv64-softmmu.mak | 1 +
configs/targets/sh4-softmmu.mak | 1 +
configs/targets/sh4eb-softmmu.mak | 1 +
configs/targets/sparc64-softmmu.mak | 1 +
configs/targets/xtensa-softmmu.mak | 1 +
configs/targets/xtensaeb-softmmu.mak | 1 +
12 files changed, 12 insertions(+)
Reviewed-by: Richard Henderson <[email protected]>
r~