The following changes since commit 46316f1dfffc6be72e94e89f7b0e9162e7dcdcf1:
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20190311.0' into staging (2019-03-12 13:37:29 +0000) are available in the Git repository at: https://github.com/rth7680/qemu.git tags/pull-hppa-20190312 for you to fetch changes up to 32dc75698c848d11a087c77570ac0cd954e0bb20: target/hppa: exit TB if either Data or Instruction TLB changes (2019-03-12 09:13:43 -0700) ---------------------------------------------------------------- Misc fixes affecting HP-UX 10.20. ---------------------------------------------------------------- Richard Henderson (1): target/hppa: Check for page crossings in use_goto_tb Sven Schnelle (10): target/hppa: fix overwriting source reg in addb target/hppa: fix TLB handling for page 0 target/hppa: report ITLB_EXCP_MISS for ITLB misses target/hppa: add TLB trace events target/hppa: remove PSW I/R/Q bit check target/hppa: ignore DIAG opcode target/hppa: fix b,gate instruction target/hppa: allow multiple itlbp without itlba target/hppa: add TLB protection id check target/hppa: exit TB if either Data or Instruction TLB changes Makefile.objs | 1 + target/hppa/cpu.h | 10 ++++++++ target/hppa/helper.h | 1 + target/hppa/gdbstub.c | 20 +++++++++------ target/hppa/helper.c | 10 ++++++++ target/hppa/mem_helper.c | 67 +++++++++++++++++++++++++++++++++++++++--------- target/hppa/op_helper.c | 7 ++--- target/hppa/translate.c | 51 +++++++++++++++++++++++++++--------- target/hppa/insns.decode | 3 +++ target/hppa/trace-events | 18 +++++++++++++ 10 files changed, 151 insertions(+), 37 deletions(-) create mode 100644 target/hppa/trace-events