On 7/24/25 15:13, Richard Henderson wrote:
On 7/24/25 00:59, Alex Bennée wrote:
+Threading
+~~~~~~~~~
+
+On Linux, QEMU can emulate the ``clone`` syscall and create a real
+host thread (with a separate virtual CPU) for each emulated thread.
We might say something here about limited emulation of clone.
See CLONE_INVALID_THREAD_FLAGS.
+Note that not all targets currently emulate atomic operations
+correctly. x86 and Arm use a global lock in order to preserve their
+semantics.
Wow, that's out of date.
I should have waited until patch 5. :-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~