[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 00/11] target/hppa patch queue
From: |
Richard Henderson |
Subject: |
[Qemu-devel] [PULL 00/11] target/hppa patch queue |
Date: |
Tue, 12 Mar 2019 09:18:53 -0700 |
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
- [Qemu-devel] [PULL 00/11] target/hppa patch queue,
Richard Henderson <=
- [Qemu-devel] [PULL 01/11] target/hppa: Check for page crossings in use_goto_tb, Richard Henderson, 2019/03/12
- [Qemu-devel] [PULL 02/11] target/hppa: fix overwriting source reg in addb, Richard Henderson, 2019/03/12
- [Qemu-devel] [PULL 03/11] target/hppa: fix TLB handling for page 0, Richard Henderson, 2019/03/12
- [Qemu-devel] [PULL 05/11] target/hppa: add TLB trace events, Richard Henderson, 2019/03/12
- [Qemu-devel] [PULL 04/11] target/hppa: report ITLB_EXCP_MISS for ITLB misses, Richard Henderson, 2019/03/12
- [Qemu-devel] [PULL 06/11] target/hppa: remove PSW I/R/Q bit check, Richard Henderson, 2019/03/12
- [Qemu-devel] [PULL 08/11] target/hppa: fix b,gate instruction, Richard Henderson, 2019/03/12
- [Qemu-devel] [PULL 07/11] target/hppa: ignore DIAG opcode, Richard Henderson, 2019/03/12
- [Qemu-devel] [PULL 09/11] target/hppa: allow multiple itlbp without itlba, Richard Henderson, 2019/03/12
- [Qemu-devel] [PULL 10/11] target/hppa: add TLB protection id check, Richard Henderson, 2019/03/12