mbox

[PULL,v2,0/8] tcg pach queue

Message ID 20240123102412.4569-1-richard.henderson@linaro.org
State New
Headers show

Pull-request

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

Message

Richard Henderson Jan. 23, 2024, 10:24 a.m. UTC
v2: Dropped s390x test case, which gets mis-compiled with
some cross-compiler.  Add tcg/arm fix.


r~


The following changes since commit 09be34717190c1620f0c6e5c8765b8da354aeb4b:

  Merge tag 'pull-request-2024-01-19' of https://gitlab.com/thuth/qemu into staging (2024-01-20 17:22:16 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 9f6523e8e4689cafdbed7c10b7cf7c775b5a607b:

  tcg/arm: Fix SIGILL in tcg_out_qemu_st_direct (2024-01-23 13:32:10 +1000)

----------------------------------------------------------------
tcg/arm: Fix SIGILL in tcg_out_qemu_st_direct
tcg/s390x: Fix encoding of VRIc, VRSa, VRSc insns
tcg: Clean up error paths in alloc_code_gen_buffer_splitwx_memfd
linux-user/riscv: Adjust vdso signal frame cfa offsets
linux-user: Fixed cpu restore with pc 0 on SIGBUS

----------------------------------------------------------------
Joseph Burt (1):
      tcg/arm: Fix SIGILL in tcg_out_qemu_st_direct

Richard Henderson (2):
      tcg/s390x: Fix encoding of VRIc, VRSa, VRSc insns
      linux-user/riscv: Adjust vdso signal frame cfa offsets

Robbin Ehn (1):
      linux-user: Fixed cpu restore with pc 0 on SIGBUS

Samuel Tardieu (2):
      tcg: Remove unreachable code
      tcg: Make the cleanup-on-error path unique

Thomas Weißschuh (2):
      linux-user/elfload: test return value of getrlimit
      linux-user/elfload: check PR_GET_DUMPABLE before creating coredump

 linux-user/elfload.c        |  10 ++++++++--
 linux-user/signal.c         |   5 +++--
 tcg/region.c                |  10 ++++------
 tcg/arm/tcg-target.c.inc    |   3 +++
 tcg/s390x/tcg-target.c.inc  |   6 +++---
 linux-user/riscv/vdso-32.so | Bin 2900 -> 2980 bytes
 linux-user/riscv/vdso-64.so | Bin 3856 -> 3944 bytes
 linux-user/riscv/vdso.S     |   8 ++++----
 8 files changed, 25 insertions(+), 17 deletions(-)

Comments

Peter Maydell Jan. 25, 2024, 3:11 p.m. UTC | #1
On Tue, 23 Jan 2024 at 10:24, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> v2: Dropped s390x test case, which gets mis-compiled with
> some cross-compiler.  Add tcg/arm fix.
>
>
> r~
>
>
> The following changes since commit 09be34717190c1620f0c6e5c8765b8da354aeb4b:
>
>   Merge tag 'pull-request-2024-01-19' of https://gitlab.com/thuth/qemu into staging (2024-01-20 17:22:16 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20240123
>
> for you to fetch changes up to 9f6523e8e4689cafdbed7c10b7cf7c775b5a607b:
>
>   tcg/arm: Fix SIGILL in tcg_out_qemu_st_direct (2024-01-23 13:32:10 +1000)
>
> ----------------------------------------------------------------
> tcg/arm: Fix SIGILL in tcg_out_qemu_st_direct
> tcg/s390x: Fix encoding of VRIc, VRSa, VRSc insns
> tcg: Clean up error paths in alloc_code_gen_buffer_splitwx_memfd
> linux-user/riscv: Adjust vdso signal frame cfa offsets
> linux-user: Fixed cpu restore with pc 0 on SIGBUS
>


Applied, thanks.

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

-- PMM