mbox series

[0/3] few hppa fixes for 64bit mode

Message ID 20240324080945.991100-1-svens@stackframe.org (mailing list archive)
Headers show
Series few hppa fixes for 64bit mode | expand

Message

Sven Schnelle March 24, 2024, 8:09 a.m. UTC
Hi,

in preparation of getting 64bit HP-UX running in qemu, here are a few fixes
to make HP-UX progress a bit further.

Sven Schnelle (3):
  target/hppa: use gva_offset_mask() everywhere
  target/hppa: mask offset bits in gva
  target/hppa: fix building gva for wide mode

 target/hppa/cpu.h        | 11 +++++++++--
 target/hppa/mem_helper.c | 13 +++++++------
 target/hppa/translate.c  | 12 +++---------
 3 files changed, 19 insertions(+), 17 deletions(-)