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

Richard Henderson posted 7 patches 4 years, 8 months ago
Test checkpatch passed
Test s390x passed
Test asan passed
Test docker-mingw@fedora passed
Test FreeBSD passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190714111249.13859-1-richard.henderson@linaro.org
There is a newer version of this series
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(-)
[Qemu-devel] [PULL for-4.1 0/7] tcg patch queue
Posted by Richard Henderson 4 years, 8 months ago
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(-)

Re: [Qemu-devel] [PULL for-4.1 0/7] tcg patch queue
Posted by Peter Maydell 4 years, 8 months ago
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