]> git.ipfire.org Git - thirdparty/qemu.git/commit
accel/tcg: Convert TARGET_HAS_PRECISE_SMC to TCGCPUOps.precise_smc
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 5 Apr 2025 15:43:44 +0000 (08:43 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 30 Apr 2025 19:45:05 +0000 (12:45 -0700)
commit77ad412b326031687f0eeb7935350e597337c93b
tree22e5475b146fbeedead95ba6d78943701bd0294d
parent7fa0f4a70c1550380b2a3ee1330f70ce6ee98072
accel/tcg: Convert TARGET_HAS_PRECISE_SMC to TCGCPUOps.precise_smc

Instead of having a compile-time TARGET_HAS_PRECISE_SMC definition,
have each target set the 'precise_smc' field in the TCGCPUOps
structure.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/tb-maint.c
accel/tcg/user-exec.c
include/accel/tcg/cpu-ops.h
include/exec/poison.h
target/i386/cpu.h
target/i386/tcg/tcg-cpu.c
target/s390x/cpu.c
target/s390x/cpu.h