[PULL 0/2] tcg patch queue

Richard Henderson posted 2 patches 2 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220712062025.197634-1-richard.henderson@linaro.org
Maintainers: Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>
There is a newer version of this series
accel/tcg/cputlb.c | 8 +++++---
tcg/region.c       | 2 +-
2 files changed, 6 insertions(+), 4 deletions(-)
[PULL 0/2] tcg patch queue
Posted by Richard Henderson 2 years, 9 months ago
The following changes since commit 9fed1bca6bc643ce91b6117f4974421aaede4751:

  Merge tag 'pull-target-arm-20220711' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2022-07-11 22:02:09 +0530)

are available in the Git repository at:

  https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20220712

for you to fetch changes up to b0f650f0477ae775e0915e3d60ab5110ad5e9157:

  accel/tcg: Fix unaligned stores to s390x low-address-protected lowcore (2022-07-12 10:43:33 +0530)

----------------------------------------------------------------
Fix for duplicate tlb check on unaligned access.
Fix for w^x code gen buffer mapping.

----------------------------------------------------------------
Ilya Leoshkevich (1):
      accel/tcg: Fix unaligned stores to s390x low-address-protected lowcore

Shaobo Song (1):
      tcg: Fix returned type in alloc_code_gen_buffer_splitwx_memfd()

 accel/tcg/cputlb.c | 8 +++++---
 tcg/region.c       | 2 +-
 2 files changed, 6 insertions(+), 4 deletions(-)
Re: [PULL 0/2] tcg patch queue
Posted by Richard Henderson 2 years, 9 months ago
On 7/12/22 11:50, Richard Henderson wrote:
> The following changes since commit 9fed1bca6bc643ce91b6117f4974421aaede4751:
> 
>    Merge tag 'pull-target-arm-20220711' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2022-07-11 22:02:09 +0530)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20220712
> 
> for you to fetch changes up to b0f650f0477ae775e0915e3d60ab5110ad5e9157:
> 
>    accel/tcg: Fix unaligned stores to s390x low-address-protected lowcore (2022-07-12 10:43:33 +0530)
> 
> ----------------------------------------------------------------
> Fix for duplicate tlb check on unaligned access.
> Fix for w^x code gen buffer mapping.

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/7.1 as appropriate.


r~


> 
> ----------------------------------------------------------------
> Ilya Leoshkevich (1):
>        accel/tcg: Fix unaligned stores to s390x low-address-protected lowcore
> 
> Shaobo Song (1):
>        tcg: Fix returned type in alloc_code_gen_buffer_splitwx_memfd()
> 
>   accel/tcg/cputlb.c | 8 +++++---
>   tcg/region.c       | 2 +-
>   2 files changed, 6 insertions(+), 4 deletions(-)