qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Subject: [PULL 0/9] Fix missing memory barriers on ARM
Date: Tue,  7 Mar 2023 12:43:20 +0100	[thread overview]
Message-ID: <20230307114329.158094-1-pbonzini@redhat.com> (raw)

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



             reply	other threads:[~2023-03-07 11:43 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-07 11:43 Paolo Bonzini [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230307114329.158094-1-pbonzini@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).