Re: [PATCH 01/24] target/xtensa: Restrict do_transaction_failed() to sysemu

2021-09-03 Thread Richard Henderson
On 9/2/21 5:16 PM, Philippe Mathieu-Daudé wrote: The do_transaction_failed() is restricted to system emulation since commit cbc183d2d9f ("cpu: move cc->transaction_failed to tcg_ops"). Signed-off-by: Philippe Mathieu-Daudé --- target/xtensa/cpu.h | 2 ++ 1 file changed, 2 insertions(+) Revi

Re: [PATCH 01/24] target/xtensa: Restrict do_transaction_failed() to sysemu

2021-09-02 Thread Warner Losh
On Thu, Sep 2, 2021 at 9:17 AM Philippe Mathieu-Daudé wrote: > The do_transaction_failed() is restricted to system emulation since > commit cbc183d2d9f ("cpu: move cc->transaction_failed to tcg_ops"). > > Signed-off-by: Philippe Mathieu-Daudé > Reviewed-by: Warner Losh > --- > target/xtensa

[PATCH 01/24] target/xtensa: Restrict do_transaction_failed() to sysemu

2021-09-02 Thread Philippe Mathieu-Daudé
The do_transaction_failed() is restricted to system emulation since commit cbc183d2d9f ("cpu: move cc->transaction_failed to tcg_ops"). Signed-off-by: Philippe Mathieu-Daudé --- target/xtensa/cpu.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/xtensa/cpu.h b/target/xtensa/cpu.h in