]> git.ipfire.org Git - thirdparty/qemu.git/commit
accel/tcg: Hoist cpu_get_tb_cpu_state decl to accl/tcg/cpu-ops.h
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 27 Apr 2025 22:15:14 +0000 (15:15 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 30 Apr 2025 19:45:05 +0000 (12:45 -0700)
commita59a876999344be426144a3e6d163885220c1e93
tree5846cb20752f1b0366cc41278107b76a55abe006
parentc2d5897d3b712402d9543570c550a40cc0836522
accel/tcg: Hoist cpu_get_tb_cpu_state decl to accl/tcg/cpu-ops.h

For some targets, simply remove the local definition.
For other targets, move the inline definition out of line.

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
37 files changed:
include/accel/tcg/cpu-ops.h
target/alpha/cpu.c
target/alpha/cpu.h
target/arm/cpu.h
target/arm/helper.c
target/avr/cpu.c
target/avr/cpu.h
target/hexagon/cpu.c
target/hexagon/cpu.h
target/hppa/cpu.c
target/hppa/cpu.h
target/i386/cpu.h
target/i386/tcg/tcg-cpu.c
target/loongarch/cpu.c
target/loongarch/cpu.h
target/m68k/cpu.c
target/m68k/cpu.h
target/microblaze/cpu.c
target/microblaze/cpu.h
target/mips/cpu.c
target/mips/cpu.h
target/openrisc/cpu.c
target/openrisc/cpu.h
target/ppc/cpu.h
target/ppc/helper_regs.c
target/riscv/cpu.h
target/rx/cpu.c
target/rx/cpu.h
target/s390x/cpu.c
target/s390x/cpu.h
target/sh4/cpu.c
target/sh4/cpu.h
target/sparc/cpu.h
target/tricore/cpu.c
target/tricore/cpu.h
target/xtensa/cpu.c
target/xtensa/cpu.h