[PATCH 0/2] target/xtensa: Remove all uses of target_ulong type

Philippe Mathieu-Daudé posted 2 patches 1 month, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20251008051529.86378-1-philmd@linaro.org
Maintainers: Max Filippov <jcmvbkbc@gmail.com>
target/xtensa/cpu.c       | 6 +++---
target/xtensa/translate.c | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
[PATCH 0/2] target/xtensa: 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 Xtensa frontend.

Philippe Mathieu-Daudé (2):
  target/xtensa: Remove target_ulong use in xtensa_tr_translate_insn()
  target/xtensa: Remove target_ulong use in xtensa_get_tb_cpu_state()

 target/xtensa/cpu.c       | 6 +++---
 target/xtensa/translate.c | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

-- 
2.51.0


Re: [PATCH 0/2] target/xtensa: Remove all uses of target_ulong type
Posted by Philippe Mathieu-Daudé 1 month ago
On 8/10/25 07:15, Philippe Mathieu-Daudé wrote:
> Remove the left over target_ulong uses in Xtensa frontend.
> 
> Philippe Mathieu-Daudé (2):
>    target/xtensa: Remove target_ulong use in xtensa_tr_translate_insn()
>    target/xtensa: Remove target_ulong use in xtensa_get_tb_cpu_state()

Series queued, thanks.