qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 2/8] qemu-thread-posix: cleanup, fix, document QemuEvent


From: Richard Henderson
Subject: Re: [PATCH 2/8] qemu-thread-posix: cleanup, fix, document QemuEvent
Date: Sun, 5 Mar 2023 11:11:10 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1

On 3/3/23 09:19, Paolo Bonzini wrote:
QemuEvent is currently broken on ARM due to missing memory barriers
after qatomic_*().  Apart from adding the memory barrier, a closer look
reveals some unpaired memory barriers too.  Document more clearly what
is going on, and remove optimizations that I couldn't quite prove to
be correct.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
  util/qemu-thread-posix.c | 64 ++++++++++++++++++++++++++++------------
  1 file changed, 45 insertions(+), 19 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>


r~




reply via email to

[Prev in Thread] Current Thread [Next in Thread]