]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/mips: Fold jazz behaviour into mips_cpu_do_transaction_failed
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 27 Feb 2021 20:44:00 +0000 (12:44 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 26 May 2021 22:33:59 +0000 (15:33 -0700)
commit3803b6b4273afd50021c39a8e34ca706aeadb684
treec953b24f4dd1409f1a395481f7174f2c0b9eca34
parent6bc0d6a04733cb39d2d2bf3380a857709113242f
target/mips: Fold jazz behaviour into mips_cpu_do_transaction_failed

Add a flag to MIPSCPUClass in order to avoid needing to
replace mips_tcg_ops.do_transaction_failed.

Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20210227232519.222663-2-richard.henderson@linaro.org>
hw/mips/jazz.c
target/mips/cpu-qom.h
target/mips/tcg/op_helper.c