On 4/5/25 08:50, Richard Henderson wrote:
Instead of having a compile-time TARGET_HAS_PRECISE_SMC definition,
have each target set the 'precise_smc' field in the TCGCPUOps
structure.

Signed-off-by: Richard Henderson<richard.hender...@linaro.org>
---
  include/accel/tcg/cpu-ops.h |  6 ++++++
  include/exec/poison.h       |  1 -
  target/i386/cpu.h           |  4 ----
  target/s390x/cpu.h          |  2 --
  accel/tcg/tb-maint.c        | 26 ++++++++++----------------
  target/i386/tcg/tcg-cpu.c   |  1 +
  target/s390x/cpu.c          |  1 +
  7 files changed, 18 insertions(+), 23 deletions(-)

Bah, I missed adding user-exec.c to the commit.


r~

Reply via email to