qemu-e2k/target
Philippe Mathieu-Daudé 1ea4a06af0 target: Use CPUArchState as interface to target-specific CPU state
While CPUState is our interface with generic code, CPUArchState is
our interface with target-specific code. Use CPUArchState as an
abstract type, defined by each target.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220214183144.27402-13-f4bug@amsat.org>
2022-03-06 22:23:09 +01:00
..
alpha target: Use CPUArchState as interface to target-specific CPU state 2022-03-06 22:23:09 +01:00
arm target: Use CPUArchState as interface to target-specific CPU state 2022-03-06 22:23:09 +01:00
avr target: Use CPUArchState as interface to target-specific CPU state 2022-03-06 22:23:09 +01:00
cris target: Use CPUArchState as interface to target-specific CPU state 2022-03-06 22:23:09 +01:00
hexagon target: Use CPUArchState as interface to target-specific CPU state 2022-03-06 22:23:09 +01:00
hppa target: Use CPUArchState as interface to target-specific CPU state 2022-03-06 22:23:09 +01:00
i386 target: Use CPUArchState as interface to target-specific CPU state 2022-03-06 22:23:09 +01:00
m68k target: Use CPUArchState as interface to target-specific CPU state 2022-03-06 22:23:09 +01:00
microblaze target: Use CPUArchState as interface to target-specific CPU state 2022-03-06 22:23:09 +01:00
mips target: Use CPUArchState as interface to target-specific CPU state 2022-03-06 22:23:09 +01:00
nios2 target: Use CPUArchState as interface to target-specific CPU state 2022-03-06 22:23:09 +01:00
openrisc target: Use CPUArchState as interface to target-specific CPU state 2022-03-06 22:23:09 +01:00
ppc target: Use CPUArchState as interface to target-specific CPU state 2022-03-06 22:23:09 +01:00
riscv target: Use CPUArchState as interface to target-specific CPU state 2022-03-06 22:23:09 +01:00
rx target: Use CPUArchState as interface to target-specific CPU state 2022-03-06 22:23:09 +01:00
s390x target: Use CPUArchState as interface to target-specific CPU state 2022-03-06 22:23:09 +01:00
sh4 target: Use CPUArchState as interface to target-specific CPU state 2022-03-06 22:23:09 +01:00
sparc target: Use CPUArchState as interface to target-specific CPU state 2022-03-06 22:23:09 +01:00
tricore target: Use CPUArchState as interface to target-specific CPU state 2022-03-06 22:23:09 +01:00
xtensa target: Use CPUArchState as interface to target-specific CPU state 2022-03-06 22:23:09 +01:00
Kconfig
meson.build