qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 0/5] tcg: Issue memory barriers for guest memory model


From: Richard Henderson
Subject: Re: [PATCH v3 0/5] tcg: Issue memory barriers for guest memory model
Date: Mon, 19 Jun 2023 16:43:14 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0

On 6/19/23 16:23, Richard Henderson wrote:
v1: 
https://lore.kernel.org/qemu-devel/20210316220735.2048137-1-richard.henderson@linaro.org/
v2: 
https://lore.kernel.org/qemu-devel/20230306015710.1868853-1-richard.henderson@linaro.org/

Changes for v3:
   * Update for tcg-built-once.
   * Require TCG_GUEST_DEFAULT_MO if TARGET_SUPPORTS_MTTCG.

I just noticed that patches 2,3,5 were reviewed (thanks phil)
and I failed to copy the r-b.  I have now done so.


r~

Richard Henderson (5):
   target/microblaze: Define TCG_GUEST_DEFAULT_MO
   tcg: Do not elide memory barriers for !CF_PARALLEL in system mode
   tcg: Elide memory barriers implied by the host memory model
   tcg: Add host memory barriers to cpu_ldst.h interfaces
   accel/tcg: Remove check_tcg_memory_orders_compatible

  accel/tcg/internal.h    | 34 ++++++++++++++++++++++++++++++++++
  target/microblaze/cpu.h |  3 +++
  accel/tcg/cputlb.c      | 10 ++++++++++
  accel/tcg/tcg-all.c     | 39 ++++++++++-----------------------------
  accel/tcg/user-exec.c   | 10 ++++++++++
  tcg/tcg-op.c            | 20 ++++++++++++++++++--
  6 files changed, 85 insertions(+), 31 deletions(-)






reply via email to

[Prev in Thread] Current Thread [Next in Thread]