On 10/5/24 22:05, Richard Henderson wrote:
Add the hook to struct TCGCPUOps.  Add a default implementation
that recognizes alignment faults before page faults.  Populate
all TCGCPUOps structures with the default implementation.

Signed-off-by: Richard Henderson <richard.hender...@linaro.org>


Reviewed-by: Helge Deller <del...@gmx.de>


---
  include/hw/core/tcg-cpu-ops.h | 25 +++++++++++++++++++++++++
  accel/tcg/cputlb.c            | 19 +++++++++++++++++++
  target/alpha/cpu.c            |  1 +
  target/arm/cpu.c              |  1 +
  target/arm/tcg/cpu-v7m.c      |  1 +
  target/avr/cpu.c              |  1 +
  target/hppa/cpu.c             |  1 +
  target/i386/tcg/tcg-cpu.c     |  1 +
  target/loongarch/cpu.c        |  1 +
  target/m68k/cpu.c             |  1 +
  target/microblaze/cpu.c       |  1 +
  target/mips/cpu.c             |  1 +
  target/openrisc/cpu.c         |  1 +
  target/ppc/cpu_init.c         |  1 +
  target/riscv/tcg/tcg-cpu.c    |  1 +
  target/rx/cpu.c               |  1 +
  target/s390x/cpu.c            |  1 +
  target/sh4/cpu.c              |  1 +
  target/sparc/cpu.c            |  1 +
  target/tricore/cpu.c          |  1 +
  target/xtensa/cpu.c           |  1 +
  21 files changed, 63 insertions(+)


Reply via email to