mbox series

[PULL,for-4.1,0/7] tcg patch queue

Message ID 20190714111249.13859-1-richard.henderson@linaro.org
Headers show
Series tcg patch queue | expand

Message

Richard Henderson July 14, 2019, 11:12 a.m. UTC
The following changes since commit 1316b1ddc8a05e418c8134243f8bff8cccbbccb1:

  Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2019-07-12 15:38:22 +0100)

are available in the Git repository at:

  https://github.com/rth7680/qemu.git tags/pull-tcg-20190714

for you to fetch changes up to 52ba13f042714c4086416973fb88e2465e0888a1:

  tcg: Release mmap_lock on translation fault (2019-07-14 12:19:01 +0200)

----------------------------------------------------------------
Fixes for 3 tcg bugs

----------------------------------------------------------------
Richard Henderson (7):
      tcg: Fix constant folding of INDEX_op_extract2_i32
      tcg/aarch64: Fix output of extract2 opcodes
      include/qemu/atomic.h: Add signal_barrier
      tcg: Introduce set/clear_helper_retaddr
      tcg: Remove cpu_ld*_code_ra
      tcg: Remove duplicate #if !defined(CODE_ACCESS)
      tcg: Release mmap_lock on translation fault

 include/exec/cpu_ldst.h                   | 20 ++++++++
 include/exec/cpu_ldst_useronly_template.h | 40 ++++++++++------
 include/qemu/atomic.h                     | 11 +++++
 accel/tcg/user-exec.c                     | 77 +++++++++++++++++++++----------
 target/arm/helper-a64.c                   |  8 ++--
 target/arm/sve_helper.c                   | 43 +++++++++--------
 tcg/aarch64/tcg-target.inc.c              |  2 +-
 tcg/optimize.c                            |  4 +-
 8 files changed, 139 insertions(+), 66 deletions(-)

Comments

Peter Maydell July 15, 2019, 9:40 a.m. UTC | #1
On Sun, 14 Jul 2019 at 12:12, Richard Henderson
<richard.henderson@linaro.org> wrote:
>

>

> The following changes since commit 1316b1ddc8a05e418c8134243f8bff8cccbbccb1:

>

>   Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2019-07-12 15:38:22 +0100)

>

> are available in the Git repository at:

>

>   https://github.com/rth7680/qemu.git tags/pull-tcg-20190714

>

> for you to fetch changes up to 52ba13f042714c4086416973fb88e2465e0888a1:

>

>   tcg: Release mmap_lock on translation fault (2019-07-14 12:19:01 +0200)

>

> ----------------------------------------------------------------

> Fixes for 3 tcg bugs

>



Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.1
for any user-visible changes.

-- PMM