[PATCH v2 00/10] target/openrisc: Remove all uses of target_[u]long types

Philippe Mathieu-Daudé posted 10 patches 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20251009081903.13426-1-philmd@linaro.org
Maintainers: Stafford Horne <shorne@gmail.com>
There is a newer version of this series
target/openrisc/cpu.h        |  31 +--
target/openrisc/helper.h     |   8 +-
target/openrisc/fpu_helper.c |   8 +-
target/openrisc/machine.c    |  20 +-
target/openrisc/mmu.c        |   7 +-
target/openrisc/sys_helper.c |   7 +-
target/openrisc/translate.c  | 443 +++++++++++++++++------------------
7 files changed, 244 insertions(+), 280 deletions(-)
[PATCH v2 00/10] target/openrisc: Remove all uses of target_[u]long types
Posted by Philippe Mathieu-Daudé 1 month ago
v2:
- Remove 'TARGET_LONG_BITS != 32' dead code
- Addressed Anton's review comments (MO_TE -> MO_BE)

Remove all the target_[u]long uses in OpenRISC frontend.

Philippe Mathieu-Daudé (10):
  target/openrisc: Replace VMSTATE_UINTTL() -> VMSTATE_UINT32()
  target/openrisc: Explode MO_TExx -> MO_TE | MO_xx
  target/openrisc: Replace MO_TE -> MO_BE
  target/openrisc: Do not use target_ulong for @mr in MTSPR helper
  target/openrisc: Remove unused cpu_openrisc_map_address_*() handlers
  target/openrisc: Remove target_ulong use in raise_mmu_exception()
  target/openrisc: Use vaddr type for $pc jumps
  target/openrisc: Remove 'TARGET_LONG_BITS != 32' dead code
  target/openrisc: Inline tcg_gen_trunc_i64_tl()
  target/openrisc: Replace target_ulong -> uint32_t

 target/openrisc/cpu.h        |  31 +--
 target/openrisc/helper.h     |   8 +-
 target/openrisc/fpu_helper.c |   8 +-
 target/openrisc/machine.c    |  20 +-
 target/openrisc/mmu.c        |   7 +-
 target/openrisc/sys_helper.c |   7 +-
 target/openrisc/translate.c  | 443 +++++++++++++++++------------------
 7 files changed, 244 insertions(+), 280 deletions(-)

-- 
2.51.0