[Qemu-devel] [PULL for-2.11 0/3] tcg: user-mode memory helper fixes

Richard Henderson posted 3 patches 6 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171115123520.7464-1-richard.henderson@linaro.org
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
accel/tcg/atomic_template.h               | 32 +++++++++++++----
include/exec/cpu_ldst.h                   |  2 ++
include/exec/cpu_ldst_useronly_template.h | 14 ++++++--
accel/tcg/cputlb.c                        |  1 +
accel/tcg/user-exec.c                     | 58 +++++++++++++++++++++++++------
target/arm/helper-a64.c                   | 20 ++++++-----
6 files changed, 99 insertions(+), 28 deletions(-)
[Qemu-devel] [PULL for-2.11 0/3] tcg: user-mode memory helper fixes
Posted by Richard Henderson 6 years, 5 months ago
Fixes the issue that Peter found wrt javac on aarch64-linux-user.


r~


The following changes since commit 1fa0f627d03cd0d0755924247cafeb42969016bf:

  Update version for v2.11.0-rc1 release (2017-11-14 18:37:49 +0000)

are available in the git repository at:

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

for you to fetch changes up to 3c5f9c3f35dd3b6d1d1cd68c9d4d86fc3c59c397:

  target/arm: Fix GETPC usage in do_paired_cmpxchg64_l/be (2017-11-15 10:34:33 +0100)

----------------------------------------------------------------
User-mode memory helper fixes

----------------------------------------------------------------
Richard Henderson (3):
      tcg: Record code_gen_buffer address for user-only memory helpers
      target/arm: Use helper_retaddr in stxp helpers
      target/arm: Fix GETPC usage in do_paired_cmpxchg64_l/be

 accel/tcg/atomic_template.h               | 32 +++++++++++++----
 include/exec/cpu_ldst.h                   |  2 ++
 include/exec/cpu_ldst_useronly_template.h | 14 ++++++--
 accel/tcg/cputlb.c                        |  1 +
 accel/tcg/user-exec.c                     | 58 +++++++++++++++++++++++++------
 target/arm/helper-a64.c                   | 20 ++++++-----
 6 files changed, 99 insertions(+), 28 deletions(-)

Re: [Qemu-devel] [PULL for-2.11 0/3] tcg: user-mode memory helper fixes
Posted by Peter Maydell 6 years, 5 months ago
On 15 November 2017 at 12:35, Richard Henderson
<richard.henderson@linaro.org> wrote:
> Fixes the issue that Peter found wrt javac on aarch64-linux-user.
>
>
> r~
>
>
> The following changes since commit 1fa0f627d03cd0d0755924247cafeb42969016bf:
>
>   Update version for v2.11.0-rc1 release (2017-11-14 18:37:49 +0000)
>
> are available in the git repository at:
>
>   git://github.com/rth7680/qemu.git tags/pull-tcg-20171115
>
> for you to fetch changes up to 3c5f9c3f35dd3b6d1d1cd68c9d4d86fc3c59c397:
>
>   target/arm: Fix GETPC usage in do_paired_cmpxchg64_l/be (2017-11-15 10:34:33 +0100)
>
> ----------------------------------------------------------------
> User-mode memory helper fixes
>

Applied, thanks.

-- PMM