Re: [PATCH for-8.1] qemu-coroutine: remove qatomic_mb_read()

2023-04-07 Thread Stefan Hajnoczi
On Fri, Apr 07, 2023 at 10:32:39AM +0200, Paolo Bonzini wrote: > Il gio 6 apr 2023, 12:55 Stefan Hajnoczi ha scritto: > > > On Thu, 6 Apr 2023 at 06:09, Paolo Bonzini wrote: > > > > > > Replace with an explicit barrier and a comment. > > > > > > Signed-off-by: Paolo Bonzini > > > --- > > > uti

Re: [PATCH for-8.1] qemu-coroutine: remove qatomic_mb_read()

2023-04-07 Thread Paolo Bonzini
Il gio 6 apr 2023, 12:55 Stefan Hajnoczi ha scritto: > On Thu, 6 Apr 2023 at 06:09, Paolo Bonzini wrote: > > > > Replace with an explicit barrier and a comment. > > > > Signed-off-by: Paolo Bonzini > > --- > > util/qemu-coroutine.c | 10 +++--- > > 1 file changed, 7 insertions(+), 3 deleti

Re: [PATCH for-8.1] qemu-coroutine: remove qatomic_mb_read()

2023-04-06 Thread Stefan Hajnoczi
On Thu, 6 Apr 2023 at 06:09, Paolo Bonzini wrote: > > Replace with an explicit barrier and a comment. > > Signed-off-by: Paolo Bonzini > --- > util/qemu-coroutine.c | 10 +++--- > 1 file changed, 7 insertions(+), 3 deletions(-) > > diff --git a/util/qemu-coroutine.c b/util/qemu-coroutine.c >

[PATCH for-8.1] qemu-coroutine: remove qatomic_mb_read()

2023-04-06 Thread Paolo Bonzini
Replace with an explicit barrier and a comment. Signed-off-by: Paolo Bonzini --- util/qemu-coroutine.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/util/qemu-coroutine.c b/util/qemu-coroutine.c index 849452369201..17a88f65053e 100644 --- a/util/qemu-coroutine.c