qemu/target/hppa
Philippe Mathieu-Daudé e92dd33224 target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h'
accel/tcg/ files requires the following definitions:

  - TARGET_LONG_BITS
  - TARGET_PAGE_BITS
  - TARGET_PHYS_ADDR_SPACE_BITS
  - TCG_GUEST_DEFAULT_MO

The first 3 are defined in "cpu-param.h". The last one
in "cpu.h", with a bunch of definitions irrelevant for
TCG. By moving the TCG_GUEST_DEFAULT_MO definition to
"cpu-param.h", we can simplify various accel/tcg includes.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Acked-by: Nicholas Piggin <npiggin@gmail.com>
Message-Id: <20231211212003.21686-4-philmd@linaro.org>
2024-04-26 15:31:37 +02:00
..
cpu-param.h target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h' 2024-04-26 15:31:37 +02:00
cpu-qom.h
cpu.c target/hppa: Restore unwind_breg before calculating ior 2024-03-03 06:41:19 +01:00
cpu.h target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h' 2024-04-26 15:31:37 +02:00
fpu_helper.c
gdbstub.c
helper.c target: hppa: Fix unaligned double word accesses for hppa64 2024-03-03 06:38:34 +01:00
helper.h target/hppa: Generate getshadowregs inline 2024-03-29 07:51:17 -10:00
insns.decode target/hppa: Add diag instructions to set/restore shadow registers 2024-03-29 08:14:56 -10:00
int_helper.c target/hppa: Fix IIAOQ, IIASQ for pa2.0 2024-04-09 07:43:31 -10:00
Kconfig
machine.c target/hppa: Constify VMState in machine.c 2023-12-29 11:17:30 +11:00
mem_helper.c target/hppa: fix access_id check 2024-03-19 14:07:57 -10:00
meson.build
op_helper.c target/hppa: fix do_stdby_e() 2024-03-19 14:08:02 -10:00
sys_helper.c target/hppa: Fix IIAOQ, IIASQ for pa2.0 2024-04-09 07:43:31 -10:00
trace-events
trace.h
translate.c target/hppa: Use insn_start from DisasContextBase 2024-04-09 07:45:09 -10:00