]> git.proxmox.com Git - mirror_qemu.git/commit - accel/tcg/tcg-all.c
accel/tcg: Remove check_tcg_memory_orders_compatible
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 3 Mar 2022 15:57:27 +0000 (15:57 +0000)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 26 Jun 2023 15:33:00 +0000 (17:33 +0200)
commit97e1576957c28a5fbcc810f92643e52069cc49b7
treea9eff3505a006cb2798b8cb56d91d3bf3a7cf031
parentf86e8f3d138de112d66ec28792e0fd303bf129ca
accel/tcg: Remove check_tcg_memory_orders_compatible

We now issue host memory barriers to match the guest memory order.
Continue to disable MTTCG only if the guest has not been ported.

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