Re: [PATCH] postcopy-ram: do not use qatomic_mb_read

2023-04-10 Thread Juan Quintela
Paolo Bonzini wrote: > It does not even pair with a qatomic_mb_set(), so it is clearer to use > load-acquire in this case; they are synonyms. > > Signed-off-by: Paolo Bonzini Reviewed-by: Juan Quintela queued on my tree. I guess this is for 8.1, right? Later, Juan. > --- > migration/postco

[PATCH] postcopy-ram: do not use qatomic_mb_read

2023-04-06 Thread Paolo Bonzini
It does not even pair with a qatomic_mb_set(), so it is clearer to use load-acquire in this case; they are synonyms. Signed-off-by: Paolo Bonzini --- migration/postcopy-ram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migration/postcopy-ram.c b/migration/postcopy-ram.c i