mbox series

[RFC,0/3] target/arm/internals: Replace some target_ulong uses

Message ID 20250415172246.79470-1-philmd@linaro.org
Headers show
Series target/arm/internals: Replace some target_ulong uses | expand

Message

Philippe Mathieu-Daudé April 15, 2025, 5:22 p.m. UTC
Hi

This series replace some target_ulong types in ARMMMUFaultInfo
and some methods by appropriate target agnostic type.

Regards,

Phil.

Philippe Mathieu-Daudé (3):
  target/arm: Replace target_ulong -> hwaddr in ARMMMUFaultInfo
  target/arm: Replace target_ulong -> uint64_t for HWBreakpoint
  target/arm: Replace target_ulong -> vaddr for CPUWatchpoint

 target/arm/internals.h   | 20 +++++++++++---------
 target/arm/hyp_gdbstub.c | 14 +++++++-------
 2 files changed, 18 insertions(+), 16 deletions(-)