mbox series

[for-9.0,v2,0/7] target/hppa: more small fixes

Message ID 20240323172954.1041480-1-richard.henderson@linaro.org (mailing list archive)
Headers show
Series target/hppa: more small fixes | expand

Message

Richard Henderson March 23, 2024, 5:29 p.m. UTC
Two new fixes for -icount assertion failures wrt
not setting can_do_io properly.  With these I can
boot Linux with -icount shift=auto enabled.


r~


Richard Henderson (5):
  target/hppa: Fix BE,L set of sr0
  target/hppa: Fix B,GATE for wide mode
  target/hppa: Mark interval timer write as io
  target/hppa: Tidy read of interval timer
  target/hppa: Fix EIRR, EIEM versus icount

Sven Schnelle (2):
  target/hppa: Handle unit conditions for wide mode
  target/hppa: Fix ADD/SUB trap on overflow for narrow mode

 target/hppa/helper.h     |  1 -
 target/hppa/int_helper.c | 14 ++++-------
 target/hppa/translate.c  | 52 ++++++++++++++++++++++++++++++++--------
 3 files changed, 46 insertions(+), 21 deletions(-)