accel/tcg: Merge cpu_transaction_failed into io_failed
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 27 Aug 2023 15:54:50 +0000 (08:54 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 16 Sep 2023 14:57:15 +0000 (14:57 +0000)
commitbef0c2167829366454930108c65d6d9f4e77536f
tree03651eee87cc9d91834a670965f79988843badba
parent405c02d85de283dfe44560ae05db909d1f0cfd45
accel/tcg: Merge cpu_transaction_failed into io_failed

Push computation down into the if statements to the point
the data is used.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cputlb.c