[PATCH v2 0/3] linux-user/arm: Improvements for commpage atomics

Richard Henderson posted 3 patches 2 years, 1 month ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220323005839.94327-1-richard.henderson@linaro.org
Maintainers: Laurent Vivier <laurent@vivier.eu>
linux-user/arm/cpu_loop.c | 168 +++++++++++++++++++++++---------------
1 file changed, 101 insertions(+), 67 deletions(-)
[PATCH v2 0/3] linux-user/arm: Improvements for commpage atomics
Posted by Richard Henderson 2 years, 1 month ago
Only the memory_barrer one is a bug; the rest improve system-wide
interaction, and would only affect pre-armv6.

Changes for v2:
   * Adjust atomic_mmu_lookup as per laurent.
   * Fix alignment check for arm_kernel_cmpxchg32_helper.

r~


Richard Henderson (3):
  linux-user/arm: Implement __kernel_memory_barrier
  linux-user/arm: Implement __kernel_cmpxchg with host atomics
  linux-user/arm: Implement __kernel_cmpxchg64 with host atomics

 linux-user/arm/cpu_loop.c | 168 +++++++++++++++++++++++---------------
 1 file changed, 101 insertions(+), 67 deletions(-)

-- 
2.25.1