]> git.proxmox.com Git - mirror_qemu.git/commit
tcg: Add host memory barriers to cpu_ldst.h interfaces
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 3 Mar 2022 15:57:10 +0000 (15:57 +0000)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 26 Jun 2023 15:33:00 +0000 (17:33 +0200)
commitf86e8f3d138de112d66ec28792e0fd303bf129ca
tree560d4188cc09bbe308eeff7953c68ad4538c0dd6
parentc914d46d0a645e7c633292146f4e38c945d4f847
tcg: Add host memory barriers to cpu_ldst.h interfaces

Bring the helpers into line with the rest of tcg in respecting
guest memory ordering.

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