On 2/26/21 5:27 AM, Philippe Mathieu-Daudé wrote: > @@ -211,10 +209,8 @@ static void mips_jazz_init(MachineState *machine, > * memory region that catches all memory accesses, as we do on Malta. > */ > cc = CPU_GET_CLASS(cpu); > -#if defined(CONFIG_TCG) && !defined(CONFIG_USER_ONLY) > real_do_transaction_failed = cc->tcg_ops->do_transaction_failed; > cc->tcg_ops->do_transaction_failed = mips_jazz_do_transaction_failed; > -#endif /* CONFIG_TCG && !CONFIG_USER_ONLY */
Ah, I wondered what you were after with that first patch, and this is it. Series: Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~