[PATCH 0/2] target/loongarch: Forbid to use legacy ldst_phys() API

Philippe Mathieu-Daudé posted 2 patches 2 weeks, 3 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260319104944.66690-1-philmd@linaro.org
Maintainers: Song Gao <gaosong@loongson.cn>, Bibo Mao <maobibo@loongson.cn>, Jiaxun Yang <jiaxun.yang@flygoat.com>
configs/targets/loongarch64-softmmu.mak |  1 +
target/loongarch/cpu_helper.c           | 13 +++++++++----
target/loongarch/tcg/tlb_helper.c       | 10 +++++++---
3 files changed, 17 insertions(+), 7 deletions(-)
[PATCH 0/2] target/loongarch: Forbid to use legacy ldst_phys() API
Posted by Philippe Mathieu-Daudé 2 weeks, 3 days ago
Replace legacy ldq_le_phys() by address_space_ldq_le()
then lock the target again further legacy API uses.

Philippe Mathieu-Daudé (2):
  target/loongarch: Replace legacy ldq_le_phys() ->
    address_space_ldq_le()
  configs/targets: Restrict the legacy ldst_phys() API on LoongArch64

 configs/targets/loongarch64-softmmu.mak |  1 +
 target/loongarch/cpu_helper.c           | 13 +++++++++----
 target/loongarch/tcg/tlb_helper.c       | 10 +++++++---
 3 files changed, 17 insertions(+), 7 deletions(-)

-- 
2.53.0