[PATCH 0/6] target/sh4: Remove all uses of target_ulong type

Philippe Mathieu-Daudé posted 6 patches 1 month, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20251008064814.90520-1-philmd@linaro.org
Maintainers: Yoshinori Sato <yoshinori.sato@nifty.com>
target/sh4/cpu.h       |  6 +++---
target/sh4/helper.c    | 34 +++++++++++++++++-----------------
target/sh4/translate.c |  6 +++---
3 files changed, 23 insertions(+), 23 deletions(-)
[PATCH 0/6] target/sh4: Remove all uses of target_ulong type
Posted by Philippe Mathieu-Daudé 1 month, 1 week ago
Remove the left over target_ulong uses in SH4 frontend.

Philippe Mathieu-Daudé (6):
  target/sh4: Convert CPUSH4State::sr register to uint32_t type
  target/sh4: Remove target_ulong use in cpu_sh4_is_cached()
  target/sh4: Use hwaddr type for hardware addresses
  target/sh4: Remove target_ulong uses in superh_cpu_get_phys_page_debug
  target/sh4: Use vaddr type for TLB virtual addresses
  target/sh4: Remove target_ulong use in gen_goto_tb()

 target/sh4/cpu.h       |  6 +++---
 target/sh4/helper.c    | 34 +++++++++++++++++-----------------
 target/sh4/translate.c |  6 +++---
 3 files changed, 23 insertions(+), 23 deletions(-)

-- 
2.51.0


Re: [PATCH 0/6] target/sh4: Remove all uses of target_ulong type
Posted by Philippe Mathieu-Daudé 1 month ago
On 8/10/25 08:48, Philippe Mathieu-Daudé wrote:
> Remove the left over target_ulong uses in SH4 frontend.
> 
> Philippe Mathieu-Daudé (6):
>    target/sh4: Convert CPUSH4State::sr register to uint32_t type
>    target/sh4: Remove target_ulong use in cpu_sh4_is_cached()
>    target/sh4: Use hwaddr type for hardware addresses
>    target/sh4: Remove target_ulong uses in superh_cpu_get_phys_page_debug
>    target/sh4: Use vaddr type for TLB virtual addresses
>    target/sh4: Remove target_ulong use in gen_goto_tb()

Series queued, thanks.