Re: [PATCH v3 4/5] tcg: Add host memory barriers to cpu_ldst.h interfaces

2023-06-20 Thread Philippe Mathieu-Daudé
On 19/6/23 16:23, Richard Henderson wrote: Bring the helpers into line with the rest of tcg in respecting guest memory ordering. Signed-off-by: Richard Henderson --- accel/tcg/internal.h | 34 ++ accel/tcg/cputlb.c| 10 ++ accel/tcg/user-exec.c |

[PATCH v3 4/5] tcg: Add host memory barriers to cpu_ldst.h interfaces

2023-06-19 Thread Richard Henderson
Bring the helpers into line with the rest of tcg in respecting guest memory ordering. Signed-off-by: Richard Henderson --- accel/tcg/internal.h | 34 ++ accel/tcg/cputlb.c| 10 ++ accel/tcg/user-exec.c | 10 ++ 3 files changed, 54 insertions(+