qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/9] Fix missing memory barriers on ARM
@ 2023-03-07 11:43 Paolo Bonzini
  2023-03-07 11:43 ` [PULL 1/9] qatomic: add smp_mb__before/after_rmw() Paolo Bonzini
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Paolo Bonzini @ 2023-03-07 11:43 UTC (permalink / raw)
  To: qemu-devel

The following changes since commit c61d1a066cb6cf90662c82d0e35660fc0ccacbaf:

  Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2023-03-02 16:13:45 +0000)

are available in the Git repository at:

  https://gitlab.com/bonzini/qemu.git tags/for-upstream-mb

for you to fetch changes up to 6229438cca037d42f44a96d38feb15cb102a444f:

  async: clarify usage of barriers in the polling case (2023-03-07 12:39:53 +0100)

----------------------------------------------------------------
* Fix missing memory barriers
* Fix comments about memory ordering

----------------------------------------------------------------
Paolo Bonzini (9):
      qatomic: add smp_mb__before/after_rmw()
      qemu-thread-posix: cleanup, fix, document QemuEvent
      qemu-thread-win32: cleanup, fix, document QemuEvent
      edu: add smp_mb__after_rmw()
      aio-wait: switch to smp_mb__after_rmw()
      qemu-coroutine-lock: add smp_mb__after_rmw()
      physmem: add missing memory barrier
      async: update documentation of the memory barriers
      async: clarify usage of barriers in the polling case

 docs/devel/atomics.rst     | 26 ++++++++++++---
 hw/misc/edu.c              |  5 +++
 include/block/aio-wait.h   |  2 +-
 include/qemu/atomic.h      | 17 +++++++++-
 softmmu/physmem.c          |  3 ++
 util/async.c               | 43 +++++++++++++++---------
 util/qemu-coroutine-lock.c |  9 ++++-
 util/qemu-thread-posix.c   | 69 +++++++++++++++++++++++++++-----------
 util/qemu-thread-win32.c   | 82 +++++++++++++++++++++++++++++++---------------
 9 files changed, 186 insertions(+), 70 deletions(-)
-- 
2.39.1



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2023-03-09 10:20 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-07 11:43 [PULL 0/9] Fix missing memory barriers on ARM Paolo Bonzini
2023-03-07 11:43 ` [PULL 1/9] qatomic: add smp_mb__before/after_rmw() Paolo Bonzini
2023-03-07 11:43 ` [PULL 2/9] qemu-thread-posix: cleanup, fix, document QemuEvent Paolo Bonzini
2023-03-07 11:43 ` [PULL 3/9] qemu-thread-win32: " Paolo Bonzini
2023-03-07 11:43 ` [PULL 4/9] edu: add smp_mb__after_rmw() Paolo Bonzini
2023-03-07 11:43 ` [PULL 5/9] aio-wait: switch to smp_mb__after_rmw() Paolo Bonzini
2023-03-07 11:43 ` [PULL 6/9] qemu-coroutine-lock: add smp_mb__after_rmw() Paolo Bonzini
2023-03-07 11:43 ` [PULL 7/9] physmem: add missing memory barrier Paolo Bonzini
2023-03-07 11:43 ` [PULL 8/9] async: update documentation of the memory barriers Paolo Bonzini
2023-03-07 11:43 ` [PULL 9/9] async: clarify usage of barriers in the polling case Paolo Bonzini
2023-03-09 10:20 ` [PULL 0/9] Fix missing memory barriers on ARM Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).