On 10/10/25 09:06, Philippe Mathieu-Daudé wrote:
Remove all the target_[u]long uses in OpenRISC frontend.
Based-on: <[email protected]>
Philippe Mathieu-Daudé (13):
target/openrisc: Replace VMSTATE_UINTTL() -> VMSTATE_UINT32()
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: Explode MO_TExx -> MO_TE | MO_xx
target/openrisc: Conceal MO_TE within do_load()
target/openrisc: Conceal MO_TE within do_store()
target/openrisc: Introduce mo_endian() helper
target/openrisc: Replace MO_TE -> MO_BE
target/openrisc: Inline tcg_gen_trunc_i64_tl()
target/openrisc: Replace target_ulong -> uint32_t
Series queued, thanks!