[PATCH 0/2] target/sparc: Stop using the legacy ldst_phys() API

Philippe Mathieu-Daudé posted 2 patches 2 days, 5 hours ago
Failed in applying to current master (apply log)
configs/targets/sparc-softmmu.mak | 1 +
target/sparc/mmu_helper.c         | 4 +++-
2 files changed, 4 insertions(+), 1 deletion(-)
[PATCH 0/2] target/sparc: Stop using the legacy ldst_phys() API
Posted by Philippe Mathieu-Daudé 2 days, 5 hours ago
Remove the last ldst_phys() API call on SPARC.

Philippe Mathieu-Daudé (2):
  target/sparc: Replace legacy st_phys() -> address_space_st()
  configs/targets: Restrict legacy ldst_phys() API on 32-bit SPARC
    target

 configs/targets/sparc-softmmu.mak | 1 +
 target/sparc/mmu_helper.c         | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

-- 
2.52.0


Re: [PATCH 0/2] target/sparc: Stop using the legacy ldst_phys() API
Posted by Philippe Mathieu-Daudé 6 hours ago
On 4/2/26 22:53, Philippe Mathieu-Daudé wrote:

> Philippe Mathieu-Daudé (2):
>    target/sparc: Replace legacy st_phys() -> address_space_st()
>    configs/targets: Restrict legacy ldst_phys() API on 32-bit SPARC
>      target

Series queued, thanks.