Files
xemu/util
Paolo Bonzini 6c5df4b48f qemu-thread-win32: cleanup, fix, document QemuEvent
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 that are not really needed and
complicated the functions unnecessarily.  Also, it is relying on
a memory barrier in ResetEvent(); the barrier _ought_ to be there
but there is really no documentation about it, so make it explicit.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2023-03-07 12:38:40 +01:00
..
2022-12-20 17:09:41 -08:00
2022-04-21 17:03:51 +04:00
2023-02-08 07:28:05 +01:00
2022-06-29 10:56:12 +03:00
2023-02-02 11:48:20 +00:00
2022-03-04 18:14:40 +01:00