Re: [PATCH v2 1/5] tcg: Do not elide memory barriers for !CF_PARALLEL

2023-03-05 Thread Philippe Mathieu-Daudé
On 6/3/23 02:57, Richard Henderson wrote: The virtio devices require proper memory ordering between the vcpus and the iothreads. Signed-off-by: Richard Henderson --- tcg/tcg-op.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH v2 1/5] tcg: Do not elide memory barriers for !CF_PARALLEL

2023-03-05 Thread Richard Henderson
The virtio devices require proper memory ordering between the vcpus and the iothreads. Signed-off-by: Richard Henderson --- tcg/tcg-op.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/tcg/tcg-op.c b/tcg/tcg-op.c index 77658a88f0..75fdcdaac7 100644 --- a/tcg/tcg-op