OSDN Git Service

cpu: move cc->transaction_failed to tcg_ops
authorClaudio Fontana <cfontana@suse.de>
Thu, 4 Feb 2021 16:39:18 +0000 (17:39 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 5 Feb 2021 20:24:14 +0000 (10:24 -1000)
commitcbc183d2d9f5b8a33c2a6cf9cb242b04db1e8d5c
treec9e34796f87ca99c40721955da1c569c2275ff06
parent0545608056a6161e7020cd7b9368d9636fa80051
cpu: move cc->transaction_failed to tcg_ops

Signed-off-by: Claudio Fontana <cfontana@suse.de>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
[claudio: wrap target code around CONFIG_TCG and !CONFIG_USER_ONLY]

avoiding its use in headers used by common_ss code (should be poisoned).

Note: need to be careful with the use of CONFIG_USER_ONLY,
Message-Id: <20210204163931.7358-11-cfontana@suse.de>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
12 files changed:
hw/mips/jazz.c
include/hw/core/cpu.h
target/alpha/cpu.c
target/arm/cpu.c
target/m68k/cpu.c
target/microblaze/cpu.c
target/mips/cpu.c
target/riscv/cpu.c
target/riscv/cpu_helper.c
target/sparc/cpu.c
target/xtensa/cpu.c
target/xtensa/helper.c